1

I bought a 5m LED strip from Ebay and connected it to 12V 1.5Amps. I am a starter in engineering.

What kind of potentiometer do I need to use to lower or increase the brightness? How many Ohms do I need for it? PS: if there is a formula I`d like to hear it also :D

Funkyguy
  • 3,558
  • 1
  • 21
  • 45
  • 1
    Would be nice if you provided a link to the product – Funkyguy Jan 02 '15 at 20:35
  • This is what I have, red version : http://www.ebay.com/itm/5M-Warm-White-600-leds-3528-SMD-LED-Strip-Lights-Flexible-12V-DIY-for-Car-Decor-/121533468015?pt=US_String_Lights_Fairy_Lights&hash=item1c4bf58d6f – FreeBeerOMG Jan 02 '15 at 20:49
  • 1
    @Funkyguy The product comes from eBay. Having the link is better than nothing, but that's all it's better than. (1) eBay sellers don't provide sufficient technical data. Series/parallel configuration? Datasheet for the individual LEDs? Nah. (2) The eBay auction will expire in a matter of few moths and the link will die. – Nick Alexeev Jan 02 '15 at 20:58
  • 5
    You should be using [PWM](https://en.wikipedia.org/wiki/Pulse-width_modulation) to dim LEDs, not a potentiometer. – Samuel Jan 02 '15 at 21:31

3 Answers3

5

This is not trivial.

LED's typically work like this:

schematic

simulate this circuit – Schematic created using CircuitLab

The [R]esistor is important because it controls how much current goes through the LED. The brightness of an LED is controlled by current; the LED's voltage itself usually doesn't change much. (So if you hook up an LED directly to a power supply, it could easily blow up, even if the supply's voltage is close to the LED's voltage. Your strips avoid this by including the resistor internally.) The current is the difference between the supply voltage and the LED voltage, divided by the resistance in ohms: I = (V - Vled) / R

So, to change the brightness, you need to vary the current, and you want to do this using a pot. There are two ways you can do this:

schematic

simulate this circuit

where A is the position of the pot as referenced from one end of its travel, times the total resistance of the pot.

In the first example, you effectively modify the supply voltage as [V * A], and at the same time you add [(A in parallel with (1 - A)) * total_pot] to the existing resistance R. Feed that into the current calculation, and you get the new brightness. [1]

In the second example, you only add [1 - A] to the existing resistance R. Feed that into the current calculation, and you get the new brightness. [1] You can connect the unused End to the Middle like I did, or you can leave it unconnected. It works the same either way, until the pot gets old or gets dirt in it; then the difference is whether you want minimum brightness or nothing.

[1] This brightness is still in units of current, and the LED will produce so many lumens per amp at a fairly constant rate. However, your eyes don't see it that way. It's a bit like audio, where a physical multiplication results in a perceived addition.


All that being said, I would not recommend a pot for this. Yes, it would work...for a while...but as Scott mentioned, the pot itself will dissipate some power and get hot. You can use one anyway with an appropriately rated pot (since you have current already, Power = Current^2 * Resistance), or you can be more efficient with a PWM controller. The PWM version should probably be a separate question.

jippie
  • 33,033
  • 16
  • 93
  • 160
AaronD
  • 5,596
  • 10
  • 36
4

I think you are asking the wrong question. A potentiometer or rheostat used for this purpose would have to be very large, expensive, bulky and would get quite hot. There is also not enough information for us to help you on specifying it.

It would be preferable to use a PWM device to dim the LEDs. Such devices are commercially available, for less than the parts would cost, but links to such are considered off-topic here.

If you wanted to build one and have at least some rudimentary skills in electronics, it's possible with a 555, a power MOSFET and some resistors, diodes, a few caps and a small potentiometer. A very simple project.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
2

They look like THESE

All the info seems to suggest that you need a 12V supply that can provide 5 Amps. At 5Amps, they're not going to be real easy to dim with a potentiometer, which often aren't rated for power like that.

Scott Seidman
  • 29,274
  • 4
  • 44
  • 109
  • 1
    A pot can work, but like you said, it would need to be rated for a decent amount of power. Please unhold so I can can post the full answer. – AaronD Jan 02 '15 at 21:27
  • 1
    @AaronD, this isn't on Hold, so far as I can see. I just answered. It doesn't look protected, and its not closed – Scott Seidman Jan 02 '15 at 21:29
  • 2
    Then why is my post button still inactive...copy all text...explicit refresh...paste and replace...works now. Weird. – AaronD Jan 02 '15 at 21:33