SkillAgentSearch skills...

DmxUsbProArduino

Make your arduino act like an enttec dmx usb pro

Install / Use

/learn @emmanuelgeoffray/DmxUsbProArduino
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1mo ago
Forks6

Languages

Arduino

Security Score

75/100

Audited on Feb 16, 2026

No findings