Direct DMX-512 Control
Spire_Jeff
Posts: 1,917
Has anyone successfully controlled DMX-512 devices directly from an AMX processor? From what I can gather, it is a 485 bus, but it requires 250k baud. According to the documentation, AMX processors only go to 115k baud. I am wondering if there might be an undocumented support for the higher baud rate.
I can figure out the protocol, but I don't want to start if I can't physically talk to the devices
I can figure out the protocol, but I don't want to start if I can't physically talk to the devices
0
Comments
I haven't decided if I am going to create a Serial to DMX adapter or an Ethernet (UDP) to DMX adapter, but I will let you know if I am successful. A big part of the decision will be made by what RadioShack/Frys/MicroCenter have in stock
My initial thought is to code the fade in AMX and simply send the address/level info to the Arduino to put on the DMX bus.
Thank you for the input.
http://www.enttec.com/index.php?main_menu=Products&pn=70015
I'm currently getting two of them here setup playing back demo shows for a couple of banquet rooms so our sales team can bring in clients and create the room look without needing a tech on site 100% of the time.
The streamer can record a complete show (with timings) in real time, and then playback the whole show or portions of it triggered from the front panel or through RS232.
I have the exact same question... what is wrong with the AXB-DMX512?
Nothing. I've done two installations with it just recently.. no problem whatsoever.
Agreed, not much you can't do with it communication wise.
So far, everything is going well. I assembled/created the Arduino code to listen for UDP commands and translate them to DMX512 control.
This experiment is not based on a specific show that has to run. It is more of an artistic endeavor and a fun thing for me to relax with at the end of the day.
Thanks for all of the input.
Oh, well, if it's for relaxation, then that's understandable
Well maybe with a little help from Raspberry Pi.
These two little guys can do so much for so little.
Hi everyone,
For DMX control, I've used for the longest of time a little device I used to buy in germany it was cheap (somewhere in the 250€...)
A while ago, I ordered a new one and the guy told me he was retiring but before doing so he posted online all his schematics and the firmware of his device...
here is the link to it ...
http://www.midi-and-more.de/rsdmx-interface.htm
Hope it helps
Stephane