This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended
You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.<br /><br />EEPROMAdapter<br />This is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)<br /><br />EEPROMSerial<br />This is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.
Filename | Release Date | File Size |
---|---|---|
EEPROMAdapter-1.1.4.zip | 2020-05-18 | 1022.33 KiB |
EEPROMAdapter-1.1.3.zip | 2020-05-17 | 1022.36 KiB |
EEPROMAdapter-1.1.2.zip | 2020-05-16 | 1022.36 KiB |
EEPROMAdapter-1.1.1.zip | 2020-04-21 | 1022.81 KiB |
EEPROMAdapter-1.1.0.zip | 2020-02-27 | 30.12 KiB |
EEPROMAdapter-1.0.1.zip | 2020-02-02 | 374.72 KiB |