-
Notifications
You must be signed in to change notification settings - Fork 490
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
Failed to connect to peripheral <my mac address>, addr type: random #495
Comments
Not an expert but have you tried to use public address type? Also if possible, could you share a code snippet? |
I have code that works with a Pi3B as the Scanner and the nRF52840 Dongle as the Peripheral. |
having the same issue here with pi4 trying to connect to nrf51822 , found any solution? |
@dheerajluffy please provide a code snippet, maybe I can help |
Hi,
I am using a python script that is running on Raspberry Pi4 as a scanner and NRF52840-DONGLE as a peripheral.
I am not able to connect to the peripheral, I got this error :
raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp)
bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral EF:9C:18:21:C7:9C, addr type: random
Could you please help me to fix the issue?
The text was updated successfully, but these errors were encountered: