ola icon indicating copy to clipboard operation
ola copied to clipboard

Adding ovdmx support for ola

Open stemnic opened this issue 6 years ago • 4 comments

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

stemnic avatar Sep 12 '19 21:09 stemnic

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.

peternewman avatar Sep 13 '19 00:09 peternewman

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

stemnic avatar Oct 09 '21 14:10 stemnic

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

stemnic avatar Nov 28 '21 15:11 stemnic

All the changes you requested should now be committed

stemnic avatar Nov 28 '21 17:11 stemnic