npm1300 on-off switch question

Hello, 

I was wondering if there was a way to implement a physical on/off switch to the npm1300 that would allow the outputs to be isolated form the battery but still having the ability to charge the battery. 

I have attempted adding a switch between VSYS and PVDD as highlighted in the following image, but when the switch is in the off position, disconnecting VSYS from PVDD, the battery starts draining around 1 to 2mA. This is a higher drain from the battery than what it's using on the on position.  

Do you have any recommendations on where to add a switch to function as an on/off? I would prefer to use a switch than a pushbutton for my use case. 

Thanks. 

Parents Reply Children
  • but a pushbutton connected to the SHPHLD pin could be configured through software of the NPM1300 to generate an interrupt through one of its GPIOs when pressed. This GPIO would connect to a GPIO on the SoC, which could be configured to tell the NPM1300 through I2C to go into ship mode when this interrupt is received for a decided amount of time (5 second button press for example).
    Is this correct? 

Related