-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SK6812 RGBW colors broken in 0.15.0 on ESP32, not ESP8266, works in 0.14.4 #4380
Comments
Try checking the brightness limiter settings. Also, if you can, please post the config from your 0.14 system; it sounds like there's either (a) a bug in the upgrade path, or (b) a setting that was previously ignored is now being correctly applied; I'd like to poke the config and see if I can work out what it is. |
Will have a fiddle with the settings tomorrow The animation/effect seems to be working properly, its just the "color" thats wrong. Will try and be more descriptive tomorrow Config exported from 1.14.4:
|
And this is the config from the ESP8266 device which works on 0.14.4 and 0.15, just in case its a config issue rather than a hardware-specific bug
|
I was having a similar problem, but my esp8266s weren't changing colors and my esp32s were fine. Rolled back the 8266s to 0.14.4 and now color changing works. 0.15.0 also knocked a couple of my esp8266s offline and they had to be reflashed via serial, but that's a different issue. |
So, automatic brightness limiting had been turned on, turning that off solves it. However the effects wrt segments is screwy, like its sped up. Segment 1 is ok, but the rest are not I have a vid but cant post it here. Can DM/email |
It looks like the blue channel just doesn't work for me with 15.0. I rolled back to 14.4 and it's fine. |
0.15 now seems completely broken for me, and I can't roll back to 0.14.4. I provide the binary and seems to apply the update, but it doesnt. Will have to get the ladders out and flash it directly I guess |
I updated (OTA) 5x ESP8266 (d1 mini) with an almost identical SK6812 setup (except for the switch type). Here is the result:
|
What happened?
I have two strips of SK6812s RGBWs, one lot attached to an ESP32 and one to an ESP8266
Updating to 0.15 from 0.14.4 breaks the ESP32 colors but not the ESP8266 colors
I've reverted to 0.14.4 so cant debug further at this moment but can do later
To Reproduce Bug
SK6812s RGBWs in GBR mode on an ESP32, the colors are the wrong. They are very dim, the hue isnt far off or might be right (havent fully debugged, had to quickly revert before the kids came home to see no xmas lights!)
Expected Behavior
Colors to be correct ;)
Install Method
Binary from WLED.me
What version of WLED?
0.15.0
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
Can debug further later, thought Id get this raised for everyones sake
Code of Conduct
The text was updated successfully, but these errors were encountered: