This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Simple Observing of nearby devices

Hi, I have an nRF51822 with s130 doing normal advertising and a Nordic UART service. Is there an example somewhere of doing some simple observation with it at the same time?

Ideally I'd just have start_listening and end_listeningfunctions, and would then get the event handler called whenever an advertising packet was received (which would contain signal strength info?). No connection needed at all.

Would the softdevice need configuring in central mode for this? I'm short on RAM so the less the Soft Device takes the better.

thanks!

Parents
  • Hi Gordan

    I have to advertise and scan the advertising packet and display rssi.

    I have succesfully completed advertising. To simple code for scan i was looking for and came across your solution. 

    I want to know on peripheral i have beacon cide with device name.

    on central : ble app uart code is that okay.?

    kindly let me know .

    Thanks in advance.

Reply
  • Hi Gordan

    I have to advertise and scan the advertising packet and display rssi.

    I have succesfully completed advertising. To simple code for scan i was looking for and came across your solution. 

    I want to know on peripheral i have beacon cide with device name.

    on central : ble app uart code is that okay.?

    kindly let me know .

    Thanks in advance.

Children
No Data
Related