Hello! I am working on a project with 2560 pixels running on Artnet over

@Stef_Weicks in the
If(artnetdisplay)
Fastled.show()
Else
Fastled.show()

Replace the first fastled.show by
FastLEDshowESP322();
And the second one by
FastLEDshowESP32();

@Yves_BAZIN
@Stef_Weicks
Hey Guys,
I’ve been trying to follow your conversation but I got kinda lost in the code modifications.
I am looking to drive 60 WS2812b Pixels by an ESP32 each (5 strips with 60 pixels, driven by a single ESP32 each). The plan is to have a “stretched out” matrix and use jinx/madmapper to send out artnet packets.

Would you be so kind to supply me with the code that works on the ESP32, because my current version, which is basically the ArtnetFASTLED example, is kinda laggy and freezes after a short while.
It looks like every code optimization on the web is based on the 8266 so it’d be great to have a better running code for the 32.

Thanks for your work here, cheers

Hi @Stef_Weicks , im trying to upload the code same what you are using BUT I cant connect the ESP32 to Wifi. I tried to check the artnetexample.ino BUT there is no wifi(username, password) details in the code.

How did you manage to connect the ESP32 to wifi without those username/password details in the code?

I tested this code and it worked perfectly in 4 universes in an esp8266 output, however when you add another universe in the same saisa, it keeps blinking the first led without stopping, any tips?

While there is an archive of old Google+ FastLED content on Maker Forums, the FastLED community has requested that new conversation happen on Reddit: