mrv96 / NanoArtNet

Receive and process Art-Net packets via Arduino Nano with ENC28J60 shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NanoArtNet

This is a review in order to implement an ArtNet node through Arduino Nano and ENC28J60 Nano shield. Right now, only one universe can be sent by DMX interface.

Dependencies

This sketch needs the following libraries:

You can find these in the Arduino IDE Library Manager.

NOTE: The repository includes a modified version of EtherCard library in order to save RAM.

Art-Net protocol

Specification for the Art-Net 4 protocol

About

Receive and process Art-Net packets via Arduino Nano with ENC28J60 shield

License:GNU General Public License v3.0


Languages

Language:C++ 98.0%Language:C 2.0%