Is there an example of ble_bonding_central.py like ble_bonding_peripheral.py?The central I wrote myself never received the _IRQ_PASSKEY_ACTION event when pairing . #14478
shushi0123
started this conversation in
General
Replies: 1 comment
-
Have you solved the problem yet? I meet the same one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two boards for the esp32-c3, one as a peripheral to bind and pair.I was able to use the ios nrf connect app to connect to the peripheral, and a pop-up window reminded me to enter the password.
However, when I used the other board as the central device, I never received the _IRQ_PASSKEY_ACTION event, so I could not enter the known password. Finally I will receive the _IRQ_ENCRYPTION_UPDATE event, but authenticated flag is 0.
code:
ble_peripheral.zip
import ble_peripheral as BLE
BLE.Setup() #run peripheral
peripheral running states.
Beta Was this translation helpful? Give feedback.
All reactions