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.
-
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.
-
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.