0

Is there a way to access NodeMCU's EEPROM using Lua?

I would like to store data to the EEPROM on NodeMCU but I cannot find any libraries to do so in Lua.

Marcel Stör
  • 22,695
  • 19
  • 92
  • 198
Sawssen Bejaoui
  • 67
  • 1
  • 1
  • 4

1 Answers1

1

You have the Flash memory accessible through the normal File interface and the NVram on the RTC chip accessible through the RTC User Memory Module.

TerryE
  • 10,724
  • 5
  • 26
  • 48