HI there ,
I am currently working on a temperature logging project on a TTGO-T-Display. I am using the SPIFFS to store my data, and the intention is to grab 12 months of data and pass that on to display on a web page as a graph, with a realtime, daily, monthly function.
My problem has been while i'm using the .csv format, some of the data is corrupt? or is displaying funny characters.
I was thinking this might be because of using .CSV / .txt format and that the SQL might clean this up and make it easier to analyse the data.
So my question is which format is best on a SPIFFS system, on a datalogger that logs every five minutes..
Many thanks for any help
Andy