Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

3 Different WS2812B Using #219

Open tahammert opened 1 year ago

tahammert commented 1 year ago

I need to run 3 different WS2812B on my nodemcu. Is it possible to run these leds as 3 different homekit accessories on a single nodemcu? How can I do?

PimV5755 commented 1 year ago

Probably you can if you have enough GPIO's to support that. Here is an example of multiple switches as accessory. It will probably also work for "lights" Example_MultipleSwitches.zip