-
Notifications
You must be signed in to change notification settings - Fork 1k
BLE: Bluetooth Low Energy #855
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
Comments
Micropython has BLE support on many devices, and this library has |
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 ? |
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. |
ok thanks |
Hi, I want to know if it this module is compatible with Bluetooth Low Energy.
The text was updated successfully, but these errors were encountered: