Hello once again Nordic World,
We are preparing code for production, and one of the last issues to resolve is how to "uniquely" connect our ble_app_uart peripheral based board to our customers iPhone.
Our board uses the NRF51822 MCU and is based on the PCA10028 board. The code is built from SDK 12.3.
As current configured, our peripheral device will advertise and connect to the first central device (iphone) that finds it, which is, of course, a problem when there are several within BT range. So we need a connection scheme that allows our peripheral to only be connected to by the owner's iphone.
Importing pairing and bonding to our apps seems excessive since we are not truly concerned with "data security". However, it is acceptable given the following criterion:
1.) The peripheral must either:
a.) still accept unpaired/unbonded simple connections from our ble_app_uart_central based test board (firmware modified PCA10040), or
b.) the paired/bonded connection must have a "backdoor" to not require re-registration of each new board that is to be tested.
2.) When released to the customer, the iphone connection must classically pair and bond to only the customers copy of our boards, and
3.) The effort to import the pairing bonding to our board and the 10040 should not be overly intensive.
Does anyone know if such a scheme is possible?
One alternative scheme I have considered is to add a unique ID to the advertised packet and have the customer phone app offer up those IDs found when scanning, and then store the selected device ID as the only "bonded" peripheral during the initial configuration of the iphone software app that communicates with our boards.
I would greatly appreciate any critique and suggestions on the simplest way to achieve unique connection from a central to our peripheral board.
Thanks again to all in advance,
Robin @ TL