Electronic – How to choose a correct LED PWM driver

driverledmicrocontrollerpwm

I would like to control an RGB LED via a (vendor specific) microcontroller. However its maximum output current is 60mA whereas my LED requires 100mA.
I have seen number of LED driver solutions with PWM support where the modulation is controlled by analogue input 0-VDD. However, I would like to use my already modulated signal from my MCU as I don't have 3 analogue output pins and MCU offers nice PWM tools.

What would be the easiest solution for me to provide the LED with the necessary 100mA while still using MCU modulated voltage signals?

Best Answer

You could use a transistor driver for each input (LED):

enter image description here

Source: electronics-tutorials.ws

In your case the second circuit suits (low-side driver or current sink) and \$I_R = 100mA\$.