Hi everyone : I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to get the RSSI value?
@Peter: The S110 (peripheral) stack is not made to be able to scan for a device. You can think of having one device running S120 (central stack) to scan for the other device running S110. If you want the central device be able to be peripheral also, you can think of using S130 (central+peripheral stack).
Alternativelly, if you don't want to use S130/S120, you can use S110 and access radio directly using timeslot API to scan for packet with S110, but it's more complicated. You can have a look at this example.
@Peter: The S110 (peripheral) stack is not made to be able to scan for a device. You can think of having one device running S120 (central stack) to scan for the other device running S110. If you want the central device be able to be peripheral also, you can think of using S130 (central+peripheral stack).
Alternativelly, if you don't want to use S130/S120, you can use S110 and access radio directly using timeslot API to scan for packet with S110, but it's more complicated. You can have a look at this example.
@Hung Bui : I have some question want to ask 1.if i use S130 (central+peripheral stack) device can be switch central or peripheral what i want ? 2.is S130 (central+peripheral stack)power consumption higher than S110? 3.radio method is use first device's RF to scan second device's RF to get second device's RSSI value ? what different between BLE RSSI and RF RSSI ? thanks