Example bluetooth hub to hub communication without motors or external sensors #1090
BertLindeman
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks for sharing this! The video is a great demo too. I've shared it online on our channels, hope that's OK! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Laurens, you know that;s OK 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to try the BLE communication in firmware v3.3.0b6,
but did not want to attach motors or other peripherals to the hub(s).
Used a hub with an IMU (Internal Motion sensor) as sender to simply show what side of the hub is the up-side.
The receiving hub(s) can be any hub as far as I know.
They just receive the data and set the Color of the system-led or central button Color.
Best to disconnect the hubs from the computer and start the program by pressing the hub button.
First start the sending hub and after that the receiving hub(s).
Best disconnect the hub(s) from the computer to get a good signal.
First start the sender hub by pressing the (central) button.
It's fun to watch them working together.
Example.pybricks.hub.to.hub.communication_9MB.mp4
BLE_receive_hub_only.py
BLE_broadcast_hub_only.py
Beta Was this translation helpful? Give feedback.
All reactions