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:
- 34:fc85eeb84a93
- Parent:
- 33:e0c7a6eeeedc
- Child:
- 35:23656910be93
--- a/main.h Tue May 10 13:27:12 2016 +0000 +++ b/main.h Thu May 19 14:27:07 2016 +0000 @@ -33,6 +33,8 @@ InterruptIn LeftTwist(p6); InterruptIn RightTwist(p7); +Timeout EnableRotary; + uint32_t I32_CheckHeader(char C_Header[7]); void V_InterruptMenu(); @@ -40,6 +42,8 @@ void V_Left(); void V_Reset(); void V_DisplayMenu(); +void V_DisableRotary(); + void V_WriteTxt(uint32_t I32_Kolom, uint32_t I32_Rij, char * C_Tekst); uint32_t I32_GeneralTxt();