Art-Net Universe and LED Mapping Constraints
masterWhen using the FastLED or NeoPixel examples to control large numbers of LEDs across multiple universes, keep the following data constraints in mind:
- Frame Size: A standard Art-Net frame handles 512 bytes.
- LED Capacity per Universe: Since each LED requires 3 bytes (Red, Green, Blue), a single universe can support a maximum of 170 LEDs. The last 2 bytes of the 512-byte frame are reserved/lost.
- Data Transmission: You only need to send 510 bytes of DMX data per frame. Any extra bytes at the end of the frame will be ignored.
Example Calculation (240 LEDs across 2 Universes):
- Universe 1: Bytes 1-510 (Controls LEDs 1-170).
- Universe 2: Bytes 1-210 (Controls LEDs 171-240).