//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts


Write embedded drivers without the MCU in your dev loop. Pico de Gallo turns a Pi Pico 2 into a USB-attached I²C/SPI/UART/GPIO/ADC/1-Wire bridge, so your driver is just a cargo run binary talking to real silicon from your laptop. Build one for your chip → balbi.sh/posts/writin...
More metapacs, that's exactly what we need. Hopefully an embassy HAL can be built on top of this work :-) Amazing.
Rust program management, May 2026... RustWeek! Video interviews! Project Goals! Funding! Mirroring! Rust for Linux! More meeting notes!
2d
1d
1d
Treating a sensor driver like normal software: a real I²C bus on your laptop, the upstream driver crate unmodified, and a live ratatui dashboard around it.
balbi.sh
blog.rust-lang.org
Want to follow along with Rust development? Curious how you might get involved? Take a look!
Writing embedded drivers without an MCU
Program management update — May 2026 | Inside Rust Blog
For all Silicon Labs EFR32 Rust fans I just published crates.io/crates/silab.... It follows the same idea as crates.io/crates/stm32...
Felipe Balbi
Felipe Balbi
Nurzhan Saken
5d
crates.io
crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects
crates.io: Rust Package Registry
Andres Vahter 🦀