Power On/Off functionality

Hello, 

I was wondering if I can get some help with implementing a power On and power OFF functionality for our system.

We are using the nRF52810 chip with a custom PCB. 

The SDK we are using is v.17.1.0. 


According to the hardware of the custom PCB the switch commanding this is connected to the pin P0.11. I am very new to this and I am unsure on how to implement such functionality.

I would appreciate any help.

here is the schematic used.

   

Parents
  • We typically only provide guidelines for schematic and layout that directly ensure correct operation of the chip, such as regulators, decoupling and matching network for the radio. I think your request is more application specific. I am not sure what you mean by power OFF, but any pin of the nRF52 can for instance be used to trigger an interrupt internally and put the chip into low power mode, such as system OFF mode, where it will consume for instance 0.3uA and only have wakeup on button press. Your suggested circuitry (SW1) should be able to do so, for instance go to sleep and wakeup.

    Kenneth

Reply
  • We typically only provide guidelines for schematic and layout that directly ensure correct operation of the chip, such as regulators, decoupling and matching network for the radio. I think your request is more application specific. I am not sure what you mean by power OFF, but any pin of the nRF52 can for instance be used to trigger an interrupt internally and put the chip into low power mode, such as system OFF mode, where it will consume for instance 0.3uA and only have wakeup on button press. Your suggested circuitry (SW1) should be able to do so, for instance go to sleep and wakeup.

    Kenneth

Children
Related