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
  • The LTC4411 is a good choice if the battery is not (say) a CR2032 used for long periods; the Iq current (quiescent current to Gnd) is much higher for the LTC4411 (10s uA) compared with the MAX40203 (<1uA) which might not be important if only sparse use on the battery. Using daisy-chaned (ie both) DC-DC is also slightly less efficient, but only a few percent. This becomes an isse if (say) a 1 year shelf-life is required before use.

    Both DC-DC need to be enabled by registers, and the VDD output voltage from REG0, via registers DCDEN0, REGOUT0  and DCDEN. The nRFConnect and SDK IDEs are different however, but there are examples.

Children
Related