diff --git a/content/meetups/2024-09-17.md b/content/meetups/2024-09-17.md new file mode 100644 index 0000000..54d6f63 --- /dev/null +++ b/content/meetups/2024-09-17.md @@ -0,0 +1,31 @@ ++++ +title = "2024-09-17" +date = "2024-09-17" +draft = false ++++ + +Welcome back! After our summer break, the September 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](@/about.md#code-of-conduct) during the meetup. + +- Meet-up call link: [https://lecture.senfcall.de/hay-gmh-wox-mru](https://lecture.senfcall.de/hay-gmh-wox-mru) (Senfcall) +- Date: **Tuesday, 17 September, 2024** +- Time: [**11:00 - 12:00 UTC**](https://everytimezone.com/s/e85f9c54) + - **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ć](https://stikić.com/) + +- 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