<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Kasia Zalewska</title><description>My blog about embedded systems. Personal thoughts, experiments, and notes on RTOS, ARM microcontrollers, and programming</description><link>https://kasia0x01.github.io/</link><item><title>Blinking an LED on Arduino Uno R4 using direct register access</title><link>https://kasia0x01.github.io/posts/2026/arduino-blink-led-without-digitalwrite/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2026/arduino-blink-led-without-digitalwrite/</guid><description>Skip Arduino libraries and blink an LED on Arduino Uno R4 using direct registers access. We&apos;ll read RA4M1 datasheet and configure a GPIO pin manually.</description><pubDate>Wed, 25 Feb 2026 07:58:26 GMT</pubDate></item><item><title>Real Embedded Systems: Mastering the ARM Cortex-M4 using Arduino R4</title><link>https://kasia0x01.github.io/posts/2025/arduino-the-hard-way/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/arduino-the-hard-way/</guid><description>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.</description><pubDate>Tue, 24 Feb 2026 07:58:26 GMT</pubDate></item><item><title>Automating the Arduino build process: Arduino CLI and Makefiles</title><link>https://kasia0x01.github.io/posts/2025/arduino-cli-compilation/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/arduino-cli-compilation/</guid><description>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.</description><pubDate>Tue, 24 Feb 2026 07:58:26 GMT</pubDate></item><item><title>Reverse engineering the Arduino build process: from a sketch to a binary</title><link>https://kasia0x01.github.io/posts/2025/arduino-ide-build-process/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/arduino-ide-build-process/</guid><description>Let&apos;s stop pretending that Arduino sketches are magic written in Arduino language. I&apos;m reverse engineering the Arduino build process, showing the common C/C++ build steps and Arduino specific additions.</description><pubDate>Fri, 20 Feb 2026 07:58:26 GMT</pubDate></item><item><title>Running Zephyr RTOS on Arduino UNO R4 WiFi</title><link>https://kasia0x01.github.io/posts/2026/running-zephyr-on-arduino-uno-r4/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2026/running-zephyr-on-arduino-uno-r4/</guid><description>Turn your ARM-based Arduino board into a high-performance, secure and professional hardware by running Zephyr RTOS on it.</description><pubDate>Mon, 26 Jan 2026 07:58:26 GMT</pubDate></item><item><title>Resources for learning embedded systems</title><link>https://kasia0x01.github.io/posts/2025/resources/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/resources/</guid><description>Learning resources covering embedded systems, ARM microcontrollers, and C and C++ programming topics.</description><pubDate>Tue, 30 Dec 2025 03:04:49 GMT</pubDate></item><item><title>cmake-init: the best way to kick off a new C or C++ project</title><link>https://kasia0x01.github.io/posts/2025/cmake-init/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/cmake-init/</guid><description>If you&apos;re tired of setting up the same boilerplates for testing, CI/CD, and linting every time you start a new repo, you should probably just use cmake-init tool.</description><pubDate>Sat, 20 Dec 2025 07:58:26 GMT</pubDate></item><item><title>Adding CI/CD to Arduino projects: Github Actions and Wokwi simulation</title><link>https://kasia0x01.github.io/posts/2025/arduino-github-actions-with-wokwi/</link><guid isPermaLink="true">https://kasia0x01.github.io/posts/2025/arduino-github-actions-with-wokwi/</guid><description>Learn how to automate your Arduino projects using GitHub Actions and Wokwi. This guide shows you how to set up a CI/CD pipeline for automated builds and simulations.</description><pubDate>Tue, 18 Nov 2025 07:58:26 GMT</pubDate></item></channel></rss>