Web Operated DMX Controller

Single full 512 universe DMX controller using an Arduino Mega, Arduino Uno, TinkerKit DMX Master Shield, and SeeedStudio Ethernet Shield.

Oct 5, 2018

13676 views

8 respects

Components and supplies

1

Arduino UNO

1

Seeed Studio W5200 Ethernet Shield

4

Resistor 100 ohm

1

DMX Master Shield

4

LED (generic)

1

Industrial SLC microSD

1

Solderless Breadboard Half Size

1

Jumper wires (generic)

1

Arduino Mega 2560

Tools and machines

1

Soldering iron (generic)

Project description

Code

Project files archive for the Arduino Mega

c_cpp

Extract and compile it for the Arduino Mega. Will not work correctly on an UNO and may even brick it.

Project files archive for the Arduino UNO

c_cpp

Extract and compile it for the Arduino UNO.

Project files archive for the Arduino UNO

c_cpp

Extract and compile it for the Arduino UNO.

Project files archive for the Arduino Mega

c_cpp

Extract and compile it for the Arduino Mega. Will not work correctly on an UNO and may even brick it.

Web Server Resources

html

Extract all files and copy it onto the MicroSD card to be installed into the ethernet shield. The MicroSD card will need to be formatted as FAT16. The archive also includes two Windows executables, one for PUTting files onto the SD Card through the Arduino Mega after the Mega has been programmed, and the other for POSTing data to the Mega for testing and debugging.

Downloadable files

Connection Diagram

Diagram showing how to connect the Arduino boards, shields, and status indicator LEDs.

Connection Diagram

Connection Diagram

Diagram showing how to connect the Arduino boards, shields, and status indicator LEDs.

Connection Diagram

Comments

Only logged in users can leave comments

Anonymous user

2 years ago

How do you launch the web server? I have everything uploaded and the files on the sd card with the ethernet connection. What now?

Anonymous user

2 years ago

You can easilly do it with just an arduino mega, a dmx shield and the ethernet shield. U will need to modify the dmx library in order to work over serial tx/rx 1 and not 0 where work the ethernet shield. I Finished right now to programme mine and work just perfect.

Anonymous user

5 years ago

You can easilly do it with just an arduino mega, a dmx shield and the ethernet shield. U will need to modify the dmx library in order to work over serial tx/rx 1 and not 0 where work the ethernet shield. I Finished right now to programme mine and work just perfect.

Anonymous user

5 years ago

How do you launch the web server? I have everything uploaded and the files on the sd card with the ethernet connection. What now?

Athurs0229

6 years ago

how to download the codes?

alphathinktink

2 years ago

Try here: https://sourceforge.net/projects/web-operated-dmx-controller/

alphathinktink

2 years ago

It's not working for me either. Let me see what I can do.