
Artnet to DMX
Dependencies: mbed DMX TextLCD mbed-rtos
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.
Diff: main.h
- Revision:
- 28:4b327f1cb9cb
- Parent:
- 20:bcaba3ecc235
- Child:
- 29:4a11f841dae1
--- a/main.h Thu Mar 17 17:11:18 2016 +0000 +++ b/main.h Fri Mar 18 00:44:33 2016 +0000 @@ -4,12 +4,11 @@ #define _CRT_SECURE_NO_WARNINGS #include "mbed.h" +#include "rtos.h" #include "stdint.h" - -#define DMX_CHANNELS 512 #include "DMX.h" -#include "ArtNet.h" +#include "Settings.h" #include "Screen.h"