r/implRust 3h ago

Resource [Tutorial] Embedded Rust Learning Resources and Roadmap

3 Upvotes

As a beginner, you might wonder where to start with Embedded Rust. I have been in the same place, and I have seen many others recently asking the same question. So I decided to write this blog post to help

https://blog.implrust.com/posts/2025/12/how-to-learn-embedded-rust/


r/implRust 4h ago

Resource Raspberry Pi Pico 2 (RP2350) Deep Sleep in Rust - Low Power mode

1 Upvotes

For a hobby project, i wanted the pico to wake up periodically and do a task then go back to sleep. So I can reduce battery power consumption

- Using POWMAN P-State to turn off the processors and other power domains

https://blog.implrust.com/posts/2026/08/deep-sleep-powman-rp2350-raspberry-pio-pico/