Welcome
RSS FeedA blog where I share practical insights from the world of embedded systems.
Recent Posts
-
Blinking an LED on Arduino Uno R4 using direct register access
Skip Arduino libraries and blink an LED on Arduino Uno R4 using direct registers access. We'll read RA4M1 datasheet and configure a GPIO pin manually.
-
Arduino CLI guide: advanced compilation, automation, and makefiles
Updated:Stop clicking, start coding. Learn how to use Arduino CLI to compile sketches, manage dependencies, and automate your workflow with Makefiles for professional embedded development.
-
Arduino the Hard Way: real embedded with Arduino UNO R4
Updated:Learn embedded systems the right way using Arduino UNO R4. This series goes beyond the Arduino API to discuss: ARM architecture, registers, RTOS and more.
-
Understanding the Arduino build process: from a sketch to a binary
Updated:Stop treating Arduino as a black box and understand how Arduino builds a sketch. This guide breaks down the process of preprocessing, compiling, and linking with the Arduino-specific steps.
-
Running Zephyr RTOS on Arduino UNO R4 WiFi
Turn your ARM-based Arduino board into a high-performance, secure and professional hardware by running Zephyr RTOS on it.