rstephan / ArtnetWifi

Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.
Other
353 stars 59 forks source link

Different artnet sub nets #24

Closed rebeccagodfrey closed 4 years ago

rebeccagodfrey commented 4 years ago

How might I go about setting a different artnet subnet. Im building a large led matrix which will need16 universes but i still need a couple for my regular dmx lighting? Thanks

rstephan commented 4 years ago

I am not an expert for building large scale lighting setups. But take a look at https://en.wikipedia.org/wiki/Art-Net and https://artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf The network is based of the IP-protocol, so everything applies here as well. Use more nodes to reach more lights. By the way, the universe field has a size of 15 bit, so up to 32768 universes per node are possible. Hope this helps.