WLEDwiki/E1.31-DMX.md

47 lines
1.8 KiB
Markdown
Raw Normal View History

2020-02-18 18:11:12 +01:00
### E1.31
2020-02-18 18:25:57 +01:00
WLED supports the E1.31 (sACN) realtime light protocol. I highly recommend the LedFx project! 170 LEDs (510 DMX channels) are supported per universe. You can use up to 9 adjacent universes which is a total of more than the maximum 1500 LEDs WLED can drive.
For a fluent 25ms (40fps) or more framerate, it is recommended to use no more than 3 universes (510 LEDs).
LedFx users: If you want to use more than 170 LEDs, you need to go to additional settings and set "Universe Size" to 510 when adding the WLED device!
2020-03-13 10:55:41 +01:00
It is not recommended to try and have multiple E1.31 sources send to a single WLED controller at the same time. It will impact performance and there is no priority handling implemented. WLED is only meant to handle a single source at a time.
2020-02-18 18:25:57 +01:00
### DMX types
Select the mode you want to use in Sync settings.
#### 0: Disabled
Incoming E1.31 packets will be ignored.
#### 1: Single RGB
All LEDs are set to the same color. 3 Channels: Red, Green, Blue
#### 2: Single DRGB
All LEDs are set to the same color. 4 Channels: Master Dimmer, Red, Green, Blue
#### 3: Effect
Not a realtime mode. Allows setting WLED effect properties over E1.31 with 11 or 13 channels.
| Channel | Property |
| --- | --- |
1 | Master Dimmer
2 | Effect mode ID
3 | Effect speed
4 | Effect intensity
5 | Effect palette ID
6 | Red Primary
7 | Green Primary
8 | Blue Primary
9 | Red Secondary
10 | Green Secondary
11 | Blue Secondary
12 | White Primary (channel optional)
13 | White Secondary (channel optional)
#### 4: Multiple RGB
3 Channels per LED in sequence. LED 0 Red, LED 0 Green, LED 0 Blue, LED 1 Red, ...
Default mode, equivalent to pre-0.9.1 E1.31. This is the mode you want to use for xLights and LedFx.
#### 5: Multiple DRGB
Like Multiple RGB, but the first channel is a brightness control.
Master Dimmer, LED 0 Red, LED 0 Green, ...
2020-02-18 18:11:12 +01:00