Page 1 of 1

ESP32, eeprom/nvs

Posted: Sun Feb 23, 2020 11:20 am
by der_kps
Hello,
I'm using ESP32 with uPython and would like to store some variables in a non-volatile storage.
There is not really an eeprom but Arduino libraries emulate EEPROM using a sector (4 kilobytes) of flash memory.
Is there any similar solution in python available?

Regards

Re: ESP32, eeprom/nvs

Posted: Mon Feb 24, 2020 3:03 pm
by mikemoy
It would probably be a better idea to post that question over at their forum.