ESP32-General-Purpose-Webserver
ESP32-General-Purpose-Webserver copied to clipboard
Auto updating graph?
Thank you for this example, it is very useful. How would I auto update the graph 1/second?
Do you mean x-axis in time units?
Your data can be updated quickly but displaying the updates at that rate is not possible it takes too long to get the data and chart from google.
What are you trying to do?
something like this: https://i.imgur.com/K65ofAx.gifv you can see it live http://egauge4060.egaug.es/ press on 10 m
I can’t see a way of doing that with a small and limited resource micro controller, the closest to that would be pushing/uploading data to say Thingspeak and they would then refresh the graph for you.
Makes sense, thanks.