
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.
main.h@8:b58bcb8d960b, 2016-03-07 (annotated)
- Committer:
- Ayrton_L
- Date:
- Mon Mar 07 21:27:31 2016 +0000
- Revision:
- 8:b58bcb8d960b
- Parent:
- 7:bbd490bf8d43
- Child:
- 10:33faa2c71dad
DMX verder uitgewerkt
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Ayrton_L | 4:cb44bb2eb2f2 | 1 | #ifndef MAIN_H |
Ayrton_L | 4:cb44bb2eb2f2 | 2 | #define MAIN_H |
Ayrton_L | 4:cb44bb2eb2f2 | 3 | |
Ayrton_L | 4:cb44bb2eb2f2 | 4 | #include "mbed.h" |
Ayrton_L | 6:d48f410e7a2d | 5 | #include "stdint.h" |
Ayrton_L | 4:cb44bb2eb2f2 | 6 | |
Ayrton_L | 8:b58bcb8d960b | 7 | #endif |
Ayrton_L | 8:b58bcb8d960b | 8 | |
Ayrton_L | 6:d48f410e7a2d | 9 | |
Ayrton_L | 4:cb44bb2eb2f2 | 10 | |
Ayrton_L | 4:cb44bb2eb2f2 | 11 |