
Async Rust Gateway From Embedded Firmware to Cloud Infrastructure - wk6
Week 6 marks a fundamental shift in the project. Up through Week 5, everything stayed within the embedded realm - microcontrollers talking to each other over LoRa. Data lived in OLED displays and defmt logs that disappeared when you closed the terminal. Week 6 changes that. It’s the bridge between embedded and cloud, between constrained systems and abundant infrastructure, between no_std and std. This is the week I learned async Rust isn’t just about performance - it’s about building systems that compose. ...

