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
  • This is strange, I just tested the example with an Lenovo P2 running Android 7.0 and I got prompted with the "Do you want to pair with this bluetooth device" dialog box, but not a "hello" message. 

    See the other NFC pairing examples in example/ble_peripheral/experimental/ for other ways to use NFC pairing, and use that when merging the NFC pairing reference example into ble_app_uart.

Children
Related