HomeKidd / Homekit-WS2812B-controller

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

ESP01 board RGB LED CONTROLLER #13

Closed vglucas closed 4 years ago

vglucas commented 4 years ago

I have a WS2812 ESP8266 ESP01 ESP-01 WS2812 RGB as in the photo and use the gpio2, it is possible to have the bin file for this gpio2 esp01_rgb

auto-comment[bot] commented 4 years ago

Thank you for raising an issue and helping me out with finding bugs or requesting new features. We will try and get back to you as soon as possible. Until that You might find the solution in the Wiki page or maybe find others facing the same issue as You in the Closed Issues!

HomeKidd commented 4 years ago

Hi! Sorry but this WS2812 board is not compatible with my firmware, first of all not all ESP01 boards are supported, because the "normal" ESP-01 has only 512k flash which is not enough for running HomeKit code + WS2812B effects at the same time, only ESP-01S is supported since it has 1MB of flash storage.

Also GPIO2 cannot be used since the WS2812FX library uses hardware I2S and the pin cannot be changed! More about that in Wiki page!