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

Low power delay

Hi,

I need to wait for a period of 7.5ms whilst my I2C sensor completes a measurement, I am currently using the nrf_delay_ms function however I am looking to optimise the current consumption of my device and the ~5mA current consumption during this period is too high.

What's the best way of me accomplishing this? Shall I initiate a one-shot timer that calls an interrupt routine to retrieve the result after the corresponding time period?

Thanks, Sam

Parents Reply Children
No Data
Related