Is there any nRF51 SDK example that used OOB authentication? I'll not have any I/0 or display on peripheral side, and my central will be a mobile app, with connection to internet.
Is there any nRF51 SDK example that used OOB authentication? I'll not have any I/0 or display on peripheral side, and my central will be a mobile app, with connection to internet.
Hi,
We do not have any examples that show how to do out of band authentication for the nRF51 series. What you would need to do is transfer the authentication codes to both central and peripheral units via some physical communication protocol, for example UART.
For the nRF52 series however we have examples for out of band pairing using NFC, have a look at this example from SDK 11 where heart rate with pairing over NFC is demonstrated.
Best regards,
Øyvind