Electrical – 5v power supply from 18650s – high power, low profile

arduinoboostbuckled strippower supply

I am trying to use 2 18650 batteries to power 288 APA102 LEDs. The LEDs require 5V, and have a max current draw of 60mA/LED for a total of 17.28A. I will also have a microcontroller attached (currently arduino micro), powering some other low-draw devices. So let's say I'm aiming to support up to 18A. Most of the time though, the current draw will be much lower.

My understanding is that I can use a buck or boost converter (depending how the batteries are wired), and outboard bypass transistor(s) to shunt additional current around the converter (with proper heat-sinking). I am curious though, are there considerations for the buck vs boost configurations? Is my stated understanding even correct? And lastly, will I need to protect my arduino somehow if I'm drastically changing the power coming out of the batteries (e.g. Strobing the LEDs from fully on to fully off)?

I'm open to alternative battery suggestions as well, but I need everything to fit in a cylinder of ~20mm, and energy density is very relevant for this project.

Best Answer

The LEDs require 5V, for a total of 17.28A.

OK, let's round that to 100W.

One 3000mAh 18650 rated for 20A continuous current, as used in e-cigarettes, contains 11 Wh. With two, that's 22 Wh. With 100W power draw you cannot expect more than 15 minutes battery life. Factoring in converter losses, this will most likely be 10 minutes.

I assume you're okay with that, since you say "I need everything to fit in a cylinder of ~20mm". I assume you did your homework, and if you needed more than 10 minutes battery life, you would have specified an adequate size and weight for batteries. It is your problem.

My understanding is that I can use a buck or boost converter (depending how the batteries are wired)

For this level of current, you do not strictly need a multiphase buck converter, but it would make the job easier, use smaller inductors, reduce I2R losses... Ex-National Semiconductors has several chips which will do what you want.

and outboard bypass transistor(s) to shunt additional current around the converter (with proper heat-sinking).

Uhhh? What?

I am curious though, are there considerations for the buck vs boost configurations?

At high output currents, buck converters tend to have higher efficiencies. They are also easier on the batteries, since drawing power from a higher voltage source will require less current in the batteries.