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.
-
Real Embedded Systems: Mastering the ARM Cortex-M4 using Arduino R4
Updated:Master professional embedded systems with the ARM Cortex-M4 (RA4M1). Go beyond the Arduino API: learn registers, RTOS, and bare-metal coding on the Arduino UNO R4.
-
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.