DEV Community

Discussion on: Snack Tracking with the new InfluxDB Arduino Library

Collapse
 
dreded profile image
Ryan H • Edited

Excellent...
I am trying to find a way to send weatherData from a site that gets internet very speratically.

Sometimes it will have a good connection for 200 days in a row.
Sometimes every other day it conks out.
Sometimes it won't work for months at a time.

Is there anyway to use SPiffs to store the buffer so that when it does get a connection it could send upto a years worth of data?( i log 20bytes(5 floats) every 5min so a years worth would be 2MB or 1/2 a 4MB FLash) especially since the 4MB flash is already buitlin to most ESP8266 boards

github.com/pellepl/spiffs
steve.fi/hardware/d1-flash/