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

Deep Sleep with RTC Wakeup

Hi, Im new here and microcontroller programming... I curently waiting nrf52840 PDK so Im only quick read SDK and documentation... Before Im program only devices with .NET Micro Framework and make a lot of applications for computers, but this is different world :) So here is question: Is possible wake up device by RTC Event? For example put device(battery powered) in deep sleep for 10 minutes(disable all peripherals to increase battery life) and after that time wake it up? Thanks for answer.

Parents Reply
  • Hi,

    According to nRF52840 Product Specification v1.1, "System ON base current, no RAM retention: 0.7µA" is not described.

    Does "System ON, no RAM retention, wake on any event" mean "System ON base current, no RAM retention"?

    If the meanings are the same, is the following correct?

    System ON, no RAM retention, wake on RTC (running from LFRC clock) = System ON, no RAM retention + RTC + LFSRC =0.97uA + 0.7uA + 0.1uA =1.77uA
    Best regards,
    uba
Children
Related