https://github.com/diegoquintanilha/arduino-eeprom-programmers
Arduino code to program EEPROMs
https://github.com/diegoquintanilha/arduino-eeprom-programmers
arduino cpp eeprom eeprom-programmer
Last synced: 4 months ago
JSON representation
Arduino code to program EEPROMs
- Host: GitHub
- URL: https://github.com/diegoquintanilha/arduino-eeprom-programmers
- Owner: diegoquintanilha
- License: mit
- Created: 2023-02-26T23:35:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:06:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T15:17:09.654Z (9 months ago)
- Topics: arduino, cpp, eeprom, eeprom-programmer
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino-EEPROM-Programmers
This is a repository for the arduino code used to program the W27C512-45Z EEPROM chips for the ADA-0 project. ADA-0 is a computer built from scratch based on TO-92 transistors, still in initial development stages.
Each .ino file contains the code used to program a different set of EEPROMs that compose a different section of the output module of ADA-0 (and also the code for erasing them). The integers, float and HEX sections of the output module work with 7-segment displays, while the "LED matrix" section uses a 5x7 LED matrix.
Both EEPROM_hex.ino and EEPROM_ledMatrix.ino are still being developed. All schematics will be added to this repository in due time. Feel free to contact me if I can help you in any way.