-->
Page 1 of 1

Read / Write ESP8266 EEPROM

PostPosted: Wed Feb 24, 2016 12:16 am
by Nimit Vachhani
Greetings to all the Geeks,

I am new to this forum. I have searched through the web on reading / writing non-volatile memory of ESP8266 using LUA language on NODMCU firmware, but i couldn't find anything. Well there is a way on reading / writing non-volatile memory of ESP8266 in Arduino IDE.

Can anybody help me on reading / writing non-volatile memory of ESP8266 with LUA language ?

Re: Read / Write ESP8266 EEPROM

PostPosted: Wed Feb 24, 2016 3:35 pm
by devsaurus
The file API might be what you're looking for:
https://nodemcu.readthedocs.org/en/dev/en/modules/file/

Don't forget to run file.format() first after flashing a new firmware.