/eeprom-programmer

EEPROM programmer based on Arduino

Primary LanguageC++Apache License 2.0Apache-2.0

eeprom-programmer

EEPROM programmer based on Arduino

This repository contains Kicad schematics and .ino source files to build the EEPROM programmer using Arduino UNO R3. If you are following the Ben's Eater course to build a 6502 computer, you will see that Ben uses a TL866 II Plus model, but it is possible to program memory chips using this homebrew board.

Sample output

Check Arduino serial monitor to see memory content:

Reset
Run!
0000: a9 ff 8d 02 60 a9 50 8d    00 60 6a 8d 00 60 4c 0a    ⸮⸮⸮`⸮P⸮ 
0010: 80 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00    ⸮
0020: 00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00    
...
7fc0: 00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00    
7fd0: 00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00    
7fe0: 00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00    
7ff0: 00 00 00 00 00 00 00 00    00 00 00 00 00 80 00 00    

Kicad preview

Photos