chrisstaite / TeensyDmx

DMX Transmit and Receive for Teensy with RDM support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

TeensyDmx

DMX Transmit and Receive for Teensy 3.x and Teensy-LC with RDM responder (client) and RDM controller support. It should support all of the serial interfaces on the devices.

This is the combination of DMXSerial2, DmxReceive and DmxSimple but converted to use the UART for Tx rather than the bit-banging method utilised by DmxSimple.

Limited testing has been done with the hardware people have lying around on Serial1, on Teensy 3.2, 3.5 and LC on Arduino IDE 1.8.2.

Teensy-LC Teensy 3.0 Teensy 3.1 Teensy 3.2 Teensy 3.5 Teensy 3.6
DMX Rx ✔️ ✔️ ✔️
DMX Tx ✔️ ✔️ ✔️
RDM Responder ✔️ ✔️ ✔️
RDM Controller ✔️

About

DMX Transmit and Receive for Teensy with RDM support.

License:MIT License


Languages

Language:C++ 62.5%Language:C 35.4%Language:Shell 2.1%