Skip to content

Commit 64c33b3

Browse files
committed
publish: january 2025 roundup
### Summary Another month, another roundup. Busy start to the year! ### Test Plan - [x] Visual check - [ ] Link check
1 parent 13ab2b4 commit 64c33b3

File tree

2 files changed

+85
-68
lines changed

2 files changed

+85
-68
lines changed

_drafts/january-2025-roundup

Lines changed: 0 additions & 68 deletions
This file was deleted.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: "What we've been reading in January (2025)"
3+
description:
4+
Here are the articles, videos, and tools we've been excited about in January
5+
2025.
6+
author: gminn
7+
tags: [roundup]
8+
---
9+
10+
<!-- excerpt start -->
11+
12+
We hope your year is off to a great start! January has been an exciting month
13+
for Interrupt — we launched Interrupt Live, a new series where our co-founder
14+
and host, Tyler Hoffman, sits down with Interrupt contributors to share their
15+
insights and stories. We’d love for you to tune in — see
16+
[**more details here**](https://interrupt.memfault.com/blog/interrupt-live)!
17+
18+
Here are the articles, videos, and tools that we've been excited about this
19+
January.
20+
21+
<!-- excerpt end -->
22+
23+
What have you been reading? Share in the comments or
24+
[on the Interrupt Slack](https://interrupt-slack.herokuapp.com/).
25+
26+
## Articles & Learning
27+
28+
- [**Building a (T1D) smartwatch from scratch**](https://andrewchilds.com/posts/building-a-t1d-smartwatch-from-scratch)<br>
29+
I honestly think there's a market for this... tempted to try to build one
30+
myself... - Fausto
31+
32+
- [**Volvo with Julius Gustavsson - Rust in Production Podcast | corrode Rust Consulting**](https://corrode.dev/podcast/s03e08-volvo/)<br>
33+
Really interesting podcast about using embedded Rust in the automotive
34+
space! - Pat
35+
36+
- [**Round-Up of the Yocto Project Summit 2024.12**](https://burkhardstubert.substack.com/p/round-up-of-the-yocto-project-summit-86d?r=17mfiy&utm_campaign=post&utm_medium=web&triedRedirect=true)<br>
37+
A great recap of five insightful talks from the latest Yocto Project
38+
Summit. - Pat
39+
40+
- [**Setting up an LTE link in difficult terrain**](https://m0agx.eu/setting-up-an-lte-link-in-difficult-terrain.html)<br>
41+
A hands-on guide to establishing a reliable LTE connection in a remote,
42+
forested area, covering antenna selection, frequency bands, and overcoming
43+
coverage challenges.
44+
45+
- [**Evolving GitHub Issues (public preview)**](https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/)<br>
46+
Not embedded-specific, but you might notice your favorite open source projects
47+
taking advantage of GitHub's new issue UI!
48+
49+
- [**See the code that powered the Pebble smartwatches**](https://opensource.googleblog.com/2025/01/see-code-that-powered-pebble-smartwatches.html)<br>
50+
🥳 - Marc
51+
52+
- [**The hunt for error -22 - Blog - Tweede golf**](https://tweedegolf.nl/en/blog/145/the-hunt-for-error--22)<br>
53+
Chasing down a bizarre, impossible-to-reproduce firmware bug on the nRF9160 —
54+
turns out Rust, compiler optimizations, and a sneaky stack-allocated config
55+
struct were all in on it. - Pat
56+
57+
- [**This year in LLVM (2024) **](https://www.npopov.com/2025/01/05/This-year-in-LLVM-2024.html)<br>
58+
Highlights from LLVM development in 2024. - Noah
59+
60+
## Projects & Tools
61+
62+
- [**2 boards you can finally use with Zephyr! - Benjamin Cabé**](https://blog.benjamin-cabe.com/2025/01/14/2-boards-you-can-finally-use-with-zephyr#raspberry-pi-pico-2)<br>
63+
The Raspberry Pi Pico 2 is now supported in Zephyr 🥳 ! - Noah
64+
65+
- [**PSA Certified Products**](<https://products.psacertified.org/?ct=t(EMAIL_CAMPAIGN_12_31_2024_16_39)&page=1#results>)<br>
66+
A list of PSA certified products! Found this through an announcement that the
67+
ESP32-C3 line just got L1 certification.
68+
69+
## News & Announcements
70+
71+
- [**Zephyr Diversity & Inclusion Survey**](https://linuxfoundation.research.net/r/zephyr-diversity)<br>
72+
The Zephyr Project released a survey to the community on diversity and
73+
inclusion, open until February 28th. They are requesting this feedback
74+
particularly if you identify with an underrepresented or marginalized group.
75+
76+
## Events
77+
78+
- [**March 11-13 | Embedded World 2025 – Don’t Miss Tyler Hoffman’s Talk**](https://www.embedded-world.de/en)<br>
79+
Embedded World, the world’s leading embedded systems conference, returns to
80+
Nuremberg, Germany, from March 11-13. Join Memfault’s VP of Field Engineering
81+
and Interrupt author, Tyler Hoffman, on March 12 at 10:30 AM for his talk,
82+
From Defense to Offense – A Paradigm Shift in Error Handling. Learn how
83+
offensive programming can help you track down elusive firmware bugs, improve
84+
security, and debug efficiently in production. Make sure to add it to your
85+
Embedded World agenda!

0 commit comments

Comments
 (0)