When using my personal FastLED program on ESP8266, the first LED constantly flashes green; but it works perfectly with WLED. How has WLED solved the issue?

This page summarizes the projects mentioned and recommended in the original post on /r/FastLED

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • platformio

    init

  • However, when I load up my own code using FastLED, the first LED constantly flashes bright green even as it shows other colors for my patterns.

  • esp8266_ws2812_i2s

    ESP8266 Library for driving WS2812 led-strip using the I2S output. Use within the Arduino IDE

  • But, if you do want to use ESP8266, this library works. You can still use FastLED to calculate the effects, and then just output to the LEDs with esp8266_ws2812_i2s -- that works, and is rock solid. However, one caveat: Maximum 341 LEDs, no more, due to ESP8266 DMA hardware limitations.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Arduino-AppleMIDI-Library

    Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)

  • Changing the order of libraries didn't change anything. BUT with that in mind, I tried disabling one of the libraries I wasn't using at the moment: AppleMIDI. The flashing mostly stopped. It flashed for a few times in the beginning, and then stopped almost completely.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts