DMXSerial
DMXSerial copied to clipboard
An Arduino library for sending and receiving DMX packets.
Hey I try to build a small monitoring for a DMX-line, before creating a controller. Therefore a ODROID-GO would be a nice device with an DMX-USB cable at its input....
It might be very useful to move from AVR only lib toward ARM compatibility (at least to Atmel SAM3X8E ARM Cortex-M3 installed in Arduino DUE)
I've added the feature to set a start address in the DMX Receiver with the goal to cut down memory usage while maintaining flexibility on wich channels in the DMX...
Would you consider merging a large patch to support non-AVR chips? I regularly hear requests to port your library to Teensy 3.1. Already DMX transmit and receive code exists for...
Is anyone having issues with some lighting desks not being able to send values?
/* EDIT: after getting another MAX485 board, it seemed this was the culprit! */ Hi I have a small breakout board populated with an arduino nano and a MAX485 module....
Hi, i need to change the output pin of neopixel. I tried editing the defines in ws2812.h, but that does not make any difference and the output pin stays always...
For not having programmed for 25 years my C is a bit rusty... I read about using two UARTS with the DMXSerial library but I have a question. I want...
I have an issue using the library: One channel contains noise mixed with dmx data, even if this data are 0. The problematic channel is the 31, when sending data...
I have 2 servos and 4 LEDs attached to pins 3, 5, 6, 9, 10, 11 and the 2 servos work fine with the first 2 channels, and the first...