You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
I have an issue on DiY light bulb and I hope you can help me.
So I bought an esp 01 RGB controller + 16 ws2812b led ring (https://m.pt.aliexpress.com/i/32789908774.html) and I used the example code of SinricPro of addressable RGB light bulb. The code it's working but there is some issues that I can't figure out. The first issue it's the colors, they don't match. It seems it's missing the red color so all the other colours are messed up. The second issue it's when I turn the light off(via app or browser) there is allways 1 led that don't turn off and stays green. And yes I have the right led number(16) in the code. Can you help me with this?
Thanks
The text was updated successfully, but these errors were encountered:
It looks like, your strip needs a different color order. See available orders in FastLED library here
The order is set in setupFastLED function - see here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello again:)
I have an issue on DiY light bulb and I hope you can help me.
So I bought an esp 01 RGB controller + 16 ws2812b led ring (https://m.pt.aliexpress.com/i/32789908774.html) and I used the example code of SinricPro of addressable RGB light bulb. The code it's working but there is some issues that I can't figure out. The first issue it's the colors, they don't match. It seems it's missing the red color so all the other colours are messed up. The second issue it's when I turn the light off(via app or browser) there is allways 1 led that don't turn off and stays green. And yes I have the right led number(16) in the code. Can you help me with this?
Thanks
The text was updated successfully, but these errors were encountered: