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:
20:bcaba3ecc235
Parent:
19:e8b826ab28a8
Child:
29:4a11f841dae1
--- a/Screen.h	Wed Mar 09 01:24:39 2016 +0000
+++ b/Screen.h	Wed Mar 09 03:53:02 2016 +0000
@@ -19,7 +19,6 @@
         uint32_t I32_m_Rij;
         uint32_t I32_m_Kolom;
         char *C_m_Tekst[];
-        
 };
 
 Screen::Screen()