i am currently running ESP8266 in STA (station mode) and i would like to record data in .csv format and access it in a webbrowser. Pls share your thoughts.
I have a version which logs into cloud database - but i am interested in local store.
I am aware of this - i am just looking for reference example. I do not think there exists any - which is fine - i can build one myself. Just wanted to get some direction.
If you have connectivity it is futile and overly complex to store it. Just pass it on if you possibly can.
If you are polling infrequently and not storing it in non-volatile memory, you have to be careful that it doesn't overflow dynamic memory (RAM buffers that you have allocated).
Also the obvious, if power is lost the data would be lost between polls.