top of page

Blog Posts


How embedded-test works internally
embedded-test 0.7.0 has just been released and it brings support for unit tests, apart from the integration-test support we had for a while now. This version required me to refactor how the crate works under the hood. In this post I'm going to shed some light on the internals of embedded-test. Recap: What is embedded-test? embedded-test allows you to run your test cases on a bare-metal no_std microcontroller, while reporting the test results back to your IDE, just as if you
Timo Lang
vor 4 Tagen7 Min. Lesezeit


Receive logs from bare-metal IOT Devices 📡
I recently supported an IoT startup in transforming their Arduino prototype into a stable, industrial-grade product (written in Rust ❤).
One of the key challenges was: How can we monitor our devices in production?
In this post, I’ll walk you through the solution we implemented to successfully monitor over 2,000 devices.
Timo Lang
4. Feb.4 Min. Lesezeit
bottom of page