I like to use the free time this christmas to extend my environment with some WS2812 RGB LEDs controlled by espeasy on a nodemcu board.
Unfortunately I do not get it to work. I searched for hours now... each how to looks simple... but not here

I use ESP_Easy_mega_20221224_normal_302_ESP8266_4M1M
Configuration:
Device: Output - NeoPixel (Basic)
Name: NeoPixel
GPIO: GPIO-12 (D6) - but tried with others as well
LED (just ONE Led for testing):
Power: Vin of NodeMCU
Ground: GND of NodeMCU
Din: D6 on NodeMCU -> R330 -> Din (tried with and without resistor already)
Command:
Code: Select all
NeoPixelAll,255,0,0
- also tried: NeoPixel,1,255,0,0
- also tried: NeoPixelAllHSV,255,255,255
Log-Output:
Code: Select all
ACT : NeoPixelAll,255,0,0
P038 : write - NeoPixelAll,255,0,0
Tried on a Wemos D1 mini pro with Din to D4:
Booting lights up the blue LED on Wemos board AND the WS2812 as well. After firing the command the WS2812 switched off but the blue light keeps light.
I am lost....
Any help would highly appreciated!
/Mav