Rockwren 1.0.0 released: a micropython device framework that simplifies the creation of connected devices #12641
Replies: 1 comment 3 replies
-
This looks really neat, thanks for sharing! I've been wanting an easy way to use micropython for quick HA sensors, lights, controls etc for some time. I've also played with some captive-portal stuff before for use in "Access Point mode for device configuration" which I think is really useful for these applications, I'll have a got at integrating it at some point when I next have an application I want to try building :-D Was there anything in particular that pushed you towards full GPL for this project? It's pretty rare for embedded applications as it ends up excluding many use cases due to the fact everything is linked into one application rather than a collection of separate applications like on linux. We cannot use gpl embedded libraries at work for instance even as a company that contributes to open source projects frequently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Micropython Rockwren 1.0.0
Use Rockwren to connect your Pico W or similar device via web and mqtt interfaces with two lines of code in
main.py
:Features
Install
Install the package
micropython-rockwren
with Thonny, pipkin or another package management tool.Home Assistant
Home Assistant integration with discovery made easy:
Tutorial
Check out the tutorial for creating a Pico W LED light integrated with Home Assistant and with a web interface.
Examples
Documentation
https://github.com/ccrighton/rockwren/blob/main/docs/TOC.md
Beta Was this translation helpful? Give feedback.
All reactions