2024-10-14

The October 2024 Rust for Lunch meet-up will have a single talk with time for questions afterwards.

We'd like to remind everyone that all participants (speakers, moderators, and attendees) must follow the Code of Conduct during the meetup.

Getting started with embedded Rust

Speaker: Sandro Stikić

  • learn how to get started with embedded rust development! my thesis statement is: "embedded development should be fun!"
  • i plan to detail the entire process of flashing a hello world program onto a microcontroller using a pure rust stack
  • what hardware is required/recommended
  • recommended rust crates
  • connecting up the hardware
  • how to write and flash the software