Hi.
I am trying to set up a simple Ble beacon on a PCA10040 and a sniffer on another PCA10040.
IDE = Segger Embedded Studio for ARM (This works fine)
The beacon uses 'nrf5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_beacon'. This appears to compile, download and run o.k. The indicator Led flashes as expected.
The sniffer uses 'nrf5_SDK_for_mesh_v1.0.1_src\examples\beaconing'. This compiles and downloads o.k. However when running in debug mode I expected the 'rx-callback' function to intercept Ble adverts and to see a LOG report in the debug window giving the entire beacon payload. I have also tried it with other advertising Ble beacons and nothing ever gets reported in the debug window.
Regards Chris Harley (U.K.)