OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
644 stars 204 forks source link

OpenDMX/FTDI DMX Input #1500

Open peternewman opened 6 years ago

peternewman commented 6 years ago

We currently only support DMX out from the FTDI based interfaces. It would be nice to also support DMX in.

Example code from Enttec here (unclear about licensing, although frontpage says GPLv2): http://prdownloads.sourceforge.net/opendmxusb/bc5_dmxusb_soft_141.zip?download

peternewman commented 5 years ago

@Keeper-of-the-Keys has RDM working in https://github.com/OpenLightingProject/ola/pull/1541 so DMX input only should be a fairly easy subset of this.

Keeper-of-the-Keys commented 5 years ago

I'm not sure how easy this will be, detecting the beginning and end of a DMX frame (and properly aligning to it) is though on FTDI/libusb as far as I can tell, but I definitely want to try at some later point.