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 ????
hi I was capturing the current waveform through daQ .when i used apptimer_start() there is no advertising channels ..but when i used nrf_delay_us i can see the advertising channels clearly.but the problem is when i call sd_ble_gap_adv_stop the sleep current doesnt go to zero it forms a steady current of 4.3 mA. so i tried with system_off_mode_enter().And there is some sleep current of 4.3mA in between two advertisng events !
hi I was capturing the current waveform through daQ .when i used apptimer_start() there is no advertising channels ..but when i used nrf_delay_us i can see the advertising channels clearly.but the problem is when i call sd_ble_gap_adv_stop the sleep current doesnt go to zero it forms a steady current of 4.3 mA. so i tried with system_off_mode_enter().And there is some sleep current of 4.3mA in between two advertisng events !