Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtojek/eeprom-programmer
EEPROM programmer based on Arduino
https://github.com/mtojek/eeprom-programmer
Last synced: about 1 month ago
JSON representation
EEPROM programmer based on Arduino
- Host: GitHub
- URL: https://github.com/mtojek/eeprom-programmer
- Owner: mtojek
- License: apache-2.0
- Created: 2022-02-20T21:40:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T13:04:49.000Z (over 2 years ago)
- Last Synced: 2024-10-27T05:47:40.978Z (3 months ago)
- Language: C++
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eeprom-programmer
EEPROM programmer based on ArduinoThis 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](https://eater.net/6502), you will see that Ben uses a [TL866 II Plus](https://eater.net/6502) 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