Hacker News new | ask | show | jobs
by cronix 1210 days ago
Yes, but they're going away from 8266 and going to ESP32. They've already dumped support for the audio reactive version due to low processing power of the 8266. There are ESP32's in D1 Mini form factor.
2 comments

Yes, I was on the fence about mentioning that 8266 isn't great for new work since it is going away (however slowly). Additionally, moving to Espressif's newer SoC adds security features that 8266 doesn't have. In my mind the route forward is ESP32-C3 for low power and ESP-C6 for speed/capacity, since both are on RISC-V ISA as opposed to ESP32[-S[2,3]]'s LX7.

[Edit] Also, I hadn't looked at the WeMos ESP32 mini, but the examples I saw aren't pinout compatible (prolly b/c the 32 has a lot more) and don't have the handy 5v boost converted pin. That means that the above WS2812 project would need to add a 3-5v boost converter. Not a biggie, but 50% more parts...

Support for the 8266 is going to be maintained for the main branch. It's still plenty powerful for running up to 1k leds.
GCC will forever be stuck at version 5.4 for this though