Pico-DMX icon indicating copy to clipboard operation
Pico-DMX copied to clipboard

A library for inputting and outputting the DMX512-A lighting control protocol from a Raspberry Pi Pico

Results 14 Pico-DMX issues
Sort by recently updated
recently updated
newest added

Hello! , Absolutely love your work! Thankyou for making this. I have this working well with the arduinoIDE but i need to get it working in VScode on the pico....

I receive this on comport while run inbuilt sample code RGB_input_async in pico in arduino.... code description is this.. * Description: * Starts a DMX Input on GPIO pin 0...

Is it possible use the Pico-DMX library to implement something like this USBProWidget which was written for Teensy? https://github.com/ssilverman/TeensyDMX/tree/master/examples/USBProWidget This would enable us to use the RPI-Pico as a drop...

If you import the library using `interfaceLibForPicoSDK.cmake` the api was not able to access `hardware/pio.h` [Error thrown] ``` ./dependencies/pico-dmx/src/DmxOutput.h:18:12: fatal error: hardware/pio.h: No such file or directory 18 | #include...