static75

Results 6 comments of static75

Python 3.7.3 (Thonny), 2.7.16 (command line), pip 18.1 On Sun, Aug 28, 2022 at 6:36 PM Matt Cowley ***@***.***> wrote: > What version of Python and Pip are you using...

I got it to install using pip3 instead! Next issue: I get "No usb device opened" error when it tries to run dmx = uDMXController() On Sun, Aug 28, 2022...

I have a USB-to-DMX cable attached to the RPI. I know the cable works because I tested it with my windows laptop and Freestyler to connect to my ADJ light...

Thank you for the detailed reply! I installed the core using: `pip3 install PyDMX` I then installed the FDTI driving using: `pip3 install PyDMX-Drivers-FTDI` I then navigated to the examples...

Success! Making that one small change actually did something! Question: How did you know to use "FT232R" in place of "AVRDMX"? Is there a list somewhere of different interfaces to...

After some experimentation, I realized that the DMXLight7Slot example is actually using the DMXLight3Slot as a baseline and then adds rotation and opacity (thus 7 slots!). From there, I was...