You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use an ESP32 as data logger.
Data are save on sdcard in one csv file.
I want to plot the data on a webpage using ESP32asyncwebserver with chartjs but ESP32 is limited in memory. One month of data is around 50Mb, and I record for year.
The user must be able to pan and zoom to explore the datas
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use an ESP32 as data logger.
Data are save on sdcard in one csv file.
I want to plot the data on a webpage using ESP32asyncwebserver with chartjs but ESP32 is limited in memory. One month of data is around 50Mb, and I record for year.
The user must be able to pan and zoom to explore the datas
What is for you the best way to implement this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions