How to measure the output voltage of an RGB LED controller

driverledmicrocontrollerrgb

I want to replace an RGB LED controller (much like this one) with my own MCU.

Therefore, I think I need to know what voltage(s) the RGB LED controller outputs so I can make my MCU/component have the same output voltage(s). Then I can control the colours with the MCU.

The RGB LED controller has a 12V input, and a 12V + R + G + B output that connects to an LED driver unit.

Unfortunately, I currently only have a basic knowledge of circuits. I have a DC power supply and a multimeter, how would I go about finding out what voltage(s) the RGB LED controller outputs?

Thanks.

Edit
Here's the lighting circuit I have

Best Answer

The controller outputs 12V (likely passes the input straight through), and sinks/grounds the R, G, & B pins through a n-channel mosfet or bjt transistor. There is very little voltage drop present from the controller's active component. All it does is opens/disables the R, G, & B pins (leaves them floating) to turn the leds off, and closes/enables them (connecting the path to ground) to turn the leds on. It uses PWM to adjust brightness and color.

Typical insides:

Google "RGB Controller schematic" for plenty of ideas on how to implement your own. You could even cut the circuit in your controller up to remove the microcontroller while keeping the driver section.