
components
Hardware Components
Arduino Compatible board
X 1
Mega board recommended
Arduino ethernet shield
X 1
details
Hardware
This will work on an Arduino compatible board: Recommend a Mega 2560.
- With Wiznet 5100 or 5500 ethernet.
- a DMX shield. Note: an 328 based (Uno/Ethernet) will run out of memory > 5 nodes to control. You must set the json doc size to ~350 or less.
For 20 nodes (what we needed), a 2560 based Mega board was required for it’s 8K of RAM.
Installation
- Clone this repository.
- Run
pio lib install
to get the necessary dependencies.- If you prefer to manually install dependencies, install them in
.pio/libdeps/uno/
so they remain distinct from custom classes.
- If you prefer to manually install dependencies, install them in
Original Repository: https://github.com/PlanetariumWSD/IP2DMX-16bit
COMMENTS