Electrical – DMX Control – 50W COB LED

controllerdmxled

I have a DIY project, with the aim of building an (LED-based) stage/theatre light from scratch.

One of the challenges I've hit with this is getting DMX control to dim the LED. I spent some time looking for an 'out of the box' solution, but to no avail. This lead to researching some DIY options, and I've thought of three potential solutions. I'm unsure as to the feasibility of each, so your feedback would be much appreciated!

50W COB LED (32V): https://www.aliexpress.com/item/2Pcs-DIY-10W-20W-30W-50W-100W-IC-SMD-led-Integrated-cob-chips-High-power-Epistar/32742712881.html


1: Using an LED Strip DMX Controller and then boosting the (12V max) PWM output signal to 32V max. Unsure if there is equipment to boost the PWM signal correctly to match the 50W (32V) LED dimmer curve.

DMX Controller: https://www.aliexpress.com/item/Wholesale-4CH-4-channel-RGBW-Easy-DMX-Dmx-512-Decoder-Dimmer-Controller-Drive-DC5V-24V-for/32552218694.html

2: Taking a 12V power source, stepping it up to 32V via a variable boost converter. Then can dim the LED via a potentiometer connected to the 'voltage adjuster' on the boost converter. Figure out a method to control the 'voltage adjuster' / potentiometer via DMX. Unsure as to this part of it.

Boost Converter: https://www.aliexpress.com/item/1PCS-LOT-150W-Boost-Converter-DC-to-DC-10-32V-to-12-35V-Step-Up-Voltage/32444460864.html

3: Going full breadboard, building a controller from scratch. Something from the following documents. While I'm sure I could replicate the PCB designs shown, I would have absolutely no knowledge of what each component does.

http://www.mathertel.de/Arduino/DMXSpot.aspx
https://bluestampengineering.com/student-projects/matthew-h-3/


If anyone has any suggestions as to which approach would be best (or a seperate approach), or any improvements that would be much appreciated!!!

Best Answer

How about 4:

Use the PWM signal from the DMX controller to drive a dimmable LED driver?

Just make sure you have a pull-up resistor if your DMX controller is open-drain, and that the frequencies and voltage levels are compatible with your LED driver.

Product recommendations are off-topic here, but there are plenty of commercial constant current drivers with analog and PWM input for dimming.

Some comments with regards to your question...

1 - Your boost converter won't like being driven by a PWM signal.

2 - That doesn't make sense as it is not even a full solution, you just delegated the issue to another design step.

3 - Building something from scratch is a decent option.

Related Topic