Adding ovdmx support for ola
Created a new pull request, we would also like to add some references to the hardware files so people can also make their own adapters
Created a new pull request, we would also like to add some references to the hardware files so people can also make their own adapters
In terms of the hardware, can you give some more info? My gut feeling is you're probably in the right area making a new plugin, but see some other options here: https://www.openlighting.org/ola/get-help/ola-faq/#What_is_the_difference_between_the_different_USB_plugins
So fixing the licence check would be an excellent and trivial place to start.
Sorry this took a lot longer than I anticipated, kind of forgot it with everything that happened these last few years.
I have made the changes you suggested and hope everything is okey now. Regarding the hardware it is custom with a pcb layout and microcontroller code which you can find here https://github.com/omegav/ovdmx
Some initial comments.
Is there anything special to identify your device via lsusb, or is it just on /dev/ttyACM0 or similar?
From my understanding it just shows up as /dev/ttyACM0 since it's configured on the MCU side to show up as a usb cdc device. You can see the MCU usb config here https://github.com/omegav/ovdmx/blob/master/Code/OVDMX/src/config/conf_usb.h
All the changes you requested should now be committed