WLED/usermods/Artemis_reciever
Aled 7aab7678e9 Usermod for Artemis udp control
enables use as a device within the artemisRGB software
2021-02-27 09:05:30 +00:00
..
readme.md Usermod for Artemis udp control 2021-02-27 09:05:30 +00:00
usermod.cpp Usermod for Artemis udp control 2021-02-27 09:05:30 +00:00

Usermod to allow WLED to receive via UDP port from RGB.NET (and therefore add as a device to be controlled within artemis on PC)

This is only a very simple code to support a single led strip, it does not support the full function of the RGB.NET sketch for esp8266 only what is needed to be used with Artemis. It will show as a ws281x device in artemis when you provide the correct hostname or ip. Artemis queries the number of LEDs via the web interface (/config) but communication to set the LEDs is all done via the UDP interface.

To install, copy the usermod.cpp file to wled00 folder and recompile