Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T04:28:28.000Z (4 months ago)
- Last Synced: 2024-07-19T12:37:02.571Z (4 months ago)
- Topics: esp-idf, esp32, html, microcontroller, server, websockets
- Language: C
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- 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