I am using the nrf51822 with sdk (6.1.0) and s110 (7.1.0).
Can I do this?
If the nrf51822 is advertising, do Smartphone search the nrf51822?
Or do the ads on My smartphone?
I want to send data to each other in connection with each of the smartphone.
I am using the nrf51822 with sdk (6.1.0) and s110 (7.1.0).
Can I do this?
If the nrf51822 is advertising, do Smartphone search the nrf51822?
Or do the ads on My smartphone?
I want to send data to each other in connection with each of the smartphone.
Hi
A BLE peripheral can only maintain one connection. It is however soon possible for a peripheral to be aware of other centrals when in a connection, see this thread.
An iphone can however take the role of either central or peripheral. You could configure the device to be a central and then number of iphones to be a peripherals. A nRF51 device with S120 central softdevice can maintain up to 8 simultaneous links with eight different peripherals.
Hi
A BLE peripheral can only maintain one connection. It is however soon possible for a peripheral to be aware of other centrals when in a connection, see this thread.
An iphone can however take the role of either central or peripheral. You could configure the device to be a central and then number of iphones to be a peripherals. A nRF51 device with S120 central softdevice can maintain up to 8 simultaneous links with eight different peripherals.
Thank you Um.. I will be considered My project that i do