Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.74k stars 3.17k forks source link

Hardware support for ESP32 D1 MINI #1739

Closed mgcrea closed 3 years ago

mgcrea commented 3 years ago

I recently bought a pack of 3 ESP32 D1 MINI that I intended to use with WLED.

Unfortunately it does not work out of the box, tried both default and gpio16 builds.

Did build and flash locally trying many supposedly available pins with no luck.

Tried with and without a logic level shifter.

Uncommented #define USE_WS2801 (not sure if required but I'm driving ne-pixels).

Any ideas of things I could try?

k7bbr commented 3 years ago

I've used the ESP32 minis. Try compiling with the [env:wemos_shield_esp32] build.

mgcrea commented 3 years ago

Just realised that I forgot to toggle the RGBW setting -_-, it's working now, thanks for the help anyway!