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

ble_nfc_pairing_reference example pairing problem

Hello,

     I wish to use "ble_nfc_pairing_reference" example with nRF52832 IC and SDK15. I flashed the example into "nRF52 DK" board. When I enable the NFC and BLE on my phone and put it closer to the "nRF52 DK" board, a message pops up on my phone and says "hello". Nothing happens other than this message. No BLE pairing occurs.

     In addition, I would like to use this "ble_nfc_pairing_reference" example with "ble_app_uart" example. Is it possible? can I merge them easily? 

Can somebody help?

Parents Reply
  • The nRF device stores the pairing information in persistent storage thereby bonding to the phone and that is why you are not prompted by a pairing request. By erasing the flash you erase the bonds. 

    To add this feature to another example you will need to find the differences between the two example in terms of included libraries and API calls and add them to the ble_app_uart example. 

Children
Related