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_listening
functions, 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!