If I want to use a Teensy 3.2/OctoWS2811 and an Huzzah ESP2866 to control LEDs via WI-Fi, should I replace the MCU/Lua on the ESP2866 with the Arduino Core?
The Teensy 3.2 uses the Arduino Core, right? So I figure it might be easier if they were both using the same language but I have no idea what I’m doing so maybe it makes no difference.
you can run this code on a teensy for sure , you will need to get rid of the web , wifi interface and just change the animations either automatically , or by serial , or any other way as your convenience .
Lua, doesnt play any role here , you may be confused with some readings related to the ESP .
+Gustavo K I want to control the LEDs with a phone or PC via Wi-Fi so I don’t think I can get rid of the web/Wi-Fi interface.
@Juergen_Bruegl I want to operate ~846-864 RGB LEDs and I was advised that for higher refresh-rates I should use a Teensy with OctoWS8211 adapter. I just want the refresh rate to be high enough to use light animations like Fire 2012. Do you think I should get a Feather instead? Maybe I will find some other use for my Teensy.