Hi how to power off the ble after one advertising event ? i.e i want to stop advertising after one advertising event!
Hi how to power off the ble after one advertising event ? i.e i want to stop advertising after one advertising event!
Thankyou guys ! i tried with advertising start den some delay of 4 ms (using nrf_delay_us()) den power off (sleep ) !.now i can see the current waveform with one advertising ! now i have to try whether master control panel can detect my device or not !!
note: is it right using nrf_delay instead of setting a timer ????
You mean 3 advertising events? How about to set timer for 3.5*(advertising interval), start timer after sd_ble_gap_adv_start and after the timer expires you call sd_ble_gap_adv_stop?
You mean 3 advertising events? How about to set timer for 3.5*(advertising interval), start timer after sd_ble_gap_adv_start and after the timer expires you call sd_ble_gap_adv_stop?