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