You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the BLE HID central to play (I just need the event report bytes). HID needs pairing and when I try to pair I get the following error and then the BT connection just times out:
Traceback (most recent call last):
File "code.py", line 40, in <module>
File "adafruit_ble/__init__.py", line 143, in pair
_bleio.BluetoothError: Unknown soft device error: 0004
I tried # _bleio.adapter.erase_bonding() just in case the flash is full at the address that pairings take place but it didn't work (same exact error). I'm starting to think that this is a circuitpython error?
I'm on an nrf52840 btw and the peripheral is known to work flawlessly.
The text was updated successfully, but these errors were encountered:
I had a discord conversation with @dzervas about this previously, and will look at this at some point. I do not remember whether I implemented pairing as a central yet.
I'm trying to get the BLE HID central to play (I just need the event report bytes). HID needs pairing and when I try to pair I get the following error and then the BT connection just times out:
The code I use is the following
I tried
# _bleio.adapter.erase_bonding()
just in case the flash is full at the address that pairings take place but it didn't work (same exact error). I'm starting to think that this is a circuitpython error?I'm on an nrf52840 btw and the peripheral is known to work flawlessly.
The text was updated successfully, but these errors were encountered: