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

Pairing unsuccessful with phone

I designed a reduced size PCB that used an nRF52832 and will act as a BLE HID device.

With the original nRF52DK evaluation board I was able to use the example ble_app_hids_mouse SDK V15 and pair it with Android and iPhones.

But when I used the new PCB with ble_app_hids_mouse, It only worked 1 out of 15 or 20 tries. Otherwise I got the message 'Pairing Unsuccessful: Pairing takes too long..'. However this new PCB works with other non-hid examples such as ble_app_hrs. I did try another commercial unit such as the 'Red Bear Nano' and it has the same issue as mine.

It seems like a hardware issue at first. However I noticed is that even the Nordic nRF52DK eval board has the same issue with SDK V11 (pairing unsuccessful). The nRF52DK board works better with SDK V15 and ble_app_hids_mouse. 

My question is what is mainly required for in a pairing process? Is there a way I can modify any parameter to ease the condition for pairing, such as the number of peers, white list, etc.. to make it work? Since the PCB worked fine with other applications that don't require pairing.

Related