Skip to content

Commit cb59108

Browse files
committed
Title updated
1 parent f6236dd commit cb59108

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

content/software/app-lab/tutorials/04.examples/all-examples.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Arduino® UNO Q Applications
2+
title: Arduino® UNO Q Example Applications
33
description: An overview of various applications developed for the Arduino® UNO Q platform, showcasing unique functionalities from environmental monitoring to machine learning.
44
author: Karl Söderby and Christopher Méndez
55
tags: [AI, Computer Vision, Audio Classification, Arduino App Lab]
@@ -182,39 +182,39 @@ The **System Resources Logger** monitors and displays real-time system performan
182182
- **dbstorage_tsstore:** Brick to store CPU and memory usage data in a time series database with retention and aggregation capability.
183183
- **web_ui:** Brick to create a web interface with real-time charts and historical data visualization.
184184

185-
### Weather Forecast on LED Matrix
185+
### UNO Q Pin Toggle
186186

187-
![Weather Forecast on LED Matrix](assets/weather-forecast-on-led-matrix-hero.png)
187+
![UNO Q Pin Toggle](assets/uno-q-pin-toggle-hero.png)
188188

189-
The **Weather Forecasting System** displays real-time weather information from the *open-meteo.com* service on the Arduino UNO Q LED matrix.
189+
The **UNO Q Pin Toggle** example lets you control the state of every pin of the Arduino UNO Q through an interactive web interface.
190190

191-
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/weather-forecast)
191+
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/unoq-pin-toggle)
192192

193193
#### How it Works
194194

195-
- **Weather Data:** The `weather_forecast` Brick fetches data from the *open-meteo.com* API.
196-
- **LED Display:** The Arduino sketch manages LED matrix animations based on weather conditions.
195+
- **Web Interface:** Displays the board pins control dashboard with toggle switches.
196+
- **Pin Control:** The backend processes toggle requests and broadcasts updates.
197197

198198
#### Bricks Used
199199

200-
- **weather_forecast:** Brick to fetch weather data from the open-meteo.com API and convert weather codes into simple categories.
200+
- **web_ui:** Brick to create a web interface with the UNO Q illustration and allow real-time pin control.
201201

202-
### UNO Q Pin Toggle
202+
### Weather Forecast on LED Matrix
203203

204-
![UNO Q Pin Toggle](assets/uno-q-pin-toggle-hero.png)
204+
![Weather Forecast on LED Matrix](assets/weather-forecast-on-led-matrix-hero.png)
205205

206-
The **UNO Q Pin Toggle** example lets you control the state of every pin of the Arduino UNO Q through an interactive web interface.
206+
The **Weather Forecasting System** displays real-time weather information from the *open-meteo.com* service on the Arduino UNO Q LED matrix.
207207

208-
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/unoq-pin-toggle)
208+
[**Example Source Code**](https://github.com/arduino/app-bricks-examples/tree/main/examples/weather-forecast)
209209

210210
#### How it Works
211211

212-
- **Web Interface:** Displays the board pins control dashboard with toggle switches.
213-
- **Pin Control:** The backend processes toggle requests and broadcasts updates.
212+
- **Weather Data:** The `weather_forecast` Brick fetches data from the *open-meteo.com* API.
213+
- **LED Display:** The Arduino sketch manages LED matrix animations based on weather conditions.
214214

215215
#### Bricks Used
216216

217-
- **web_ui:** Brick to create a web interface with the UNO Q illustration and allow real-time pin control.
217+
- **weather_forecast:** Brick to fetch weather data from the open-meteo.com API and convert weather codes into simple categories.
218218

219219
## Examples Using Additional Hardware
220220

0 commit comments

Comments
 (0)