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 Children
  • 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.

  • Whereas the device must work for long period, if I should use 1.8V as VDD and I have a coin cell with 3V. How could I provide a 1.8V voltage on the nRF. Should I use a DCDC stage to generate 1.8V starting from 3V (coin cell)?

  • I would suggest just use your latest circuit as-is, but change the LTC411 to the MAX40203 and set VDD to 1.8V via REGOUT0. Best test before commiting to PCB layout ..

    Keep in mind that the coin cell will not work well in low voltage situations (ie below 1.8V + a bit) as REG0 might misbehave, hence the need for large capacitance on the coin cell (and some on VDD).

    Edit: VDDH High voltage mode operating voltage 2.5 minimum, so coin cell (as seen at VDDH) must not dip below 2.5V

  • In case you are not familiar with why I always use 3xvoltage for the capacitor voltage rating as a rule-of-thumb, have a look at this White Paper. 3x is perhaps over cautious, but 2x is mandatory (my view). Ceramics are the only suitable capacitor type, others (Tant, Electrolytic, Super, etc) are too leaky or have short life. Capacitor De-rating Issues nwp_030.pdf

    This paper specifically refers to nRF52840 design

Related