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!
S110 is sufficient for the peripheral role. If you however intend to switch roles at some point, choose S130, as it is both peripheral and central. S130 requires more recources, both ROM and RAM, so if you dont need both central and peripheral, choose S110.
OK, I will try,Thank you !