No description
Find a file
Mariano Uvalle 2ecd603db9
Merge pull request #5 from AYM1607/feature/fast_writes
Modified the write with a hardcoded delay to avoid ack on every write.
2020-12-13 14:45:24 -06:00
.vim Finished preliminray version of the python serial monitor. Updated arduino scripts to wor at 115200 baud rate. 2020-12-12 09:50:34 -06:00
arduino_programs Modified the write with a hardcoded delay to avoid ack on every write. 2020-12-13 14:40:42 -06:00
cli Modified the write with a hardcoded delay to avoid ack on every write. 2020-12-13 14:40:42 -06:00
serial_monitor First working version of the programmer. Tested with a real AT28C256 EEPROM 2020-12-12 12:43:32 -06:00
.gitignore Added the erase command to fill the EEPROM with 0xFF 2020-12-13 13:37:11 -06:00
LICENSE Initial commit 2020-12-07 18:03:12 -06:00
README.md Added credits to Ben Eater 2020-12-07 18:09:08 -06:00

eeprom_programmer

A very basic EEPROM programmer, compatible with chips with up to 15 address lines.

This project was inspired by and based on Ben Eater's programmer