ESP_EEPROM

An improved EEPROM library for ESP8266

Author
j-watson
Website
https://github.com/jwrw/ESP_EEPROM
Category
Data Storage
License
Unknown
Library Type
Contributed
Architectures
esp8266

The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.

Downloads

Filename Release Date File Size
ESP_EEPROM-2.2.1.zip 2023-11-30 146.72 KiB
ESP_EEPROM-2.2.0.zip 2023-10-20 146.61 KiB
ESP_EEPROM-2.1.2.zip 2022-09-14 146.57 KiB
ESP_EEPROM-2.1.1.zip 2020-12-06 146.56 KiB
ESP_EEPROM-2.1.0.zip 2020-11-22 146.56 KiB
ESP_EEPROM-2.0.0.zip 2018-06-15 146.46 KiB
ESP_EEPROM-1.0.1.zip 2018-03-10 12.86 KiB