DmxUsbProArduino
Make your arduino act like an enttec dmx usb pro
Install / Use
/learn @emmanuelgeoffray/DmxUsbProArduinoREADME
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
Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
