SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
146 stars 80 forks source link

Data logger example #602

Closed mgrouch closed 2 years ago

mgrouch commented 2 years ago

A data logger of various sensors to SD card with periodic deep sleep and web service to request logs would be very useful addition to examples.

Some part of the code can be probably taken from here

https://randomnerdtutorials.com/esp32-data-logging-temperature-to-microsd-card/

Thanks

mairas commented 2 years ago

Doable, of course, but quite random and unrelated. If you decide to do this, create a separate repo for the project and then make a PR for adding a link to the https://signalk.org/SensESP/pages/additional_resources/ page.

Thanks