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

Advertising and scanning not starting immediately - NRF52840

Hi,

I'm working on app based on ATT_MTU Throughput Example from SDK 13.1, but I added Thread support and now working with Thread SDK 0.10.0. I have a problem with advertising and scanning - both are not starting immediately after sd_ble_gap_adv/scan_start() call, but about 3-4 mins later. Both functions returns NRF_SUCCESS. Program doesn't crash, works fine, but board is not advertising/scanning. I flashed the s140_nrf52840_5.0.0-2.alpha_softdevice.hex softdevice.

edit: Projects: master.zip, slave.zip

Related