ESP8266 EEPROM with JSON

preview_player
Показать описание
Read and write data from ESP8266 EEPROM with JSON as String

Simple example of how to implement read-write String to ESP8266 EEPROM as JSON.

Sample sketch on Google Drive:

Sample sketch creates simple JSON then writes to EEPROM as String. Then get String from EEPROM and recreate JSON from read String.

Required library:

ArduinoJson.h

References:
The EEPROM has a lifespan of around 100,000 erase/writes.

––––––––––––––––––––––––––––––
Background music:

Good Times — Ason ID

––––––––––––––––––––––––––––––
Track: Good Times — Ason ID [Audio Library Release]
Music provided by Audio Library Plus
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

Thanks for this idea. Been working on a browser esp interface using JSON. I’m exchanging esp C side, data from structures to and from a list on my browser app . Next is storing the updated data while it’s in the JSON Format. This is perfect for my requirements. Thank-you for taking the time and effort to publish this instructional video.😊

carltone