EEPROM in Arduino Due

Hello everyone,
Does anyone knows something to similar in EEPROM which can be use with Arduino Due board. Because Due board hasn't EEPROM facility and I'm working project which is need to use EEPROM. Is any kind of external IC or anything can connect with due ? please let me know.
Thankyou.

Apparently, there is some EEPROM on board, but you need some hardware modifications to access it.

Alternatively, you could use the FLASH storage.

Or you could buy an EEPROM module.

Or just the chip itself.

@Indula_Karunathilaka1 you posted in a section that was not for your project, nor did it have anything to do with the Arduino IDE, so I have moved it here

You can add an external EEPROM with an I2C or SPI interface. You can use the raw chip or one built on a board.

If you used certain brands of blood glucose monitors, you got one with each tube of test strips. :grin:

Or with Ricoh toner cartridges.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.