Plotting data on a webpage
Posted: Sat Jul 02, 2022 5:55 pm
I would like to record sensor data elements to an array over time and plot the data on a web page served up by my mycropython board.
Previously I have done this in C++ / arduino with an ESP8266. I created an SVG from the data and served it up on the chip.
I would like to do something similar in mycropython - I'm new to python and have no real clue where to start except replicating my clunky, brittle C code in python - but I'm guessing that is not really the best option.
Anyone know any plotting graphing libraries that make SVGs, any "dashboard" kind of libraries, etc for web based GUI interfaces to IOT devices?
Thanks in advance for any help! Id hate to have to build another string builder for SVG's.
Previously I have done this in C++ / arduino with an ESP8266. I created an SVG from the data and served it up on the chip.
I would like to do something similar in mycropython - I'm new to python and have no real clue where to start except replicating my clunky, brittle C code in python - but I'm guessing that is not really the best option.
Anyone know any plotting graphing libraries that make SVGs, any "dashboard" kind of libraries, etc for web based GUI interfaces to IOT devices?
Thanks in advance for any help! Id hate to have to build another string builder for SVG's.