This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can't bond to S130 NRF51822 with error PM_EVT_PEERS_DELETE_FAILED

I used S130 peripheral nrf51822 - nRF5_SDK_12.1.0_0d23e2a

Master Console Panel connection ok, and bond click error - > BTLE_CONNECTION_TIMEOUT

I debug in my application and error is PM_EVT_PEER_DELETE_FAILED. I rewrite application and same error assert.

how to fix it ? (not erase all flash.)

Thanks!

Parents
  • Please try to test the feature that erase all bond by holding button 1 (BTN_ID_WAKEUP_BOND_DELETE) when resetting the device.

    I suspect what you experience was when you updating the application that has different configuration of pstorage that make the chip unable to delete bond information.

    It's not really clear how you test, please try to describe it with more information.

    Please try to test with only the ble_app_proximity example, not your application.

Reply
  • Please try to test the feature that erase all bond by holding button 1 (BTN_ID_WAKEUP_BOND_DELETE) when resetting the device.

    I suspect what you experience was when you updating the application that has different configuration of pstorage that make the chip unable to delete bond information.

    It's not really clear how you test, please try to describe it with more information.

    Please try to test with only the ble_app_proximity example, not your application.

Children
No Data
Related