Switching nrf52 on/off - industry best practice

What is the industry best practice for controlling the on/off state of an nrf52 using a momentary push button? Do designers use nrf’s deep sleep mode or properly cut off power from the battery using a transistor latch? How is this usually done? I've spent days googling, and have not found a singular answer. 

Parents
  • Hello,

    It all depends on your use-case. The simplest way (hardware-wise) is of course to use our SYSTEM OFF sleep mode with external GPIO wake-up. Using a button connected to the nRF device may also allow you to do some gentle shutdown if needed.

    If you need your device to use even less current (or want to switch off much more), then either using a transistor latch or a dedicated power management/load switch IC with a momentary switch support may be a better idea.

    Best regards,

    Michal

Reply
  • Hello,

    It all depends on your use-case. The simplest way (hardware-wise) is of course to use our SYSTEM OFF sleep mode with external GPIO wake-up. Using a button connected to the nRF device may also allow you to do some gentle shutdown if needed.

    If you need your device to use even less current (or want to switch off much more), then either using a transistor latch or a dedicated power management/load switch IC with a momentary switch support may be a better idea.

    Best regards,

    Michal

Children
Related