This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/re-sheosi on 2025-12-06 14:21:12+00:00.


Hi all! I’m planning to start a small embedded project (most probably i’ll start with an rp2040 it’s too easy to use, plus is supported everywhere), and I decided to delve into: 🌈The wonderful world of choosing a language🌈

I took a look at how’s the state of the ecosystem and found it … complicated… a lot of crates, many crates being used on top of another… etc. I’m already profficient in standard Rust (haven’t coded in no_std, though).

So I wanted to know if you have experience, how was it, whether is stable, whether I might run into incompatibilities, whether standard peripherals will work out of the box (IMUs, Led displays, sound …).

Note: I was thinking about using embassy. Any experience?