0

Recently the idea struck my mind, that I wanted to build a simple but useful emergency light which can run off of any USB port (the specific use case would be to power it from an USB power bank). For that I wanted to design a simple circuit that drives 25 white LEDs (3.2 V, typ.) in parallel.

The question I am facing now is how to achieve a simple design while not using 25 series resistors, as this is just wasteful and not space efficient, for me anyway, I just want to make it more clever somehow.

Is it enough to just step the 5 volts (from the USB) down to 3.2 volts using an off-the-shelf linear regulator like the LM317 and then connect all the LEDs to it in parallel or will the non-ideal characteristics of aforementioned spoil my plan?

I might be overthinking this, which is why I am asking if there might be a better, simpler or more efficient possibility to achieve what I want? :)

whiterock
  • 111
  • 3
  • The "duplicate" you're referring is only a subset of my question. I am asking a bit further into the topic, I think at least, but there really might not be a better way ... – whiterock Dec 21 '15 at 16:38
  • How exactly is your question different? Simply put, there is no way to connect several diodes in parallel. Period. – Dmitry Grigoryev Dec 21 '15 at 16:43
  • Okay I see, so in simple terms, is it that you are hereby also saying, that there is absolutely no way to power 25 LEDs more efficiently than through resistors? – whiterock Dec 21 '15 at 16:45
  • 1
    Put them in series; use a high-voltage source, e.g. boost converter. Make sure you have enough total power. – the gods from engineering Dec 21 '15 at 16:46
  • Would that have a higher efficiency? @RespawnedFluff – whiterock Dec 21 '15 at 16:47
  • It's rather complicated topic. If you want to optimize for efficiency probably several chains of LEDs would be better. Have a look at https://www.maximintegrated.com/en/app-notes/index.mvp/id/1804 particularly the last schematic. – the gods from engineering Dec 21 '15 at 16:53
  • Thank you. This all seems out of my reach though, and I will probably just do the simplest "resistor" variant after all. – whiterock Dec 21 '15 at 16:56

4 Answers4

3

I would never put the LEDs in parallel because there are chips that can do this job properly such as this one from Maxim: -

enter image description here

Andy aka
  • 456,226
  • 28
  • 367
  • 807
1

1) USB can only supply about 500 mA. You can get a single white LED that is rated for that amount of current.

2) If you put multiple LEDs directly in parallel, small variations in the LEDs themselves will cause them to run different currents in each LED. You basically have to 'ballast' each LED to swamp the differences -- a R does this.

3) A regulator would perform the same function as a resistor in your plan -- both drop the V from 5 to 3.2 V.

4) In an emergency, how is the USB powered ?

jp314
  • 18,902
  • 18
  • 46
  • The last point is the easiest -- you can assume a laptop or a USB battery bank (phone charging sort). I've got an 18650 version of the latter and if only I could get into it I would add a decent white LED. – Chris H Dec 21 '15 at 16:33
  • I want multiple LEDs though as I on the one hand don't want to deal with the heat such a single LED generates and the other hand I want kind of a panel effect 2) So you're telling me there is no better way? 4) Added it to my original answer => USB power bank
  • – whiterock Dec 21 '15 at 16:34
  • You can use a Fresnel lens if you want to distribute the light from a single led. – Dmitry Grigoryev Dec 21 '15 at 16:52
  • Same heat either way. You consume a current from the 5 V, and while LEDs are efficient, 90 % of the power is still dissipated as heat. Whether you use 1 R, multiple R's, or a linear regulator, it's still the same amount of heat. A DC/DC could help some by eliminating most of the heat in the regulation from 5 V to 3.2 V – jp314 Dec 21 '15 at 16:56
  • I ment the heat coming from the LEDs which I can handle easier with a multitude of them as I don't need one big heatsink for one 500 mA LED... – whiterock Dec 21 '15 at 17:54