I buy a btf-lighting - WS2812B model 100 led, I cut to 9, when I plug my led strip to my ESP8266, always the first stay in Red color.
Here my photos I take to illustrate. I search on this discourse but It seems that I can not found my issue.
It sounds like you’re experiencing a common issue with WS2812B LED strips where the first LED remains lit in red. Here are a few things to check:
Wiring: Ensure that your data line is connected correctly. The data input of the LED strip should be connected to the correct GPIO pin on your ESP8266.
Power Supply: Check that your power supply is sufficient for the number of LEDs. Even if you cut it to 9, the supply should handle the current requirements.
Data Signal: Sometimes, a weak data signal can cause the first LED to behave incorrectly. Try using a resistor (around 330-470 ohms) on the data line between the ESP8266 and the LED strip.
Code Configuration: Make sure your code is properly configured to address the correct number of LEDs. If you are using libraries like FastLED or Adafruit NeoPixel, ensure that you have set the number of LEDs to 9 in your setup.
Testing with Simple Code: Test with a simple example code that only turns on one LED at a time to see if the issue persists.
If you check these points and the problem continues, feel free to share your wiring setup or code for more specific troubleshooting!
Thanks to @Jinx and @jack1999, I delete the bad led and I plug it to the ESP8266 and it seems work. But now I have another issue only the 4 first leds are on but the other is off, I test the Amp and the Voltage seems to be ok. (the same for the firsts and last led)