No description
Find a file
2020-12-13 14:54:36 -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
images Added protoboard image to the readme. updated gitignore for apple ds store. 2020-12-13 14:54:36 -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 protoboard image to the readme. updated gitignore for apple ds store. 2020-12-13 14:54:36 -06:00
LICENSE Initial commit 2020-12-07 18:03:12 -06:00
README.md Added protoboard image to the readme. updated gitignore for apple ds store. 2020-12-13 14:54:36 -06:00

eeprom_programmer

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

Protoboard assembly

Protoboard assembly

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