New LEGO Wireless Protocol v3 tool #353
dlech
announced in
Announcements
Replies: 1 comment 3 replies
-
Hi @nathankellenicki and @tthiery, I know Python is not your language of choice, but I think this might be helpful for you just for exploring new devices. And if you are interested and have time, we could collaborate on documenting the LWP3 protocol here based on what we have learned since LEGO doesn't seem to have much time for updating their version of the docs (it might be better than digging through each others source code 😉). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have just added a new feature to our pybricksdev command line tool to interactively send and receive messages to Powered Up hubs that support the LEGO Wireless Protocol v3.
The tool acts as a REPL that lets you construct arbitrary messages to send to the hub. It also stores the history of commands you entered so you can easily repeat or modify previous commands sent.
untitled.mp4
We built this to learn more about how the Powered Up remote control works, but it should work with any Powered Up hub running LEGO firmware.
The message classes and parameter enums (bytecodes) are documented here.
Beta Was this translation helpful? Give feedback.
All reactions