Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 poweroff mode question

Hello.

I 've analyzed a couple of topics here regarding to poweroff.
But still want to clarify something.

In my project I need to keep MCU in lowest possible power mode, but with ability to wake it up after some predefined amount of time,
to switch on RF on some short period and than power down again.
I was able to set RTC proper way to count this intervals. But the problem is, that in lowest poweroff mode RTC is off.
Mode with idle power down with working RTC still uses about 600uA which is too much.

So my question is, poweroff mode can has wake up only on GPIO and no low-power timer can be used to count and wake-up?
Same is for watchdog, can't I use it in poweroff to reset MCU?

Kind regards.
Ivan.


Parents
  • Hi Ivan

    Depending on whether you need RAM retention you should be able to run the RTC and wake up from the RTC at ~2µA, so something else is definitely running in your application. Please do as is suggesting and make sure logging is turned off when you measure the current consumption. Can you also tell me what exactly your application is doing while it's awake and what SDK you're using? I think there might be a peripheral that isn't disabled properly before going to sleep.

    As for timers to wake up the chip in system OFF mode, you would have to have a separate MCU with a timer and is powered separately in order to wake up the device from system OFF at timed intervals.

    Best regards,

    Simon

Reply
  • Hi Ivan

    Depending on whether you need RAM retention you should be able to run the RTC and wake up from the RTC at ~2µA, so something else is definitely running in your application. Please do as is suggesting and make sure logging is turned off when you measure the current consumption. Can you also tell me what exactly your application is doing while it's awake and what SDK you're using? I think there might be a peripheral that isn't disabled properly before going to sleep.

    As for timers to wake up the chip in system OFF mode, you would have to have a separate MCU with a timer and is powered separately in order to wake up the device from system OFF at timed intervals.

    Best regards,

    Simon

Children
Related