-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not scan BLE devices. Check BLE controller - Ubuntu 22.04 #42
Comments
Also tried: |
I found this node project which works |
What do you mean "works"? Last year I tried the zdila/scratch-link-ble-linux project with a WeDo 2.0 and all I managed to do was to connect and change the color of the led light. It was impossible to get the motor to work or a sensor to work. What did you manage to do? Pyscrlink works fine for me on Ubuntu 22.04 |
I had the similar problem (and IIRC this issue was not visible with this laptop in older distro, but only after an upgrade):
You can use e.g.
But Forcing LE on helped: And now when starting
So, this is not necessarily an issue with pyscrlink but the problem is with OS settings. Someone who knows more should comment though. |
I'm trying connecting wedo 2.0 but have this error:
I started bluepy_helper_cap, I tried "hciconfig hci0 down" and "hciconfig hci0 up", I tried connecting the device with the OS BT pairing first (it does connect), I tried the dev version, but nothing
Can anybody suggest a solution ?
I got this when running with -d
Failed to execute management command 'le on' (code: 20, error: Permission Denied)
but can't run scratch_link with sudo. How do I give correct permissions ?
The text was updated successfully, but these errors were encountered: