Rather urgent problem using DMX
CumQuaT
Posts: 156
Hi, I have an urgent problem that needs to get off the ground as soon as humanly possible, and I really need help...
I have to get a wall-washer light to receive color information from my propeller chip. I originally tried this with a Basic Stamp, which I'm the most familiar with, but the Stamp just didn't seem to be fast enough...
The light in question is one of those really big long RGB wall washer type lights that can flood a large amount of colored light onto a wall or ceiling or some such. It receives a DMX signal, however, it gets the DMX signal from a special control box that can only accept an RJ45 feed... I have hooked up my propeller chip to an RJ45 port and tried the DMX controlling method using a MAX487 chip noted here (http://forums.parallax.com/forums/default.aspx?f=25&m=171793) and haven't had much success...
I know that there are DMX generators that communicate via ethernet available for computers, but I need this done with a single propeller chip if at all possible... Can this be done? Can anyone help?
Thank you hugely in advance. If I can provide any more information at all, please just ask...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
I have to get a wall-washer light to receive color information from my propeller chip. I originally tried this with a Basic Stamp, which I'm the most familiar with, but the Stamp just didn't seem to be fast enough...
The light in question is one of those really big long RGB wall washer type lights that can flood a large amount of colored light onto a wall or ceiling or some such. It receives a DMX signal, however, it gets the DMX signal from a special control box that can only accept an RJ45 feed... I have hooked up my propeller chip to an RJ45 port and tried the DMX controlling method using a MAX487 chip noted here (http://forums.parallax.com/forums/default.aspx?f=25&m=171793) and haven't had much success...
I know that there are DMX generators that communicate via ethernet available for computers, but I need this done with a single propeller chip if at all possible... Can this be done? Can anyone help?
Thank you hugely in advance. If I can provide any more information at all, please just ask...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
Pin 1 - Data + (XLR pin 3)
Pin 2 - Data - (XLR pin 2)
Pin 7 - 0v (XLR pin 1)
Pin 8 - 0v (XLR pin 1)
If it really is DMX over Ethernet then you're going to need to know which protocol it is using. Most of them use UDP which ought to be doable with a Propeller and something like a Microchip ENC28J60 or a Wiznet 5100.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
It's then as simple as setting the right DMX channels top the right values...
...it really is as easy at that. By changing the values sent to each channel you can change the colour. If your unit is one that has an overall brightness channel then that will need to be set to 255 before you will see anything.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto for SunSPOT, BitScope
www.tdswieter.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who are you, and why are you reading my signature?