My graduation cap runs Rust
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Fun Rust embedded project, demonstrates skill but low strategic impact; high community engagement.
Using Rust on a Digispark ATtiny85, a developer created a graduation cap that lights WS2812B LEDs when a reed switch detects tassel movement, requiring forked avr-hal and ws2812-avr crates for ATtiny85 support. The 2-hour coding and 3-hour hardware project is open-sourced on GitHub, though the author opted not to wear it to graduation.
Consider Rust for embedded projects even on low-end MCUs like ATtiny85, but be prepared to fork and patch HAL crates for unsupported targets.
This project demonstrates Rust's viability for embedded systems on constrained microcontrollers, a key consideration for senior engineers evaluating Rust for IoT or firmware work.