The Zephyr fuel_gauge API Has No 'Battery Health' Property - So My Driver Adds One
There's a moment in every open-source project where you stop asking "is my thing good?" and start...
Tag archive
There's a moment in every open-source project where you stop asking "is my thing good?" and start...
Voltage lies. Put a battery under load and its terminal voltage sags. Let it rest and the voltage...
A hardware-debugging technique that uses your portable firmware codebase as the diagnostic tool. Plus...
Table of Contents Context, Please Assumptions 1. Installation 2. Creating an application 3....

TL;DR The real problem with AI coding is not model quality but which stage you hand what to — a...

TL;DR A passing west build doesn't mean the firmware runs on hardware — catching silent failures...

TL;DR Tell an AI "implement this" in firmware and you get nonexistent register addresses and...

TL;DR 75% of Zephyr firmware development time goes to Kconfig/devicetree configuration and build...

TL;DR Patching SDK internals in an NCS global install silently breaks every other project on your...

Summary English AI-Assisted Zephyr RTOS Development Environment...

What is Zephyr RTOS? It is an open-source real-time operating system (RTOS) designed for...
A technical overview of MCUboot’s boot process, flash layout, image format, and secure upgrade mechanisms using Zephyr on STM32 microcontrollers.