For anyone who is interested, I've been working for the past few weeks on a series of blog articles for beginners interested in learning Rust via embedded programming on the Raspberry Pi Pico W. I had decided to embark on this blog series in part because the Discovery books had embraced the other (non-RP2040) architectures, so I didn't have that as a reference to work on. Also, I've got an implicit interest in doing wireless IoT-style projects, and decided to play with the Pico W for its networking support. (I used to use a Zigbee module when I was doing things with the Arduino world, but it seemed so much easier to do projects with the ubiquitous Wifi.) If anyone is interested in reviewing, providing feedback, or especially telling me where I've been off the mark in any explanations, I would love the feedback and any second pairs of eyes. I've got four parts written so far, and have another four planned in the works. The first article can be found [here](https://murraytodd.medium.com/learning-rust-with-embedded-programming-on-rp2040-e784389d2d3d). Cheers!