Arduino Art-Net node for sending DMX down a cable
Takes DMX data sent over Art-Net and pushes it down a cable.
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.