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

SAADC enable and disable with SDK 15.3 for very low power optimization

Hi to all,

Happy New Year 2020 !

I have developped an application with the nRF52832 ( nRF52DK ) and I use the SAADC for battery level every 2 hours ( no need of precision )

So between 2 sensing I need to uninit the SAADC.

I have read a lot of usercase about the same problem but don't find a real solution.

Is someone can help me with a working example ?

Best regards,  Jiemde

Parents Reply
  • Unfortunately I don't yet receive the power module NRF6707 ( not in stock at Mouser ) and order it in China!

    So at this time I cannot tell you with precision the power consumption.

    A new VARTA CR2032 coin cell battery is working for about 3,5 days ! so by simple calculation: 0,22 Ah/ 84 = 0,0026 A ) !

    Question: In my application I use for example " nrf_drv_saadc_init(NULL, saadc_event_handler); " , must I change it by         " nrfx_saadc_init(NULL, saadc_event_handler); ?

    Jiemde

Children
Related