Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance.
Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance.
If its just a beacon, then I don't think you code acts as an observer, I think you just scan for becaons.
Try any of the ble_central examples e.g.
SDK_V12.1.0\examples\ble_central\ble_app_hrs_c
As this scans for a device with the HRS service, so could probably be adapted to what you want
Hi Roger Clark,
Thanks for reply. All the central example are connectable. I want only scanning and display for peer address and RSSI value without missing advertising packets. Currently i am using NUS example but advertising packets are missing.
I don't think you are guaranteed to get every advertising packet
If you want every packet you need to connect and be a true observer
Why do you need every packet ?
Advertising packets send every second but Central device receive every 5 seconds get one packet, here too much data loss.
Just connect to the device and register as an observer