Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.17k stars 255 forks source link

WS2812 LEDs Display Incorrect Colors When WiFi is Connected #811

Closed mnameghi closed 3 weeks ago

mnameghi commented 3 weeks ago

Hi,

I used an ESP-01 with two WS2812 LEDs. I connected the LEDs to GPIO2, and everything works fine when the WiFi is not connected. However, when I connect to WiFi, the LEDs display the wrong colors. For example, I intend for the LEDs to be red, but they turn on with different colors instead.

I have tried using the asynchronous UART method, but the result was the same as with the standard UART method.