Simple Arduino-based EEPROM programmer
Go to file
Tom Nisbet 40939cce2f remove debug commands by default 2024-04-22 21:29:50 -04:00
HardwareVerify Create README.md 2024-03-16 23:54:56 -04:00
TommyPROM remove debug commands by default 2024-04-22 21:29:50 -04:00
docs remove debug commands by default 2024-04-22 10:19:13 -04:00
hardware Move readmes to the github pages 2020-06-29 11:48:57 -04:00
schematics Add dedicated 2316 page and TommyPROM32 page 2024-04-13 14:50:36 -04:00
unlock-ben-eater-hardware Fix broken link 2024-03-08 20:07:51 -05:00
.gitignore gitignore updates 2023-01-20 10:58:46 -05:00
README.md Split Intel 8755 documentation out 2023-09-17 21:56:05 -04:00

README.md

TommyPROM - An Arduino-based EEPROM programmer

This is a simple EEPROM programmer and reader that can be assembled using an Arduino and a few additional parts. The original code was specific to the 28C256 32Kx8 EEPROM, but it has been extended to also support SST39SF040 Flash, many other EEPROMs and flash, and even Intel 8755A EPROMS.

See the documentation pages for the full documentation with software, schematics, and troubleshooting tips.

Features include:

  • Simple hardware design that can be assembled on a breadboard.
  • ROM images transfers using XMODEM - no special host client needed.
  • Support for fast block EEPROM writes - a 32K EEPROM will program in just a few seconds.
  • Optimized code that supports the timing requirements needed to unlock the 28C series Software Protection Algorithm.
  • Modular software design to easily support other EEPROM and EPROM families.

TommyPROM Nano Hardware