How to configure cell battery and USB power

Hi to all,

this is my first public ticket ;)

I would power a nRF52840 on my custom board both with a cell battery (specifically CR2032) and the VBUS provided by the USB connection.
I was thinking to use two schottky diode in the way showed in the attached image with using the internal DCDC of the nRF52840 as in the development board.

But I'm not sure to use schottky diode since the voltage drop on the diode. In the proposed configuration for the nRF52840, I cannot find any solution that could fit with this question.

Has anyone done this task before?

Thanks in advance

Parents Reply
  • Actually provided the coin cell is not used for long periods (the Iq issue) your latest circuit should work well as you can now set VDD to a lower voltage, typically 1.8V, which reduces current drain. However that requires all external peripheral devices (if any) on VDD or a nRF52 port pin to be specified at 1.8V supply, which is generally true nowadays. 1.8V halves the current from a 3.4V coin, and is still pretty good at 2.7V coin; I generally use 1.8V. Note if you have LEDs those require a buck-boost from the battery or a simple voltage doubler from the battery; when on battery power both of those will be required in any case.

    What value is the doubled capacitor? I usually recommend low-leakage 150uF 10V on the coin cell, much higher than most reference designs.

Children
Related