Hacker News new | ask | show | jobs
by adolph 1400 days ago
I’ve been super curious about both Rust and ESP. It seems like Espressif is interested enough to commission a Rust dev board (ESP32-C3-DevKit-RUST-1) and training using it.

https://github.com/esp-rs/esp-rust-board/

https://github.com/ferrous-systems/espressif-trainings

1 comments

That is what I felt as well. Managed to create simple project where MCU connects to WiFi, announces itself on network (mDNS) and gives me a tcp api to turn led on and off. I used ESP32-S3.

Ability to use STD and their rust creates made it very easy to do.

Tho most of their rust creates are just wrappers around C.