Fix a brain dump from the Makefile
by
Eetu Pesonen
10 years 2 months
On the way to a working device
I built a (more or less) prototype version of the programmer on protoboard
today, and the code is now for testing (sketch.ino). Everything seems to work,
but a (maybe just Arduino-related) problem has occured: according to my
measurements, the logic LOW of the Arduino floats around 0.8..2.8 volts,
which means that the LOW level wont (always) be registered as LOW by the mem
chip, but rather as a HIGH -> pulldown resistors, maybe?
Also, the shiftreg writing system got simplified (I grew a brain and figured
out bitshifting..) -> better.
by
Eetu Pesonen
10 years 2 months
Slight modifications
by
Eetu Pesonen
10 years 2 months
Merge branch 'master' of https://github.com/Razbit/avr-eeprom-progger
by
Eetu Pesonen
10 years 2 months
schematic
The schematic of the programmer can be found from the schematic directory.
Removed the shift register of the data channel, so now data is written
directly to the memory chip's pins. This change makes verification of
the data written to the chip very easy.
To view the schematic, you'll need the arduino_pro_mini.lbr file (in the
schematic directory).
by
Eetu Pesonen
10 years 2 months
Removed unnecessary variable
by
Eetu Pesonen
10 years 2 months
Create README.md
by
Eetu Pesonen
10 years 2 months
Create .gitignore
by
Eetu Pesonen
10 years 2 months
initial commit
by
Eetu Pesonen
10 years 2 months