Dear Nordic,
we are developing FW based on nRF52832, SDK 17.0.2. We have 2 devices:
BLE Central with SD S332 and BLE Peripheral with SD S112. The Peripheral is basically a sensor, the Central is a controller / data analyzer.
Our boards work in an environment with others, but we need to be sure that a specific Peripheral device is sending data to a specific Central device. That's why we need a pairing procedure.
Our 2 boards are very limited in user interface: each Peripheral and Central have only one push button and one rgb LED.
we need to develop a pairing procedure with these constrains:
- the Peripheral must accept connections only from our Central device (we must avoid that the sensor can be read for example by nRF connect APP or similar)
- a Peripheral must be connected to a single Central device. if the user needs to connect to another Central, He must pair the sensor with the other central device
Could you please help us better understand what steps we need to take to ensure this pairing?
Thanks!