Skip to content

atdr/artnet-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Art-Net node for Arduino

Takes DMX data sent over Art-Net and pushes it down a cable.

Requirements

Hardware

  • Arduino board
  • DMX shield
  • networking (e.g. Ethernet Shield 2)

Libraries

  • DmxMaster
  • Artnet
  • something for networking (e.g. Ethernet2 & EthernetUdp2)

Notes

This is heavily based on the examples in the Artnet package, in particular ArtnetReceive.ino.

Artnet.h must be edited to include Ethernet2 & EthernetUdp2 (rather than Ethernet & EthernetUdp) when using the Ethernet Shield 2 otherwise things don't work.

About

Arduino Art-Net node for sending DMX down a cable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages