Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.01 KB

File metadata and controls

18 lines (15 loc) · 1.01 KB

日本語

DMX_USB_Simple

A simple solution for sending DMX signal via USB with Arduino and Max. Works as ENTTEC DMXUSBPRO but only for outputs. Focused on easiness + cheapness, not for stability or robustness. DmxUsbSimple

Hardware

Arduino sketch

DMXSerial Library is required. You can install it from the Library Maneger in Arduino IDE.

Max patch

dmxUsbSimple_sc1 Select the serial port from serport. If you want to send 8ch DMX data, send a list with 8 numbers 0-255. The maximum list length is 512. You can control a real DMXUSBPRO with this patch.