-
What we've been reading in January (2025)
We hope your year is off to a great start! January has been an exciting month for Interrupt — we launched Interrupt Live, a new series where our co-founder and host, Tyler Hoffman, sits down with Interrupt contributors to share their insights and stories. We’d love for you to tune in — see more details here!
Here are the articles, videos, and tools that we’ve been excited about this January.
-
Monitoring a Low-Power Wireless Network Based on Smart Mesh IP
by Fabian GrafThis blog post provides a practical tutorial demonstrating a simple APM solution for low-power devices. The solution leverages Zephyr RTOS on an nRF52, and SmartMesh IP on an Analog LTC5800 which can accommodate an arbitrary number of wireless motes. The motes can send a set of performance metrics at certain heartbeat intervals via a framework provided by Memfault. The framework is scalable and allows the creation of a customized group of metrics.
-
Introducing Interrupt Live - Meet the Minds Behind Interrupt
After nearly seven years of Interrupt contributions, we’ve decided to take this conversation to the next level. Introducing Interrupt Live: a YouTube Live series where we sit down with Interrupters to hear more about their origin stories, engineering journeys, and the unique challenges that inspired their contributions. If you’ve ever wanted to hear directly from the engineers behind your favorite Interrupt posts, now’s your chance.
-
What we've been reading in December (2024)
🎆 Happy New Year! 🎆 Here’s to making 2025 the best year yet. 2024 was an exciting year for Interrupt with 39 new articles, 6 new external contributors, and 576 new subscribers. Thanks for being a part of it!
Here are the articles, videos, and tools that we’ve been excited about this December.
-
WSL2 for Firmware Development
by JP HutchinsThis guide provides instructions for setting up an environment for developing, debugging, and programming embedded systems firmware in the Windows Subsystem for Linux (WSL2).
-
How to Transition from nRF5 SDK to Zephyr NCS - Lessons from Ultrahuman’s Journey
by Gaurav SinghIn this article, we’ll walk you through our journey, the challenges we faced, and how this migration is shaping a better future for those who rely on our technology to improve their health and fitness.
-
What we've been reading in November (2024)
Here are the articles, videos, and tools that we’ve been excited about this November.
-
Sequential-storage - Efficiently Store Data in Flash
by Dion DokterWhile 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.