Tag: Arduino
All the articles with the tag "Arduino".
-
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.
-
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.
-
Adding CI/CD to Arduino projects: Github Actions and Wokwi simulation
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.