Page 1 of 1

How to save the data into the ESP8266

Posted: 24 Nov 2021, 17:47
by sunhero92
Hello. All

I am curious whether there is a function for saving measurement data into ESP8266 in ESP Easy software.

My wifi connection is not good. so sometimes the data was gone away because it was disconnected in a few seconds.

In this situation, I want to make ESP8266 to save the data itself during disconnected and transfer data again after connected.

I am wondering it is possible what I want to do without coding.

Re: How to save the data into the ESP8266

Posted: 24 Nov 2021, 18:19
by TD-er
If you use a controller to send the data, then there should be a queue from which items are only removed if successful transferred, or the number of attempts is more than the set nr of retries.