You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few of these and I'm likely to buy more...
I also have a bunch of esp8266 units of other flavors. Hooking up a WS2812 strip to them is easy enough (and either bit banging or faster ways of pushing pixels have been found, lots of GitHub repos with code) but I'm wondering if they could be made to support ws2812 as well.
Does the above mean that potentially, an Arilux could be wired to drive Neopixels too, at worst needing a breakout of the RX pad combined with the IR cable?? If so, anyone interested in trying this out and seeing if it's worth adding support for this... Essentially making it drive an addressable strip with full mqtt/OTA/etc firmware?
The text was updated successfully, but these errors were encountered:
I have a few of these and I'm likely to buy more...
I also have a bunch of esp8266 units of other flavors. Hooking up a WS2812 strip to them is easy enough (and either bit banging or faster ways of pushing pixels have been found, lots of GitHub repos with code) but I'm wondering if they could be made to support ws2812 as well.
From https://www.muzik.ca/2016/11/30/hacked-esp8266-rgb-led-controller/
A 5v source is available at the IR, and there is at least one more data line available it seems.
Neopixels need 5v, ground, and data. Depending on method used, data line can vary... ( I2S Output pin is the same as RX1 (pin 25), and the I2S method is fast... See https://github.com/cnlohr/esp8266ws2812i2s )
Does the above mean that potentially, an Arilux could be wired to drive Neopixels too, at worst needing a breakout of the RX pad combined with the IR cable?? If so, anyone interested in trying this out and seeing if it's worth adding support for this... Essentially making it drive an addressable strip with full mqtt/OTA/etc firmware?
The text was updated successfully, but these errors were encountered: