-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong colors on RGBW strip #2
Comments
@dbartelmus It's made for the WS2812 Integrated Light Source, so it's uses just Red, green and blue LEDs. The use for RGBW is on my todo list. If you want to make you own start here: ESP HomeKit SDK – Full Installation |
@dbartelmus Use this https://github.com/maximkulkin/esp-homekit-demo/blob/master/examples/led_strip/led_strip.c and edit it so it fits your needs. That’s what I did. |
Thank you greatly. I will share my job later with you. |
This repository seems to support SK6812 through i2s - https://github.com/esp8266-setup/ws2812_i2s and I can see that author is using different bit patterns depending of led strand:
and code for ws2812_i2c that was linked above by @rmuike is from different source - it seems that this one is striped only for ws2812 strand - but I can be wrong. |
I would like to contribute to your example. |
@Kristian8606 Thank you for your contribution! I will have a look as soon as possible! |
very interesting! am curious how you would tackle RGBW? |
I've tried to make approach for "W" (RGBW) of @Kristian8606 code customisation but without success |
The only LED strip I have is ws2812b which is rgb and does not support W. |
Okay, that's a pity, but how would you approach it? |
change this ws2812_i2s_init(LED_COUNT, PIXEL_RGBW); and this ws2812_i2s_update(pixels, PIXEL_RGBW); int r, g, b, w;
Someone to try will this work for sk6812? |
Try to build this, I think this comes originally from @Kristian8606 fork |
I understand that there are several types of sk6812 rgb and rgbw you need to be sure yours is rgbw |
LED_COUNT must match your pixels count |
It cannot be higher or less? Why is that, it’s not close circuit
|
Tested with a RGBW stip and It works! |
is it possible to make a video because soon i will not have such an LED strip |
Here's your proof of concept! |
It does, goes nicely with Siri :) |
SK6812 LED Strip RGBW With ESP under HOMEKIT - main.bin.zip |
@rmuike should it not be only white, when its set to white? Thats the point of rgbw, right? |
Yes you are right. Anyway no one cares much about SK6812.
W dniu sob., 1.08.2020 o 14:38 Vincent Niehues <[email protected]>
napisał(a):
@rmuike <https://github.com/rmuike> should it not be *only* white, when
its set to white? Thats the point of rgb*w*, right?
@AchimPieters <https://github.com/AchimPieters> Any news on RGBW/SK6812
support?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPTVE3IBNWCLL4YJSKW6SLR6QECVANCNFSM4JO3WDHQ>
.
--
DAMIAN BARTELMUSIT Specialist / DevOps
www.panther.software <https://panther.software/>
+48-PANTHER-00 (+48726843700)
|
well... i do :D |
Yes, I like and use this strip also, but have no time to figure out how to
connect it properly with HomeKit framework neither existing ESP8266 code
W dniu sob., 1.08.2020 o 14:51 Vincent Niehues <[email protected]>
napisał(a):
well... i do :D
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPTVE6G3YEM7FCCS6QDU2DR6QFV7ANCNFSM4JO3WDHQ>
.
--
DAMIAN BARTELMUSIT Specialist / DevOps
www.panther.software <https://panther.software/>
+48-PANTHER-00 (+48726843700)
|
Hello, I've followed this tutorial https://www.instructables.com/id/ESP8266-HomeKit-NeoPixel-Light-Strip/ - and almost everything went smooth.
After flashing and getting strip to work there was issue of mixed up colours (each led have different colors) and wrong brightness on somecolors.
I'm using SK6812 RGBW - please help.
ps. is it possible to set custom amount of led or make/build bin file for it?
The text was updated successfully, but these errors were encountered: