Skip to content

emmanuelgeoffray/DmxUsbProArduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hello,

This is a firmware for arduino + dmx shield.

It makes the arduino compatible with programs that use the Enttec Dmx Usb Pro protocol.

It uses the SimpleDmx library.

This has been successfully tested with SK Pang's Arduino DMX Shield, and should work with all mentioned by SimpleDmx. Make sure to change the TX pin according to your shield.

This has been sucessfully tested with the following software: ofxDmx, pySimpleDmx. And should work with others.

The implementation lacks some checking for bad packets for now. You're welcome to help!

Installation

sudo apt-get install arduino-mk
sudo usermod -aG dialout $(whoami)

Restart your session for the changes on groups to take effect. Or su - $USER

git clone https://github.com/TinkerKit/DmxMaster
sudo cp -r DmxMaster /usr/share/arduino/libraries/
git clone git@github.com:emmanuelgeoffray/DmxUsbProArduino.git
cd DmxUsbProArduino
make
make upload

About

Make your arduino act like an enttec dmx usb pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages