Thursday, 24 November 2016

resistors - What potentiometer should I use for my led strip?


I have a led strip, this led strip is consuming about 2.5A @ 12V.
Before, I was using an Arduino to modulate the intensity of the light with PWM but I realized that a simple circuit would be even better for what I want.


I am wondering what potentiometer should I use to get the same result than when I was using the PWM, because when I was using the PWM of the Arduino, I often putted it to "1 out of 255" to get a really soft light, so what is the equivalent resistance to "1 out of 255" ? Am I right to think that my potentiometer will have to go from 0 ohms to this specific resistance ?


schematic


simulate this circuit – Schematic created using CircuitLab




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...