ESP32 and LED_SK6812RGBW1 "non stop boot"

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
stefan.erni
Valued Contributor
Posts: 1046
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 198 times
Been thanked: 220 times

ESP32 and LED_SK6812RGBW1 "non stop boot"

Post 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
2025-07-22_14-59-39.PNG (4.09 KiB) Viewed 1096 times
With Init SK6812RGBW send to uart non stop:
2025-07-22_15-00-24.PNG
2025-07-22_15-00-24.PNG (42.47 KiB) Viewed 1096 times
Program:
Post_LED1.fcfx
(13.04 KiB) Downloaded 46 times

BenR
Matrix Staff
Posts: 1950
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 694 times

Re: ESP32 and LED_SK6812RGBW1 "non stop boot"

Post 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?

stefan.erni
Valued Contributor
Posts: 1046
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 198 times
Been thanked: 220 times

Re: ESP32 and LED_SK6812RGBW1 "non stop boot"

Post 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:
Post_LED2_c1.msg.txt
(15.76 KiB) Downloaded 32 times
Post_LED2_c2.msg.txt
(14.68 KiB) Downloaded 26 times

Post Reply