Electrical – How to drive three 3W LEDs from a USB power supply (5V/1A)

dc/dc convertervoltage

So I'm currently trying out a project using a USB power source to drive an Arduino Nano board and several 3W LEDs.

Specific conditions the project needs to fulfill are:

  • The power supply's standard output is restricted to 5V/1A.
  • The LEDs and arduino need to be powered in parallel
  • Prefer to keep the overall size of the end product small (perhaps around the size of a flashlight).

So far I've managed to rule out powering the arduino with the on-board USB input and instead use a power supply only USB cable.

I currently plan to use at least one of these DC-DC boost converter modules to boost the 5V/1A output to at least 12V/1A before futzing with anything else.

The questions I have are:

  1. Is it possible to place a couple of these boosters in a series to increase the voltage still further?
  2. What would I need to add to supply 1A of current to all of the LEDs off of the single output?

And if there's anything I'm missing, can someone point out the errors?

Best Answer

It's possible to use a boost converter for generating 12V, and it's also possible to use several of them in series.
But it doesn't help in your case, because you can't generate 9W from a 5W power supply.

Consider also the efficiency of the booster. They promise "up to 94%", but I would rather assume about 80..85%*.

Next thing:
The booster in your link generates a constant output voltage. You can drive the LEDs with a constant voltage converter, but especially for High Power LEDs I would recommend a constant current converter, as the forward voltage is temperature dependent.

After all:
If you are sticked to the power supply, use a constant current buck driver and drive only one LED.
If you need the power of more LEDs, then use a stronger power supply (and nevertheless switch to a constant current driver).

*) In a series connection of several boosters, you would have to multiply all efficiencies, so the overall efficiency was much lower.