
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:
- 7:bbd490bf8d43
- Parent:
- 6:d48f410e7a2d
- Child:
- 8:b58bcb8d960b
diff -r d48f410e7a2d -r bbd490bf8d43 main.h --- a/main.h Mon Feb 22 18:15:07 2016 +0000 +++ b/main.h Mon Feb 22 19:14:41 2016 +0000 @@ -13,8 +13,12 @@ uint32_t I32_Initiate(); +uint32_t I32_SendDMX(); uint32_t I32_SendBreak(); +void V_SendCharacter(); +void V_SendMab(); + uint8_t UNI1_values[DMX_channels]; @@ -23,7 +27,7 @@ Timeout DMXTiming; - +LPC_UART_TypeDef *_uart; #endif \ No newline at end of file