A Project to turn an old ETR Luna24 Lightingdesk into a modern custom build MIDI Lighting-Controller, using Arduino, cpp and python. I can recommend the open source software Q Light Controller + (qlc+) by Massimo Callegari (no ad, im just very happy with the software)
This Repository contains the custom software for the controlling PC as well as the code and libraries for the arduino based systems. At some point there may also be custom 3D CAD and qlc+ files available. Currently the following hardware is in use: 2x Arduino Mega, 2x Arduino Uno
Caution
A lot of the software is incomplete or buggy. Please wait for stable releases before trying to recreate this project, or be willing to search for code issues for hours.
UNO(master): 1.8.5 pre-alpha
UNO(display): 1.1.2 pre-alpha
Mega(A): 1.8.3 pre-alpha
Mega(B): 1.8.3 pre-alpha
1.0 pre-alpha (based on Win11 Pro)
1.2.2 pre-alpha
DigitDisplay: 2.2.3 RTM (currently not needed)
IlluminationDisplay: 1.0.2 RTM (currently not needed)
Tip
The Software used to convert the Serial Midi Signal to a real/virtual Midi device on the host PC is called HairlessMidi. For more information check the developers Page