SXShuran Xuinembeddedville.hashnode.dev·3d ago · 9 min readBeyond Wi-Fi: What It Really Takes to Build Reliable IoT Networking on ESP32When Connecting is only the beginning An IoT gateway sits in the middle of a journey: receiving data, making sense of it, and delivering it somewhere useful. There is a particular moment every embed10
SXShuran Xuinembeddedville.hashnode.dev·Aug 5 · 20 min readEdge AI for Firmware Engineers: Why It Matters and How to Start1. Introduction: What is Edge AI If you work in firmware, you have probably noticed that AI is no longer staying in the cloud. It is showing up in cameras, wearables, factory sensors, appliances, vehi00
VRVishwaksen Reddy Dhareddyinvishwaksen.hashnode.dev·May 30 · 12 min readBuilding a Furuta Pendulum - Part 4: Firmware, PD Control, and Log-Based Nonlinear TuningIn Part 3, I covered the hardware build and the diagnostic tests that made the setup trustworthy enough to control. This post is about the actual firmware and controller iteration. We started with lin10
Xx-originating-ipinx-originating-ip.hashnode.dev·Apr 30 · 8 min readBuilding 'nandtap': Dumping a Cisco Meraki Z1 NAND via Raspberry Pi GPIO Without Removing Chip from BoardTL;DR: https://github.com/x-originating-ip/nandtap As part of some personal upskilling, I wanted to get a better feel for what edge-device forensics actually looks like in practice. It’s one of those 10
RARitesh Anandinblog.ritzylab.com·Apr 13 · 2 min readAI Can Write Your Frontend. It Can't Write Your Firmware. Here's Why.Ask an AI agent to build a React dashboard. You'll get something that runs. Ask it to write firmware for a sensor driver on FreeRTOS. You'll get something that compiles. Maybe. And crashes at 3am unde10
Eerratahunterinerratahunter.hashnode.dev·Apr 11 · 15 min readHow I Build Firmware with AI — A Research, Plan, Execute, Test Loop in PracticeI expected AI coding tools to boost my productivity. Half right, half wrong. I develop Zephyr RTOS-based firmware for nRF52/nRF53 using Claude Code as my primary tool, and the first few weeks actually10
Eerratahunterinerratahunter.hashnode.dev·Mar 25 · 14 min readEmbedded Firmware Development with Claude Code — Devicetree, Kconfig, and DebuggingTL;DR 75% of Zephyr firmware development time goes to Kconfig/devicetree configuration and build error interpretation, not writing code — Claude Code can intervene in that 75% directly from the termi00
AAuckaminauckamzone.hashnode.dev·Mar 11 · 7 min readTinyML vs Traditional Embedded Design: Key Differences Engineers Should KnowWhy Engineers Are Re-Thinking Embedded Design Today Can microcontrollers run machine learning reliably without cloud dependency or high power consumption? That question is now shaping modern embedded 00
MHMatt Howardinsolosatoshi.hashnode.dev·Mar 4 · 9 min readWhy Open-Source Bitcoin Mining Hardware Is the Most Important Fight You're Not Paying Attention ToBitcoin has an infrastructure problem. Not a code problem. Not a protocol problem. A hardware problem. The network processes over 900 EH/s of computational power every day, securing trillions of dolla00
SXShuran Xuinembeddedville.hashnode.dev·Feb 23 · 7 min readA Practical Cortex-M Bare-Metal Secure Boot KitWhat is secure boot? Secure boot is one of those topics that sits at the intersection of embedded software, system security, and real products. Everyone has heard of it. Many projects mention it. Fewe00