ESP32-General-Purpose-Webserver icon indicating copy to clipboard operation
ESP32-General-Purpose-Webserver copied to clipboard

Auto updating graph?

Open laurentopia opened this issue 7 years ago • 4 comments

Thank you for this example, it is very useful. How would I auto update the graph 1/second?

laurentopia avatar Apr 15 '18 06:04 laurentopia

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?

G6EJD avatar Apr 15 '18 07:04 G6EJD

something like this: https://i.imgur.com/K65ofAx.gifv you can see it live http://egauge4060.egaug.es/ press on 10 m

laurentopia avatar Apr 16 '18 01:04 laurentopia

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.

G6EJD avatar Apr 16 '18 14:04 G6EJD

Makes sense, thanks.

laurentopia avatar Apr 17 '18 06:04 laurentopia