Page 1 of 1
ESP32 and LED_SK6812RGBW1 "non stop boot"
Posted: Tue Jul 22, 2025 2:09 pm
by stefan.erni
Hi to All
I have a small program
It send "hallo" to the uart and it'working nice.
If I add and Init SK6812RGBW it's send boot....
Hallo ok:

- 2025-07-22_14-59-39.PNG (4.09 KiB) Viewed 1101 times
With Init SK6812RGBW send to uart non stop:

- 2025-07-22_15-00-24.PNG (42.47 KiB) Viewed 1101 times
Program:
Re: ESP32 and LED_SK6812RGBW1 "non stop boot"
Posted: Wed Jul 23, 2025 3:20 pm
by BenR
Hello Stefan,
Is there an error message it's giving you? i.e. just before the text you sent there? I've looked at the component code and it seems to be ok but I could be missing something. What version of the ESP32 IDF compiler are you using?
Re: ESP32 and LED_SK6812RGBW1 "non stop boot"
Posted: Thu Jul 24, 2025 7:59 am
by stefan.erni
Hi Ben
On computer 1 it's reboot
On compterr 2 sending "hallo" is ok
but led is dark (I also added set led and refresh.)
here the files: