Artnet to DMX

Dependencies:   mbed DMX TextLCD mbed-rtos

/media/uploads/Ayrton_L/dmx.png

Art-NET to DMX converter.

Read Art-NET and process the data so it can be send by 3 XLR3 outputs for DMX. With a 4x20 display you can choose some options. For example what universe you would like on what output.

This is a project we make as our final project of our 2nd year of university. We study Electronics-ICT / Embedded ICT.

We chose for this amazing platform (MBED LPC1768) because it has al the interfaces and pins we need.

Revision:
36:dba7a0094213
Parent:
35:23656910be93
--- a/Screen.h	Mon May 23 14:26:36 2016 +0000
+++ b/Screen.h	Mon May 23 17:39:39 2016 +0000
@@ -1,7 +1,7 @@
 #include "string.h"
 #include "stdint.h"
 #include "TextLCD.h"
-TextLCD lcd(p21, p26, p22, p23, p24, p25, TextLCD::LCD20x4);
+TextLCD lcd(p25, p24, p23, p22, p21, p26, TextLCD::LCD20x4);
 
 class Screen
 {