ESP8266 and Memory
Posted: Mon Mar 05, 2018 2:59 pm
So I am building a weather station.
If the Wifi goes down, I want to be able to cache the data on the ESP8266 until the Wifi comes back up.
I am planning on using the ESP-07, which has 4MB eeprom.
I would like to be able to have 1MB of space if possible.
What is the best way of setting up such a structure?
All the data is ASCII text and should reside in a FIFO stack that can be appended as new data arrives, then flushed when the wifi comes back up.
Thanks,
-Dave
If the Wifi goes down, I want to be able to cache the data on the ESP8266 until the Wifi comes back up.
I am planning on using the ESP-07, which has 4MB eeprom.
I would like to be able to have 1MB of space if possible.
What is the best way of setting up such a structure?
All the data is ASCII text and should reside in a FIFO stack that can be appended as new data arrives, then flushed when the wifi comes back up.
Thanks,
-Dave