-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data logger on SPIFFS #8
Comments
|
I start to put different thing together like
Code is here : https://github.com/nicolasdb/M5Stamp-C3U/blob/dataLoggerAll/src/main.cpp
|
bug solved, |
Adding OLED printing, I notice that the AM2320 fell asleep automaticaly and values locked. So, as I read here it's important to keep it awake before every reading. Adding this before the reading did the trick.
|
plot data on graph: but first:note: this will request sensor reading from the html page.... donc pas de sauvegarde d'un log long terme.... sauf si le site tourne en background?? Mais ça serait plus logique d'écrire les données dans un log.txt https://techexplorations.com/blog/esp32/blog-esp32-how-to-retrieve-a-file-from-the-spiffs/ then,how to create a wifi access point? instead of connecting to local wifi. |
https://github.com/fabianoriccardi/ESPLogger/
The text was updated successfully, but these errors were encountered: