Electronic – How to obtain 12 V DC, 3.3 V DC and 5 V DC from a single Li-ion cell

battery-chargingvoltage

I am working on a project in which I require three separate DC voltages from a single Li-ion battery (cell) of 2600 mAh capacity. I want my Project to be portable, and I only have the single battery to work with. How can I get voltages of 3.3 V, 5 V, and 12 V from my battery?

I measured the battery voltage and it is 4.2V but I understand that the battery voltage will range from about 3V when fully discharged to 4.2V when fully charged, so the power supply needs to accommodate this battery voltage range.

I am using an Arduino Pro Mini 5 V 16 MHz for my project.

Best Answer

I would use SEPIC or buck-boost converters adjusted individually for the voltages you need.

However, you should reconsider if you really need all 3 voltages. I did it once on one of my design and regreted it, as debugging the circuit was very exasperating.

Also, if one of the power buses is very low power (say, you only need a few miliamps on the 3.3V) you can use a cheap voltage regulator to obtain said voltage from one of the others if power efficiency is not key.

Also, if you could provide more details we could come up with several proposals ;)

Related Topic