Example Projects

A collection of example projects available in Arduino App Lab. Use these as a starting point, reference, or inspiration for your own builds.
Examplesโ
-
Blink LED โ turns the built-in LED on and off on a timer. The simplest possible sketch to verify your board is working.
-
Blink LED with UI โ same as Blink, but with a web interface served by the Python side that lets you toggle the LED from a browser.
-
Air Quality on Matrix โ reads data from an air quality sensor and visualises it on the onboard LED matrix in real time.
-
UNO Q Pin Toggle โ a web UI that lets you manually set digital pins HIGH or LOW, useful for testing wiring and connected components.
-
Bridge Echo โ Python sends a string to the Arduino via the Bridge, and the Arduino echoes it back to the shared Monitor console. A good first look at two-way Bridge communication.
-
Camera Stream โ streams live video from a connected USB or CSI camera to a browser-accessible interface hosted on the board.
Click Copy and edit app on any example before modifying it โ you cannot edit built-in examples directly.