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.
- Meet-up call link: https://lecture.senfcall.de/hay-gmh-wox-mru (Senfcall)
- Date: Monday, 14 October, 2024
- Time: 11:00 - 12:00 UTC
- 12:00 - 13:00 GMT (e.g. London, Bamako)
- 13:00 - 14:00 WAT/CET (e.g. Kinshasa, Berlin)
- 14:00 - 15:00 EET/CAT (e.g. Lviv, Cairo)
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