NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
76 stars 8 forks source link

Initial data send to USB DMX controller is broken #32

Closed TimPietrusky closed 6 years ago

TimPietrusky commented 6 years ago

Problem

When attaching the USB DMX controller to the computer and opening VisionLord, all attached DMX fixtures go cray cray and show random stuff

Temporary fix

Send the universe from VisionLord to the USB DMX controller by starting the timeline

Additional info

TimPietrusky commented 6 years ago

The problem was in fact that after the loop() of the Arduino is starting, the incoming array has no values, but the Arduino just grabs values from the memory (I think) and sends that into the DMX512 universe which leads to errors.