Earlier quoted context omitted.
Rust can be compiled to most Espressif MCUs. The critical difference is if there is standard library support. ESP8266 is an older design but can still be a Rust no_std target [0]. Espressif did release a board [1] for use with Rust training designed for the board [2]. 0. https://esp-rs.github.io/book/overview/index.html 1. https://github.com/esp-rs/esp-rust-board 2. https://esp-rs.github.io/std-training/ Also: https:…
Hey thanks for the links, you seem very knowledgable ;) I am actively looking for any good information or even good hacker communities using ESP32 for some hobby embedded things. Care to recommend any? Thanks again!
A very accessible starter project that I would suggest is to use an Wemos Mini esp8266 and an 8x8 led panel. Desolder leads from the panel and solder the 5v, ground and d4 pin from the Wemos to it. Attach to computer via usb and open the WLED website below to load the firmware on the ESP. Then open the on-ESP website or use the WLED app to go wild with colors.
LED Panel: https://www.amazon.com/gp/aw/d/B01DC0IMRW
Wemos mini: https://www.amazon.com/Organizer-ESP8266-Internet-Developmen...
Nearly any Wemos Mini D1 clone will work.