-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
RGBW+WW support (WS2805) #3608
Comments
No, not yet. Check if NeoPixelBus supports it. |
It seems like support is being added to NeoPixelBus as of a couple of days ago. (Potentially the next release?) |
Any news about the support about this? |
I guess this is because you need to send a extra byte. If you send 4 byte standard, it will take the byte for the next message. I ordered some ledstrips too, so I second this request |
A groundwork has been done in #3810 |
@Modalen-Engineering which Controller you are used? Because when i read the datasheet, the Date line Need the Same voltage as the stripe (e.g 24v). |
? |
5v signal level. 24v supply. Same ground as supply but not same signal Level. |
HW issue. |
Fair, will try different ESP32 and have a look! Could it also be the connections to the LED or a faulty ESP32 you would say? |
No for that particular issue but otherwise welcome. |
Works nice, thanks! there is no option yet for artnet with 5 colors per Pixel. That would be perfect! |
Hi, I made a version to control this strip with MicroPython some time ago, but I decided to switch to WLED instead of trying to compete haha. I've been experiencing quite a few issues with all the beta versions. There's significant flicker. At first, I thought it might be due to an incorrect connection, a loose ground, or maybe even a burn micro. But when I tested my MicroPython version again, it worked perfectly. I think it might be a timing issue. Could anyone explain me how to adjust the timings to test this? |
@mimicathz have a look at NeoPixelBus. |
Hi!
Is anybody working on RGBW+WW support?
I will receive some ws2805 tape in January and see that WLED don't support it right now.
From the datasheet i can that data is similar to ws2814 with 8 extra bit for the last white.
Worldsemi-WS2805 EN.pdf
The text was updated successfully, but these errors were encountered: