ArtnetWifi
ArtnetWifi copied to clipboard
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.
Hello, I have been testing your code using the resolume or touchdesigner. Before the connection is established is all ok just after the connection the leds start to flick and...
Hello, I'm using an ESP32 to control a LED COB with a PWM. After the upload, everything is fine. But after 30 sec, the data received by the ESP32 in...
Hi!! Is it possible to add buffer for fastled for 3 frames and show it after with constant delay ( 40ms for 25fps). That could fix irregularity of packet receiving
Hi and thanks for the library! I'm having some problems with my current setup. I have a setup containing 6 ESP32s and each of them have 240 pixels of WS2812....
Delay
I am using an ESP32 and a custom made PCB to covert an art-net signal to a 0-10v analogue signal for a dimmer rack however i am noticing some issues...
Where do I find the ESP8266 Library that includes ESP8266WiFi.h file. I've downloaded what I thought was the correct library however the build still fails first as it is missing...
I've been using this for a while now and it has been super helpful. Currently, I'm using a collection of ESP32s to control both LED's and stepper motors via ArtNet,...
hey guys! first of all: thanks for the library! it's the first that i tried that works with esp8266 and ws2812b. (others the stip flickers alot) this one works great...
I'm using an ESP32 and trying to get 1024 LEDs to run, but if I make numLeds more than 512, even 513, the entire light array goes black. Some investigation...
Using 5 universes ( i know could be less but the way my fixtures are set up makes 5 universes easier). Using Adafruit NeoPixel as my LED driver. Writing out...