Replies: 1 comment 13 replies
-
|
The connection code should look more like this: from pybricksdev.connections import PybricksHub
from pybricksdev.ble import find_device
hub = PybricksHub()
device = await find_device('Pybricks Hub')
await hub.connect(device) |
Beta Was this translation helpful? Give feedback.
13 replies
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.
-
When using the pybricks-dev library, on the examples' code, I get the following error:
1. Jupyter-notebook
2. Visual Studio Code

Beta Was this translation helpful? Give feedback.
All reactions