Welcome
RSS FeedA blog where I share practical insights from the world of embedded systems.
Recent Posts
-
Arduino the Hard Way: real embedded programming with Arduino UNO R4
Updated:Learn embedded systems the right way using Arduino UNO R4. This series goes beyond the Arduino API to explore real embedded development: toolchains, 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.
-
Resources for learning embedded systems
Learning resources covering embedded systems, ARM microcontrollers, and C and C++ programming topics.
-
Cmake-init as a best way to initialize C and C++ projects
An introduction to cmake-init, an open-source tool for generating modern CMake projects with built-in support for tests, linters, and CI/CD pipelines.