Hello! I am considering an Arduino Micro for a project I want to complete but I've never used anything Arduino before and I need some help understanding if this is within it's capability.
I have a DC 0.0 to 0.7v+ signal which I want to use to control the brightness of three LED strips which will draw about 1-2A at 12V each.
Can I convert my 0 to 0.7V into a pwm signal that goes from 0 to 100%?
Can I do that with three channels at once with the micro? (I have three separate 0-0.7V signals)
Can anyone recommend how I will go from the output of the Arduino to drive 1-2A of LEDs at 12V with the PWM signal?
Incase you are curious, I intend on taking the output from a VGA port's red, green, and blue signals, which varies from 0 to 0.7V to control the intensity of each color in each pixel. I'm going to connect the PWM output from the Arduino to red, green, and blue LEDs. Now when I'm playing a game, an explosion would make the whole room light up, and a music visualizer could flash the lights to the music perfectly in sync. I will also be able to use it as a much better version of RGB lightbulbs which always leve me wanting more control than they allow.