Protocols

RavLight receives DMX over the network (Art-Net, sACN) and over the wire (RS-485 DMX512). All network receivers are native lwIP implementations — no external libraries, one socket per protocol across Ethernet, WiFi and SoftAP.

Art-Net

The default source. RavLight listens on UDP 6454 on all interfaces at once, so a single node keeps receiving whether it's on Ethernet, WiFi STA or its own access point.

sACN / E1.31

The ESTA standard alternative, on UDP 5568. RavLight joins the standard per-universe multicast group (239.255.u.u) for each registered universe. The multicast membership is bound to the device's current IP, which means sACN works over WiFi too, not just Ethernet.

Wired DMX512 (RS-485)

Boards with an RS-485 port (XDMX family) speak physical DMX512 in both directions:

Universe and channel addressing

RavLight universes are 0-based, matching raw Art-Net. Channels are 1–512 within a universe. Software differs in how it displays universes:

SoftwareIts "universe 1" is RavLight universe…
Resolume (Art-Net, "Lumiverse 1" → universe 0 by default)0
xLights / QLC+ (Art-Net, usually 0-based)1 = 1 (match numbers directly)
sACN senders (E1.31 universes start at 1)send universe N, set RavLight to N

Rule of thumb: if nothing arrives, try the universe one below what your software shows. The DMX monitor page is the fastest way to confirm — it shows the live buffer per universe with fixture channels highlighted.

Supporting protocols