ASK AN EDUCATOR! “Can I use a 3V lithium battery in a 3.3V circuit?”

Kenton asks:

Can I use a 3V lithium battery in a 3.3V circuit? I know it depends on the circuit and its dropout voltage, but as a general practice is it acceptable? The other option is to use a significantly larger 3.7V rechargable battery.

It all depends…

For those of you who don’t know, ICs are designed to work within a relative wide range of voltages. If we look at Arduino’s ATMEGA328P, the data sheet states that supply voltage can range from 1.8 – 5.5V. While this is true, care must be taken, especially if you are doing data transfer, that the clocks are calibrated to the voltage. Then if we look at a device like the XBee 2.5, it is capable of operating from 2.1 – 3.6V. So hypothetically, you could connect your AVR and an XBee in a simple non-regulated circuit with just your 3V battery……although you might get mixed results. Circuits like to have stable voltages, so regulation is often recommended.

An alternative approach would be to use a device known Boost Converter, which is a type of switching regulator whose output voltage is actually greater then the input voltage. I recently used Linear Technologies LTC3525 Step Up DC/DC converter in one of my designs with great results. The device runs on 2AAAs which total 3V. The converter boosts the voltage to a happy 3.3V @ 400mA with very little noise and drop off.

With regards to using a 3.7V Li-ion, you run into the same problem. If your circuit is designed to run at 3.3V, you will need to buck, or drop the voltage down. The most common way to do this is with a LDO or low drop off regulator, like the Micrel MIC5205. The disadvantage to is that you only have ~0.4V of use out of the Li-ion battery. Li-ion batts are designed with a working voltage of ~3.0V to 4.2V, so you are loosing a bit of capacity.

I hope this helps steer you in the right direction and good luck with your project!

Don’t forget, everyone is invited to ask a question!

Click here!

“Ask an Educator” questions are answered by Adam Kemp, a high school teacher who has been teaching courses in Energy Systems, Systems Engineering, Robotics and Prototyping since 2005.


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: CircuitPython 9.2.1, What is DMA, PyConUS 2025 and More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — Halloween, WiLo, and more!

Maker Business – Adafruit Daily — Checking in on Intel

Electronics – Adafruit Daily — Probe Compensation

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



2 Comments

  1. Don’t forget that with 3.7V Li-Ion batteries you are gonna get the most mileage by using a buck-boost regulator. MCP1252 (150 mA max) and LTC3112(>1A) come to mind.

  2. I recommend MCP1640, which I’ve used in a project called AASaver. It’s really convenient and much cheaper than the other boost converters mentioned above.

Sorry, the comment form is closed at this time.