micropidash: A lightweight, asynchronous web dashboard for MicroPython #18722
kritishmohapatra
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I've just released micropidash, a lightweight library designed to create real-time web dashboards for MicroPython devices like the ESP32 and Raspberry Pi Pico 2W.
I built this using uasyncio to ensure it's non-blocking, making it perfect for IoT projects where you need to monitor sensors and control hardware simultaneously.
Key Features:
🚀 Asynchronous: Built on top of uasyncio.
🔄 Real-time Sync: Uses AJAX polling to keep multiple clients synced.
🌙 Dark Mode: Built-in client-side theme switching.
📦 Easy Install: Now available on PyPI!
PyPI: https://pypi.org/project/micropidash/
GitHub: https://github.com/kritishmohapatra/micropidash
Would love feedback and suggestions 🙂
Beta Was this translation helpful? Give feedback.
All reactions