Skip to content
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

BLE: Bluetooth Low Energy #855

Open
kerby1998 opened this issue May 14, 2024 · 3 comments
Open

BLE: Bluetooth Low Energy #855

kerby1998 opened this issue May 14, 2024 · 3 comments

Comments

@kerby1998
Copy link

Hi, I want to know if it this module is compatible with Bluetooth Low Energy.

@andrewleech
Copy link
Sponsor Contributor

Micropython has BLE support on many devices, and this library has aioble as a high level async interface to use BLE more easily than many other platforms.

@kerby1998
Copy link
Author

Ok, because I've tried to pair my gopro to my raspberry pi pico w with aioble but it didn't work. Some sources on internet state that micropython cannot pair with raspberry pi pico w. Is it true ?

@brianreinhold
Copy link

That is because there is no pairing support for the PICO_W which uses the btstack. You will need to do quite a bit of work to get pairing to work using aioble with the btstack. Code needs to be added primarily to modbluetooth_btstack.c in the Micropython build distribution. We have been working on it for quite a while and still have a ways to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants