-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
What happened?
I’m trying to flash the WLED firmware to a NodeMCU. Although the firmware uploads successfully, I cannot see the WLED-AP network. I have an 8×32 WS2812B LED matrix connected to D4 (GPIO2) with an external power supply. After flashing, only a single white LED lights up. I've also tried to upload it to my second (same) NodeMCU without anything connected to it with same results.
I’ve attempted erasing the chip using esptool and have also tried flashing with esptool, WLED web installer, and ESP Flasher. Flashing a simple sketch with AP mode works correctly, so the board itself seems functional.
I have tried flashing the following WLED versions:
WLED_0.15.0_ESP8266.bin
WLED_0.15.1.beta1_ESP8266.bin
WLED_0.15.1_ESP8266.bin
WLED_0.16.0-alpha_ESP8266.bin
Chip details:
Chip type: ESP8266EX
Features: Wi-Fi, 160 MHz
Crystal frequency: 26 MHz
UPDATE
Same results when compiled from source.
To Reproduce Bug
Connect an 8×32 WS2812B LED matrix to D4 (GPIO2) of a NodeMCU, with an external power supply.
Flash the NodeMCU with WLED firmware.
Attempt to connect to the WLED-AP network on a phone or computer.
Expected Behavior
The NodeMCU should broadcast a Wi-Fi network named WLED-AP.
Install Method
Binary from WLED.me
What version of WLED?
WLED_0.15.0_ESP8266.bin
Which microcontroller/board are you seeing the problem on?
ESP8266
Relevant log/trace output
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct