LED Stage Light Capable of Control via DMX512

Thread Starter

Anna1

Joined Nov 23, 2012
2
I'm having a problem with this circuit. I am trying to get an LED wash light circuit to be remote controlled via DMX512. The problem is, after I found the circuit for the RS485 (which will deliver the DMX signal to my LED circuit) my professor told me that there's no time to make it and that I should just buy it. I couldn't find a descent one to buy. I am also not sure if I should connect the LEDs with parallels or using a darlington pair? ! I have attached the circuitry for the RS485. Also, the options I have to connect the LEDs, not even sure which Microcontroller is the best for them. Any help? It's also 5 - 9 LEDs.
---
I really need the help on the best method to design the LED circuit, since my previous one was rejected by my advisor. Also, can I please get a website link that I can buy a read RS485 from? :) any help with the LED circuit would be appreciated.



 
Last edited:

JDT

Joined Feb 12, 2009
657
If you want to make something, I would suggest a PIC. Code to receive DMX can be found here:-
http://www.qsl.net/n5tle/dmx2avc.asm
You could adapt this code.

Couple the DMX (which is RS485) to the PIC like this:-
http://www.qsl.net/n5tle/dmx2avc.pdf
Look at the connections around IC2.

I would control the brightness of the LEDs using PWM. Fairly easy to do in PIC software. Some PICs have a limited number of PWM peripherals built in.

The simple way to drive the LED would be a logic-level MOSFET and a series current limiting resistor to control LED current.
 

Thread Starter

Anna1

Joined Nov 23, 2012
2
Bertus, Yes I got it from there. Unfortunately I was asked not to do it, and to buy a ready RS485 (do you have any idea where to buy a good one?). I have looked at the bottom of whereas the 3 circuits, I just couldn't figure which was suited until I first find the new RS458 I'm about to buy. Thank you for your help.

JDT , I will defiantly have a look at those sites. I really appreciate your help. Thanks a million.
 
Last edited:

bertus

Joined Apr 5, 2008
22,278
Top