Articles by Tag #embedded

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

I Bought a Robot Vacuum, Not a Cloud Spy

Background: Buying a Used Robot I didn’t buy this robot vacuum because I urgently needed automated...

Learn More 6 0Jan 12

ROS2 SYSTEMS ANALYSIS: Bringing Nodes To Life

A story-driven explanation of packages, builds, installs, nodes, and the ROS2 graph The...

Learn More 0 0Jan 19

Disposable Vape Becomes Functional Web Server (24KB RAM Extreme Challenge) 🔥

E-waste disposable vape transformed into functional HTTP server with ARM Cortex-M0+, 24KB flash, 3KB...

Learn More 29 1Sep 17 '25

Build Embedded Debian Web Runtime with the Power of Isar

Originally posted on Medium When most people think about building something for embedded devices,...

Learn More 1 0Nov 29 '25

The Path Toward Embedded Systems Expertise

"The journey of a thousand instructions begins with a single bit" By Harshavardhan | Department of...

Learn More 5 0Nov 20 '25

🔥 The Untold Secret of ⚡️MicroPython: Build IoT Apps in Minutes with Just 20 Lines of Code!

⚡️ The Untold Secret of MicroPython: Build IoT Apps in Minutes with Just 20 Lines of...

Learn More 4 0Oct 15 '25

MCUboot: Understanding the Image Trailer and How It Tracks Firmware Update Progress

The MCUboot bootloader ensures fail-safe firmware updates on embedded devices by closely tracking the...

Learn More 2 0Nov 2 '25

Memory Mapped IO (MMIO)

Table of Contents Introduction VA to PA Conversion MMIO Regions Load and Store...

Learn More 2 0Nov 20 '25

Cross-Compiling Linux Kernel Module: A Hands-On Guide

Welcome to my first dev.to post! today, we're diving into the practical world of cross-compiling...

Learn More 5 1Sep 6 '25

Embedded Systems Programming & IoT: How can I build my own Ryzen AI Max? 🤔

Hey Dev Community! 🎮 Ever Wondered How to Build Your Own Ryzen AI Max or Even an Nvidia RTX 5080? If...

Learn More 5 0Jan 3

more nim for embedded software development

Writing libraries is fun, but at some point you've got to use them. I've been writing one for roughly...

Learn More 1 0Nov 25 '25

I Built SoftLA: A Software-Only Logic Analyzer for UART & I2C Debugging (No Hardware Required)

Embedded and firmware debugging often becomes a guessing game. UART data gets corrupted. I2C devices...

Learn More 0 0Dec 20 '25

How to write Arduino Uno code with Python?

Recently I came across a Reddit thread where someone asked: "I was thinking about using an Arduino,...

Learn More 1 0Oct 14 '25

From ARM Assembly to Machine Code: A Bare-Metal Primer

ARMv7 programmer-visible registers From assembly source to machine code A minimal startup...

Learn More 0 0Dec 6 '25

The CloudAIoT 3-Layer Reference Architecture

A Separation-of-Concerns Approach for Real-Time IoT and Robotics Systems

Learn More 0 0Nov 29 '25

Ladybird Browser in an Embedded Web Runtime

Originally posted on Medium In my previous blog post, I showed how to build and create an...

Learn More 0 0Nov 29 '25

MCUboot: Secure Boot in Zephyr

A technical overview of MCUboot’s boot process, flash layout, image format, and secure upgrade mechanisms using Zephyr on STM32 microcontrollers.

Learn More 0 1Oct 28 '25

How I Built a 95% Accurate Defect Detection System with an ESP32-CAM and Python

I wanted to build a system that was: Low-cost: Using the super-cheap ESP32-CAM module. Scalable:...

Learn More 0 0Nov 5 '25

When a PCB Trace Becomes a Transmission Line (And Why It Broke My Design)

Digital Signals Are Analog: A Lesson I Learned Too Late Last year, I spent three weeks...

Learn More 0 0Dec 15 '25

Designing Years-Long Asset Trackers on LTE-M/NB-IoT: nRF9160, GNSS, and Real-Time Wake

"Can a tracker sleep for years yet wake up instantly when I need a live fix?" That question sits at...

Learn More 1 0Oct 16 '25

Diagnosing layer sensitivity during post training quantization

Quantization is an essential optimization technique to adapt a model to edge devices, realizing the...

Learn More 6 0Oct 30 '25

🚀 From MicroPython to the Moon: Building Space-Efficient IoT Devices like a Pro

🚀 From MicroPython to the Moon: Building Space-Efficient IoT Devices like a Pro Ever tried...

Learn More 1 0Oct 8 '25

SmolRTSP: Open-Source Practices for Efficient RTSP Streaming in Embedded Systems

A complete guide for technical developers: From RTSP protocol principles to SmolRTSP implementation...

Learn More 0 0Nov 12 '25

9 reasons why Edge AI development is so hard

Even though we’re a company specialized in Edge AI and most of our team spends their days building...

Learn More 6 0Oct 27 '25

JsonX: Mapping JSON to C Structs on Embedded Systems

Introduction JSON is everywhere - from web services to IoT. But here’s the catch: most popular JSON...

Learn More 0 0Sep 24 '25

Why using arduino-cli is better than building from Arduino IDE

Detailed version of this article is published on EmbeddedK8. Did you know you don’t need the Arduino...

Learn More 2 1Nov 16 '25

Embedded Systems & Electronics in 2025: Key Trends and What Really Changed

When people talk about “electronics in 2025”, they often focus on AI, consumer gadgets or flashy...

Learn More 0 0Nov 17 '25

Testing embedded projects: automate builds and simulate execution with Github Actions and Wokwi simulator

Testing embedded projects often turns into a slow, manual routine—compile locally, flash hardware,...

Learn More 1 0Nov 21 '25

Understanding the Arduino IDE build process

Have you tried Arduino and already built your first sketch with a single click? Or maybe you’re just...

Learn More 1 0Oct 21 '25

MCUBoot: Firmware Signing and Header Analysis

Table of Contents Image Verification Creating a Signed Image with imgtool.py MCUBoot...

Learn More 0 1Oct 29 '25