User power supply current limit to avoid current limiting resistors for LED

current-limitingledpower supply

everyone!

I would like to know if I can avoid to use current limiting resistors by pushing my power supply to its limits (it already sounds not like a good idea… btw…).

Say I have a 3.3V power supply with 200mA current limit.

Question 1: is it safe to suppose that connecting 10 LED in parallel with no resistors (positive to 3V3, negative to ground) each one gets 20mA of current? (200mA/10)

Question 2: how much can I trust the power supply limit?

Question 3: pushing a power supply to its limit for a long time can cause any issue?

Thanks!

Best Answer

  1. No, it is not safe to assume that the current will be divided equally between LEDs in parallel, as there will invariably be differences between the LED dies. They might be closer if from the same batch, but it is still a bad idea. What would be closer to working would be connecting them in series, using a higher supply voltage. Some cheap flashlights actually work that way, and depend on what could be crudely modeled as the Thevenin resistance of the batteries to limit current.

  2. You cannot trust a supply to not source more current than it is rated for, unless it is explicitly rated as having a controlled current limit. If it does, there will be a tolerance specification on the parameter which will tell you how much higher or lower it could be while remaining within specification. In contrast, if it is merely something such as a transformer core in a linear supply starting to saturate, that would be a fairly imprecise and unreliable limit unless that core were carefully manufactured and tested for saturation current.

  3. If the current limit is an intentional feature, then it may be designed to operate in current-limited regime - check the data sheet to be sure. If the current limit is a design artifact, then it may not be appropriate to operate there for an extended period of time (could overheat, etc).

In short, what you want to do is not a good idea in this form. However, connecting your LEDs in series and using some sort of active current regulation would be a good idea - non-trivial to get right, but potentially much more energy efficient than using resistors. I believe if you do some searching you will find designs for things like LED bicycle safety lights which do current regulation the right way, in order to maximize battery life.