Hello,
Is there any sample code in SDK example, to show how to use nrf51822, to both broadcast a beacon and also to listen to a beacon from another 51822. Also I am using BLE400 kit which uses S110 softdevice only. Thanks
Hello,
Is there any sample code in SDK example, to show how to use nrf51822, to both broadcast a beacon and also to listen to a beacon from another 51822. Also I am using BLE400 kit which uses S110 softdevice only. Thanks
Hi,
S110 softdevice is Peripheral-only stack, which cannot be used for scanning. However, it should not be any issue to switch to S130 softdevice, which support concurrent peripheral and central/observer role.
There is no specific examples in the SDK doing exactly what you are asking, but we do have BLE Central & Peripheral examples, that can do both advertising and scanning. Just remove anything related to connections, and modify the advertising data to match your beacon requirements.
Best regards,
Jørgen
SDK 13 does not support S130, only s132 (for nRF52832 IC). Last SDK with support for nRF51 series is SDK 12.3. Please check if you are able to use this SDK with your chip. QFAC is 3. revision chip which should work with S130.
SDK 13 does not support S130, only s132 (for nRF52832 IC). Last SDK with support for nRF51 series is SDK 12.3. Please check if you are able to use this SDK with your chip. QFAC is 3. revision chip which should work with S130.