HomeKidd / Homekit-WS2812B-controller

ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
237 stars 36 forks source link

WS2811 #26

Closed ChopsKingsland closed 4 years ago

ChopsKingsland commented 4 years ago

Quick question: I'm thinking of buying some neopixels for my Christmas tree later in the year, and I would like them to be compatible with HomeKit. Will it work with these LEDs, even though they're not WS2812B, they're WS2811, https://www.amazon.co.uk/dp/B07TN6MF4G/ref=cm_sw_r_cp_api_i_InjJFbVJESXYR ?

Thanks

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.77. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

HomeKidd commented 4 years ago

Hi!

I have no experience with WS2811 LEDs because most of NeoPixel LED strips are based on WS2812B. As i know WS2811 is a 12V LED strip and its just a normal LED strip with each 3 LEDs grouped together with a WS281x driver IC which means You cannot drive each LED individually, just in group of every 3 pixel as I know.

The biggest reason why I'm not recommending WS2811 is because - as i've mentioned - its just a normal LED strip with WS281x driver IC. If the manufacturer of these Christmas Lights are changed the RGB layout to GRB or BGR the LEDs will produce off colors.

BTW you can try it, it should work but you have to keep in mind the 12V power supply 😄

Partizan7676 commented 4 years ago

2811 needs higher signal level. by it's specs NodeMCU gives less than needed by 0.1V

HomeKidd commented 4 years ago

2811 needs higher signal level. by it's specs NodeMCU gives less than needed by 0.1V

My custom PCB and any ESP8266 based board with the recommended IC gives 4.5-5V logic high level instead of the 3.3V that has the ESP8266 by default. According to WS281x datasheet logic High should be at least VDD X 0.7V = 3.5V✌️

Partizan7676 commented 4 years ago

thats good enough! when i first time use 2811 - i had that trouble and leds are not working.

ChopsKingsland commented 3 years ago

So, can I use 5v WS2811 LEDs by powering them from an external power source?

HomeKidd commented 3 years ago

So, can I use 5v WS2811 LEDs by powering them from an external power source?

Connect everything as in the Wiki and it should work ✌️ But my hardware only works with 5V LED