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

Thanks for grate library. I hawed a issue to get work this library together with Adafruit_NeoPXL8, because both libraries using same DMA_IRQ. so i edit DmxInput.cpp file in Pico-DMX: ```...

Hi, I am back. With your help I managed to build a pretty good and pretty reliable master. Ist is working great, but recently I bought some devices that are...

Fantastic project! Is it possible to add support for sending differential outputs in order to not have to purchase an RS-485 module? As far as I can tell using 2...

I had an issue where some equipment puts out inverted DMX. While flipping the A and B cables is an easy fix, i found this annoying to do and wanted...

`DmxInput::begin` has a parameter called `start_channel`. It's meant to ignore the first X channels and only read input values from that value on. However, the value is not actually used...

As described in #20, some DMX senders might send less than 512 channels. Our current implementation waits for a specific amount of bytes (= DMA transfers) before the IRQ is...

When using "**Pico-DMX**" together with "**Adafruit_NeoPXL8**" on Raspberry Pi Pico with Arduino (earlephilhower core) the processor behaves unpredictable (normally blocks all communication). The root source for this problem is that...

Hello, I have been struggling a while to include your library. New issues appeared everywhere using the sdk.

Thank you for making this library. I am starting the process of converting some of my Teensy code to work on a PICO. My project reads a dip switch to...

Could simple wiring diagrams be provided for those of us with a software background and not a hardware one? I would appreciate them as a guideline for your examples (input...