https://github.com/shishir-dey/esp32-chartjs
An ESP-IDF project to plot charts with ESP32 by serving HTML pages, and using WebSockets to communicate between the microcontroller and the web page
https://github.com/shishir-dey/esp32-chartjs
esp-idf esp32 html microcontroller server websockets
Last synced: 14 days ago
JSON representation
An ESP-IDF project to plot charts with ESP32 by serving HTML pages, and using WebSockets to communicate between the microcontroller and the web page
- Host: GitHub
- URL: https://github.com/shishir-dey/esp32-chartjs
- Owner: shishir-dey
- License: mit
- Created: 2020-12-20T11:44:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T04:28:28.000Z (9 months ago)
- Last Synced: 2025-03-25T03:41:42.045Z (about 1 month ago)
- Topics: esp-idf, esp32, html, microcontroller, server, websockets
- Language: C
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32-chartjs
An ESP-IDF project to plot charts with ESP32 by serving HTML pages, and using WebSockets to communicate between the microcontroller and the web page.References
+ https://github.com/Molorius/esp32-websocket
+ https://github.com/espressif/esp-idf/tree/master/examples