Hi all,
I have a NRF52DK acting as a peripheral and running the ble_app_uart example. I want to have bi-directional communication with a mobile device that is connected. My question is, how many more devices running the same ble_app_uart program can be connected to the mobile device? I basically want to have 1 phone communicating with multiple (same) devices at the same time. Will there be any problems with packet collision?
Thanks in advance.