#embeddedrust โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #embeddedrust, aggregated by home.social.
-
๐๏ธ Check out the new FLOSS Weekly podcast, featuring Jonathan Pallant of Ferrous Systems!
Learn about the growing Rust driver library, the different ways to build a Rust stack on an embedded device, and how opinionated tooling can make you a better programmer. ๐ฆ
โถ๏ธ ๐ช๐ฎ๐๐ฐ๐ต ๐๐๐ข๐ฆ๐ฆ ๐ช๐ฒ๐ฒ๐ธ๐น๐ ๐๐ฝ๐ถ๐๐ผ๐ฑ๐ฒ ๐ด๐ณ๐ด: ๐ ๐ง๐ผ๐ผ๐น ๐ช๐ถ๐๐ต ๐ข๐ฝ๐ถ๐ป๐ถ๐ผ๐ป๐: https://www.youtube.com/watch?v=ah11nzclXag
#RustLang #EmbeddedRust #FLOSSWeekly #EmbeddedSystems #OpenSource #FerrousSystems
-
๐๏ธ Check out the new FLOSS Weekly podcast, featuring Jonathan Pallant of Ferrous Systems!
Learn about the growing Rust driver library, the different ways to build a Rust stack on an embedded device, and how opinionated tooling can make you a better programmer. ๐ฆ
โถ๏ธ ๐ช๐ฎ๐๐ฐ๐ต ๐๐๐ข๐ฆ๐ฆ ๐ช๐ฒ๐ฒ๐ธ๐น๐ ๐๐ฝ๐ถ๐๐ผ๐ฑ๐ฒ ๐ด๐ณ๐ด: ๐ ๐ง๐ผ๐ผ๐น ๐ช๐ถ๐๐ต ๐ข๐ฝ๐ถ๐ป๐ถ๐ผ๐ป๐: https://www.youtube.com/watch?v=ah11nzclXag
#RustLang #EmbeddedRust #FLOSSWeekly #EmbeddedSystems #OpenSource #FerrousSystems
-
๐๐จ Oh, joy! Another thousand-page tome promising to make embedded Rust dev on ESP devices as easy as pie. ๐ Instead, buckle up for a nauseating expedition through keyboard shortcuts and a "software stack" so riveting, you'll be snoozing before you can press 'Esc' for help. ๐๐ค
https://docs.espressif.com/projects/rust/book/ #embeddedRust #ESPdev #softwaredevelopment #techbooks #developerhumor #HackerNews #ngated -
๐๐จ Oh, joy! Another thousand-page tome promising to make embedded Rust dev on ESP devices as easy as pie. ๐ Instead, buckle up for a nauseating expedition through keyboard shortcuts and a "software stack" so riveting, you'll be snoozing before you can press 'Esc' for help. ๐๐ค
https://docs.espressif.com/projects/rust/book/ #embeddedRust #ESPdev #softwaredevelopment #techbooks #developerhumor #HackerNews #ngated -
โก Lightning Talks are back for #Oxidize2026!
Share your latest Rust project, optimization stories, or a pattern you love. 5 slots, 5 minutes each, strictly timed - no slides, but props are encouraged. Session is recorded and uploaded to the Oxidize YouTube channel.
Sign-ups open September 1 at 10:00 CEST - exclusive to ticket holders. The session leads directly into Socialize at Oxidize.
๐๏ธ Need a ticket? Grab yours by August 31: https://oxidizeconf.com
-
โก Lightning Talks are back for #Oxidize2026!
Share your latest Rust project, optimization stories, or a pattern you love. 5 slots, 5 minutes each, strictly timed - no slides, but props are encouraged. Session is recorded and uploaded to the Oxidize YouTube channel.
Sign-ups open September 1 at 10:00 CEST - exclusive to ticket holders. The session leads directly into Socialize at Oxidize.
๐๏ธ Need a ticket? Grab yours by August 31: https://oxidizeconf.com
-
How do you build an autonomous defense system where failure is not an option? Sebastian Haas and Sebastian Rietzscher (Quantum Systems) walk through Mosaic focusing on its core - the Rust-based Ground Control Station. They cover what it took to migrate a mission-critical stack to Rust, and what challenges remain.
๐ https://oxidizeconf.com/sessions/keynote_rust_as_the-foundation_for_future_unmanned-systems
-
How do you build an autonomous defense system where failure is not an option? Sebastian Haas and Sebastian Rietzscher (Quantum Systems) walk through Mosaic focusing on its core - the Rust-based Ground Control Station. They cover what it took to migrate a mission-critical stack to Rust, and what challenges remain.
๐ https://oxidizeconf.com/sessions/keynote_rust_as_the-foundation_for_future_unmanned-systems
-
Safe Rust and Unsafe Rust aren't the whole story in safety-critical settings. Pete LeVasseur (Woven by Toyota) covers the gaps - brownfield projects, hardware interaction outside Rust's Abstract Machine, and the case for Safety-Critical Rust Coding Guidelines as developed by the Safety-Critical Rust Consortium.
๐ https://oxidizeconf.com/sessions/rust_is_%28un%29_safe%3Awriting_safety_critical_coding_guidelines
#Oxidize2026 #RustLang #SafetyCritical #FunctionalSafety #EmbeddedRust #AutomotiveSoftware
-
Safe Rust and Unsafe Rust aren't the whole story in safety-critical settings. Pete LeVasseur (Woven by Toyota) covers the gaps - brownfield projects, hardware interaction outside Rust's Abstract Machine, and the case for Safety-Critical Rust Coding Guidelines as developed by the Safety-Critical Rust Consortium.
๐ https://oxidizeconf.com/sessions/rust_is_%28un%29_safe%3Awriting_safety_critical_coding_guidelines
#Oxidize2026 #RustLang #SafetyCritical #FunctionalSafety #EmbeddedRust #AutomotiveSoftware
-
The 2024 recap gives you a good sense of the atmosphere at Oxidize - two days of applied Rust talks and a warm, engaged community ๐ฆ
We're looking forward to welcoming you all back in Berlin this September 14โ16, 2026. Note that workshop seats are limited; we recommend booking these early.
-
The 2024 recap gives you a good sense of the atmosphere at Oxidize - two days of applied Rust talks and a warm, engaged community ๐ฆ
We're looking forward to welcoming you all back in Berlin this September 14โ16, 2026. Note that workshop seats are limited; we recommend booking these early.
-
Slint bills itself as a UI framework that runs on anything. But what does that mean with no OS, no std, and an ESP32-S3 as your target?
At Oxidize 2026, Vasileios Papageorgiou (Extenly) puts that claim to the test by building a working smartwatch prototype - walking through display and touchscreen integration, what the embedded Rust ecosystem already covers, and where the gaps are when Slint meets bare metal.
-
Slint bills itself as a UI framework that runs on anything. But what does that mean with no OS, no std, and an ESP32-S3 as your target?
At Oxidize 2026, Vasileios Papageorgiou (Extenly) puts that claim to the test by building a working smartwatch prototype - walking through display and touchscreen integration, what the embedded Rust ecosystem already covers, and where the gaps are when Slint meets bare metal.
-
You write a handful of lines of Rust, osdyne does the rest.
Michael Steil (osdyne) runs a full-day workshop at Oxidize 2026 on using osdyne - a Rust-based embedded OS and SDK with hardware portability, declarative system configuration, ready-made connectivity libraries, and signed OTA updates built in.
๐ https://oxidizeconf.com/sessions/embedded_rust_with_batteries_included
-
You write a handful of lines of Rust, osdyne does the rest.
Michael Steil (osdyne) runs a full-day workshop at Oxidize 2026 on using osdyne - a Rust-based embedded OS and SDK with hardware portability, declarative system configuration, ready-made connectivity libraries, and signed OTA updates built in.
๐ https://oxidizeconf.com/sessions/embedded_rust_with_batteries_included
-
What do you do when a last-minute opportunity to test your hardware in space lands on your desk - and there's no time to spin up an embedded Linux?
Michaรซl Melchiore (Infinite Orbits) will share how Rust's embedded ecosystem gave his team the foundations to move fast without cutting corners on safety. A talk about real constraints, tight schedules, and getting to space anyway.
๐ https://oxidizeconf.com/sessions/rust_to_safely_go_where_no_one_has_gone_before
-
What do you do when a last-minute opportunity to test your hardware in space lands on your desk - and there's no time to spin up an embedded Linux?
Michaรซl Melchiore (Infinite Orbits) will share how Rust's embedded ecosystem gave his team the foundations to move fast without cutting corners on safety. A talk about real constraints, tight schedules, and getting to space anyway.
๐ https://oxidizeconf.com/sessions/rust_to_safely_go_where_no_one_has_gone_before
-
Much of the Rust-in-safety-critical conversation focuses on perceived gaps - but how do those concerns play out in practice? Florian Gilcher (@skade) from @ferrous joins fellow industry experts to discuss what actually matters for Rust adoption in regulated environments, from qualified tooling to certification.
๐ https://oxidizeconf.com/sessions/panel_executing_high-assurance_projects_in_Rust
#Oxidize2026 #RustLang #FunctionalSafety #SafetyCritical #EmbeddedRust
-
Much of the Rust-in-safety-critical conversation focuses on perceived gaps - but how do those concerns play out in practice? Florian Gilcher (@skade) from @ferrous joins fellow industry experts to discuss what actually matters for Rust adoption in regulated environments, from qualified tooling to certification.
๐ https://oxidizeconf.com/sessions/panel_executing_high-assurance_projects_in_Rust
#Oxidize2026 #RustLang #FunctionalSafety #SafetyCritical #EmbeddedRust
-
Curious what Oxidize is all about? Catch up on talks from Oxidize 2024 and 2025 on our YouTube channel - from embedded Rust to real-world systems use cases. A great way to get a feel for what's coming at #Oxidize2026.
-
Curious what Oxidize is all about? Catch up on talks from Oxidize 2024 and 2025 on our YouTube channel - from embedded Rust to real-world systems use cases. A great way to get a feel for what's coming at #Oxidize2026.
-
You don't have to rewrite your C firmware in Rust all at once. Christian Meusel's workshop at Oxidize 2026 is about doing it incrementally - starting from build integration and FFI calls, through to third-party crates for QR generation.
๐ https://oxidizeconf.com/sessions/integrate_rust_into_existing_embedded_c_applications
#Oxidize2026 #RustLang #EmbeddedRust #FFI #BareMetalRust #Firmware
-
You don't have to rewrite your C firmware in Rust all at once. Christian Meusel's workshop at Oxidize 2026 is about doing it incrementally - starting from build integration and FFI calls, through to third-party crates for QR generation.
๐ https://oxidizeconf.com/sessions/integrate_rust_into_existing_embedded_c_applications
#Oxidize2026 #RustLang #EmbeddedRust #FFI #BareMetalRust #Firmware
-
How does Rust fit inside a next-gen EV battery?
Julius Gustavsson (@jgust) from Volvo Cars will walk through SmartCell - their new AC battery technology that eliminates the inverter and onboard charger by shifting intelligence directly into the battery. Rust plays a central role in making that software-defined architecture robust, secure, and production-ready.
-
How does Rust fit inside a next-gen EV battery?
Julius Gustavsson (@jgust) from Volvo Cars will walk through SmartCell - their new AC battery technology that eliminates the inverter and onboard charger by shifting intelligence directly into the battery. Rust plays a central role in making that software-defined architecture robust, secure, and production-ready.
-
Embassy is still rare in commercial products - which makes Gerhard de Clercq's (Low Noise Factory AB) experience at Oxidize 2026 worth paying attention to.
He'll cover what it actually took to ship an embedded product built on Embassy: the hurdles, the web server gotchas, and how hardware simulation factored into both the electronics design and firmware development sides of the project.
-
Embassy is still rare in commercial products - which makes Gerhard de Clercq's (Low Noise Factory AB) experience at Oxidize 2026 worth paying attention to.
He'll cover what it actually took to ship an embedded product built on Embassy: the hurdles, the web server gotchas, and how hardware simulation factored into both the electronics design and firmware development sides of the project.
-
Async Rust is amazing, but embedded application shows that it is far from theย zero cost abstractionsย we were promised. Dion proposes to fix this problem at the root, in the compiler: https://tweedegolf.nl/en/blog/237/async-rust-never-left-the-mvp-state
If you're with a company or organization that can benefit from this work and is willing help fund it, please reach out to @diondokter!
-
Async Rust is amazing, but embedded application shows that it is far from the zero cost abstractions we were promised. Dion proposes to fix this problem at the root, in the compiler: https://tweedegolf.nl/en/blog/237/async-rust-never-left-the-mvp-state
If you're with a company or organization that can benefit from this work and is willing help fund it, please reach out to @diondokter!
-
Integrating vendor drivers sounds manageable - until youโre doing it across multiple devices from different manufacturers.
James McNally (@wiresmith) made the switch from LabVIEW to Rust several years ago and has since worked through it. At Oxidize 2026 he'll share the practical patterns that worked, the tradeoffs between different approaches, and the open questions he's still working through.
๐ https://oxidizeconf.com/sessions/patterns_for_integrating_vendor_drivers_in_rust
-
Integrating vendor drivers sounds manageable - until youโre doing it across multiple devices from different manufacturers.
James McNally (@wiresmith) made the switch from LabVIEW to Rust several years ago and has since worked through it. At Oxidize 2026 he'll share the practical patterns that worked, the tradeoffs between different approaches, and the open questions he's still working through.
๐ https://oxidizeconf.com/sessions/patterns_for_integrating_vendor_drivers_in_rust
-
Embedded Rust or C Firmware? Lessons from an Industrial Microcontroller Use Case
https://arxiv.org/abs/2604.25679
#HackerNews #EmbeddedRust #CProgramming #Microcontrollers #FirmwareDevelopment #IndustrialTech
-
Embedded Rust or C Firmware? Lessons from an Industrial Microcontroller Use Case
https://arxiv.org/abs/2604.25679
#HackerNews #EmbeddedRust #CProgramming #Microcontrollers #FirmwareDevelopment #IndustrialTech
-
The Oxidize 2026 agenda is out - and tickets are now on sale.
Oxidize is the leading conference at the intersection of applied Rust and real-world decision-making, bringing together developers and technical leaders building Rust systems in production.
Check it out and grab your ticket ๐ https://oxidizeconf.com/
-
The Oxidize 2026 agenda is out - and tickets are now on sale.
Oxidize is the leading conference at the intersection of applied Rust and real-world decision-making, bringing together developers and technical leaders building Rust systems in production.
Check it out and grab your ticket ๐ https://oxidizeconf.com/
-
Delivering high-accuracy neonatal monitoring with Rust and Ferrocene in a joint project with @ferrous.
Find the demo at Booth 4-402 in Hall 4 at Embedded World.
#RustLang #EmbeddedRust #Ferrocene #EmbeddedSystems #MedTech
-
Delivering high-accuracy neonatal monitoring with Rust and Ferrocene in a joint project with @ferrous.
Find the demo at Booth 4-402 in Hall 4 at Embedded World.
#RustLang #EmbeddedRust #Ferrocene #EmbeddedSystems #MedTech
-
Ferrocene 26.02.0 is out ๐ฆ
Highlights:
๐ ISO 26262 ASIL B certification for part of Rust core
๐ Qualified Rust toolchain for safety-critical systemsIf youโre at #ew26, come by booth 4-402 to talk to us about #embeddedRust (and get some stickers).
Read more: ๐ https://ferrous-systems.com/blog/ferrocene-26-02-0/
-
Ferrocene 26.02.0 is out ๐ฆ
Highlights:
๐ ISO 26262 ASIL B certification for part of Rust core
๐ Qualified Rust toolchain for safety-critical systemsIf youโre at #ew26, come by booth 4-402 to talk to us about #embeddedRust (and get some stickers).
Read more: ๐ https://ferrous-systems.com/blog/ferrocene-26-02-0/
-
๐ฆ #RustLang now targets Cortex-R82 / R82AE.
Support for Armv8-R AArch64 means Rust can run in a new class of performance-oriented real-time systems. Nice step toward bringing memory-safe tooling into more embedded and safety-critical environments.
For teams that need it, Ferrocene provides a qualified toolchain.
If youโre at #EmbeddedWorld March 10 - 12, come say hi ๐
Hall 4 / Booth 4-402 -
๐ฆ #RustLang now targets Cortex-R82 / R82AE.
Support for Armv8-R AArch64 means Rust can run in a new class of performance-oriented real-time systems. Nice step toward bringing memory-safe tooling into more embedded and safety-critical environments.
For teams that need it, Ferrocene provides a qualified toolchain.
If youโre at #EmbeddedWorld March 10 - 12, come say hi ๐
Hall 4 / Booth 4-402 -
Wow, someone's successfully targeted my embedded Rust USB host stack to *EHCI*. That's, like, a *real* host controller... https://github.com/imxrt-rs/imxrt-usbh #rustlang #embeddedrust #rustembedded
-
Wow, someone's successfully targeted my embedded Rust USB host stack to *EHCI*. That's, like, a *real* host controller... https://github.com/imxrt-rs/imxrt-usbh #rustlang #embeddedrust #rustembedded
-
device-envoy: Making Embedded Fun with Rust!
Talk by Carl Kadie at Seattle Rust User Group.
-
device-envoy: Making Embedded Fun with Rust!
Talk by Carl Kadie at Seattle Rust User Group.
-
In my lunch break i had the chance to try out ArielOS, which is a collection/framework to build and deploy firmware for microcontrollers in Rust.
It abstracts some of the boring repetitive work away from the user, for example board switches are really easy, so you can write your code board-agnostic (to a certain extent).
Really cool. -
In my lunch break i had the chance to try out ArielOS, which is a collection/framework to build and deploy firmware for microcontrollers in Rust.
It abstracts some of the boring repetitive work away from the user, for example board switches are really easy, so you can write your code board-agnostic (to a certain extent).
Really cool. -
Our intern Ebbe may just have sped up your debug journey for async Embedded Rust. We're impressed! Read about the Proof of Concept here: https://tweedegolf.nl/en/blog/161/embedded-async-debugging-and-inspect-embassy
Feedback and contributions are appreciated, so give inspect-embassy a go!
-
Our intern Ebbe may just have sped up your debug journey for async Embedded Rust. We're impressed! Read about the Proof of Concept here: https://tweedegolf.nl/en/blog/161/embedded-async-debugging-and-inspect-embassy
Feedback and contributions are appreciated, so give inspect-embassy a go!
-
Exploring Serial Wire Debug with Airfrog
#Airfrog #SerialWireDebug #ARMmicrocontroller #EmbeddedRust #ESP32
https://theoasisbbs.com/exploring-serial-wire-debug-with-airfrog/?feed_id=4924&_unique_id=68a5cc021325f -
Exploring Serial Wire Debug with Airfrog
#Airfrog #SerialWireDebug #ARMmicrocontroller #EmbeddedRust #ESP32
https://theoasisbbs.com/exploring-serial-wire-debug-with-airfrog/?feed_id=4924&_unique_id=68a5cc021325f -
๐ฅ New Video Online โ Rust in Paris 2025 ๐ฆ
At the latest edition of Rust in Paris, Omar Hiari explored the foundations of a strong Embedded Rust ecosystem, breaking it down into five essential pillars.
๐ Watch the full talk here: https://youtu.be/UIqchWfD35I
Huge thanks to Omar for his expertise, vision, and contributions to the Rust and embedded systems community ๐
#RustLang #EmbeddedRust #RustInParis #RustProgramming #OpenSource #RustCommunity