Bluetooth device,use S110,can linked one phone,like example ble_app_uart, How many phone linked concurrently? Thank you!
Bluetooth device,use S110,can linked one phone,like example ble_app_uart, How many phone linked concurrently? Thank you!
The S110 is a peripheral softdevice, which means the phone needs to be an central in order to communicate with it. A peripheral device can only maintain one connection at a time. If you let however nRF51 act as a central by using S120 softdevice, then you can maintain up to 8 links to 8 different peripherals concurrently, e.g. to 8 phones that act as peripherals. The S110 can however maintain a single connection and concurrently broadcast in non-connectable mode. Further ideas are on this thread
S120 and S130 can act as centrals and thereby maintain connect connection to multiple phones if the phones support peripheral role. IOS supports both peripheral and central roles. Android has supported only central role but it seems that they start support peripheral role with Android 5.x. Android 4.x only supports central role
S120 and S130 can act as centrals and thereby maintain connect connection to multiple phones if the phones support peripheral role. IOS supports both peripheral and central roles. Android has supported only central role but it seems that they start support peripheral role with Android 5.x. Android 4.x only supports central role