DEV Community

Cover image for Embedded Systems Weekly #128
Embedded Systems
Embedded Systems

Posted on • Originally published at embedsysweekly.com

Embedded Systems Weekly #128

Most of us at least heard about the Brooks's law, named after the author of The Mythical Man-Month. He sadly died last week. Hat off to Frederick Phillips Brooks Jr. who had a major impact on how we manage projects nowadays. (I really hope I won't have to do any new tribute this year. We lost enough major contributors in the past weeks)

Happy reading!

Articles

How the First Transistor Worked
This article is a delicious mix of historic facts and technical details. A pleasure to read to discover more about the point-contact transistor.

Reverse engineering an EV charger
It is an interesting reading because it is pretty rare to see this kind of article on a device well-designed. How a team of experts gets access to a device when it has no flaws? From the other point of view, how do you design your product to be sure to not compromise the fleet if one device is reversed engineered.

Learn Rust From Assembly Code
It is the author's favourite way to learn Rust. In this specific article, he makes us discover how the ownership system is translated into assembly.

Disassembling an Amazon Blink Mini camera
Buckle up, this is a 4 parts' article (2, 3 and 4) that goes really deep in this blink cam. Each part brings something new to the reader. It's a massive amount of work from the author.

Starlink User Terminal Modchip
It is the repository holding all the resources presented in the talk named "Glitched on Earth by Humans: A Black-Box Security Evaluation of the SpaceX Starlink User Terminal". All instructions, pcb design and code source are available to let the brave among us try the hack.

Dynamically static allocation in embedded systems
Last week I shared an article on how to be sure that your embedded software doesn't do any dynamic memory allocations. That's for sure, the best way to be sure that you won't have any memory problem in your system. In some cases, under some specific conditions, there are engineers who propose more flexible approaches like the one described in this article. Be extra careful if you adopt a such method in your project.

Tools / Libraries

Release of the Embassy executor
It's in the issue #86 (Feb 2022), that I talked for the first time about the embassy-executor. It was because of this still fantastic article titled Async Rust vs RTOS showdown!. Since then, Dario Nieuwenhuis continued to work on it, and the first release finally happened this week. I can't emphasize enough that you should take the time to at least read the article and get yourself familiar with the library. It's promising.

RF transmitter for Raspberry Pi
With this project you can turn your Raspberry Pi into an RF transmitter with only a filter to avoid interferences.

Jobs

Mobileye, Real-Time Embedded Software Engineer, Haifa, Israel (Partially remote)
The autonomous Driving group is in charge of the research, design, and implementation of new Software drivers and Operating System features, as well as, maintaining, and enhancing existing ones.

Misc

CRUMB Circuit Simulator
This week Mike Bushell released is CRUMB Circuit Simulator. You can find it on Steam or on the App Store. Many already shared that it is fun to play with.

Top comments (0)