Hi All,
I have more boards on which I have loaded the code ble_app_uart_c (nRF5_SDK_15.2.0_9412b96) which I use as central devices and I have other boards on which I have loaded the ble_app_uart code which I use as peripherals.
The boards taken in pairs (one with the code ble_app_uart_c and the other with ble_app_uart) work perfectly. The problem arises when I want to have more pairs of boards working at the same time, because I risk a central connection with the wrong peripheral and so on.
Is there a way, modifying the code, that allows the unique connection between a specific central and a specific peripheral?
Thanks in advance for your time.