Myself and some others are currently working on a lighting project in which we need to control the High-Output LEDs with an Arduino, the way we've opted to go about this is through the use of a DMX driver which will hopefully be controlled by an Arduino Uno with a MAX485 DMX shield on top, as a result of this post.
So far, we've wired the 24V driver into the DMX driver (LINEARDrive 222d) and then wired the LED strip into the DMX driver as well. On the arduino side, we've mounted the shield and using an XLR cable, wired that into the DMX +, -, and shield pins of the DMX driver. The issue we're now running into, is how do we wire the shield into the arduino and then how do we program the arduino to control the DMX? can anybody steer us in the right direction?
I've attached some images to show roughly what we've done.
Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting can result in a suspension from the forum.
In the future, please only create one topic for each distinct subject matter. This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.
Well the shield should fit onto the UNO,
For coding an UNO i use Conceptinetics.h that works like a charm usually, of course i am not sure what shield you have now and what pins it uses, but i assume it just uses the hardware Serial as it should, and maybe some pins for enabling and disabling the transceiver.