Hi,
With the following program running, how can I achieve the lowest power consumption between timer events:
- nRF Timer is running with the HF crystal requested
- at each timer interrupt, TWI is used for reading data
- after a couple of timer interrupt, one adv packet is sent (advertising_start is inside the timer handler)
- this loop continues
- one nRF pin is providing power for another chip, however I can power that from a battery too if it can help putting nRF in a lower power mode
I see that in examples generally power_manage() is used, but with the above blocks running, is there any power down modes even possible?
Thanks!