项目作者: atdr

项目描述 :
Arduino Art-Net node for sending DMX down a cable
高级语言: C++
项目地址: git://github.com/atdr/artnet-node.git
创建时间: 2018-04-06T21:50:20Z
项目社区:https://github.com/atdr/artnet-node

开源协议:MIT License

下载


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

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.