Planetarium Lighting System (IP2DMX-16bit)

Network access to generate 16bit DMX communication output (Arduino w/Ethernet and DMX Shield)
ORIGINAL POST
By PlanetariumWSD
components
Hardware Components
Arduino Compatible board
X 1
Mega board recommended
Arduino ethernet shield
X 1
details

ip2dmx-16bit-github.png

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

  1. Clone this repository.
  2. 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.

 

Original Repository: https://github.com/PlanetariumWSD/IP2DMX-16bit

ip2dmx-16bit-github.png

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

  1. Clone this repository.
  2. 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.

 

Original Repository: https://github.com/PlanetariumWSD/IP2DMX-16bit

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY