Low power & low frustration (video)

Erik
Co-owner & Director of Open Source
Dion
Embedded software engineer
During the Rust meetup titled "Run Rust Anywhere" in Utrecht, August 2022, Dion talked about his Embedded Rust work.

The talk encompasses a tour of Embedded Rust, available runtimes, a dive into Embassy, and of course, a demo!

Check it out here:

Slides of the talk are here.

The meetup was organized by the Rust NL meetup group, of which I am one the organizers, and was hosted by Infi 1.

Feel free to contact me (erik@tweedegolf.com) if you'd like to get involved in organizing meetups in the Netherlands. We'd love to see more people contributing to our meetups!

1: A short write-up (Dutch) on Infi's website is here.
Erik
Co-owner & Director of Open Source
Dion
Embedded software engineer

Stay up-to-date

Stay up-to-date with our work and blog posts?

Related articles

Pioneering Rust in the high-tech industry!

Together with High Tech Software Cluster, we organized an event to showcase Rust’s strengths and safety features to tech companies in the Brainport region in the Netherlands.

June 10, 2024

Tock binary size

Tock is a powerful and secure embedded operating system. While Tock was designed with resource constraints in mind, years of additional features, generalizing to more platforms, and security improvements have brought resource, and in particular, code size bloat.

While using a full-blown filesystem for storing your data in non-volatile memory is common practice, those filesystems are often too big, not to mention annoying to use, for the things I want to do. My solution?

I've been hard at work creating the sequential-storage crate. In this blog post I'd like to go over what it is, why I created it and what it does.