Command Injection in C/C++: Why system() with User Input is Dangerous (with Practical Examples)
May 20, 2026 · 3 min read
A practical, beginner-friendly guide to understanding and preventing command injection vulnerabilities in C/C++ applications, with real-world examples and secure coding advice.
RTOS vs Bare Metal vs Embedded Linux: A Real-World Guide for People Who Actually Need to Decide
May 18, 2026 · 5 min read
A practical and human guide to choosing between bare metal, RTOS, and embedded Linux, with real examples, trade-offs, and hybrid architecture ideas.
Embedded World 2026: Conference Report and Hardware Ecosystem Observations
May 15, 2026 · 3 min read
Observations and notes from Embedded World 2026 in Nuremberg: major hardware vendors and embedded systems trends.
From 2000 Lines of 8051 Assembly to 20 Lines of Arduino: A Microcontroller Generational Leap
May 10, 2026 · 0 min read
How learning 8051 assembly prepares you for modern microcontroller development with Arduino.
License Plate Reader – Edge Detection Based Recognition for ARM64
May 6, 2026 · 5 min read
A lightweight, real-time license plate detection and OCR system using edge detection and contour analysis instead of heavy ML frameworks. Optimized for ARM64 Raspberry Pi and resource-constrained devices.
Debugging i.MX6 DDR Calibration: Diagnosing Memory Instability in Embedded Systems
Apr 7, 2026 · 5 min read
How-to guide for diagnosing and fixing DDR memory instability on i.MX6 SoM using calibration and memory stress testing.
About This Technical Blog: Electronics, Embedded Linux, and Real-World Troubleshooting
Mar 29, 2026 · 3 min read
A personal tech notebook for remembering what I learn, tracking progress, and sharing useful insights with anyone who finds it.
Embedded RF Testing: Lab Methods and Troubleshooting for Wireless Devices
Mar 29, 2026 · 2 min read
Practical RF testing methods, test mode implementation, and lab workflows for embedded wireless devices.
Linux WiFi TX Power Configuration and Regulatory Constraints
Nov 29, 2025 · 2 min read
How to configure WiFi TX power limits and understand regulatory constraints in embedded Linux systems.
NMEA 2000 Implementation: Address Claim, Heartbeat, and Alarm Messages
May 29, 2025 · 3 min read
Practical implementation guide for NMEA 2000: address claim messages, heartbeat behavior, and standard PGN alarm publishing.
Embedded RED Cybersecurity Compliance (EN 18031): Requirements and Implementation
Mar 29, 2025 · 1 min read
How to understand and implement RED (Radio Equipment Directive) cybersecurity requirements (EN 18031) for embedded and wireless systems.