Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By martinayotte
#37184 Do you means external I2C EEPROM ?
There are several libs out there. There is one already in ESP8266 github :
https://github.com/esp8266/Arduino/tree ... ies/EEPROM
Here are 2 other examples where I used one or the other depending of the projects.
http://playground.arduino.cc/Code/I2CEEPROM
https://github.com/JChristensen/extEEPROM
User avatar
By whogarden
#37379 Hello,
There is something I don't understand
When you flash an ESP8266-12E (alone) with the sketch : eeprom_clear.ino, where does the sketch write the data?
Is the Program at 00000?
What is the address were are written the data 512 KB?
Thank you.