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.
-
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.
-
Automating the Arduino build process: Arduino CLI and Makefiles
Updated:Moving away from the Arduino IDE to the terminal. A practical guide on using Arduino CLI and Makefiles to handle compilation and build automation for a more efficient embedded workflow.
-
Reverse engineering the Arduino build process: from a sketch to a binary
Updated:Let's stop pretending that Arduino sketches are magic written in Arduino language. I'm reverse engineering the Arduino build process, showing the common C/C++ build steps and Arduino specific additions.
-
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.