|
1 | 1 | --- |
2 | | -title: Arduino® UNO Q Applications |
| 2 | +title: Arduino® UNO Q Example Applications |
3 | 3 | description: An overview of various applications developed for the Arduino® UNO Q platform, showcasing unique functionalities from environmental monitoring to machine learning. |
4 | 4 | author: Karl Söderby and Christopher Méndez |
5 | 5 | tags: [AI, Computer Vision, Audio Classification, Arduino App Lab] |
@@ -182,39 +182,39 @@ The **System Resources Logger** monitors and displays real-time system performan |
182 | 182 | - **dbstorage_tsstore:** Brick to store CPU and memory usage data in a time series database with retention and aggregation capability. |
183 | 183 | - **web_ui:** Brick to create a web interface with real-time charts and historical data visualization. |
184 | 184 |
|
185 | | -### Weather Forecast on LED Matrix |
| 185 | +### UNO Q Pin Toggle |
186 | 186 |
|
187 | | - |
| 187 | + |
188 | 188 |
|
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. |
190 | 190 |
|
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) |
192 | 192 |
|
193 | 193 | #### How it Works |
194 | 194 |
|
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. |
197 | 197 |
|
198 | 198 | #### Bricks Used |
199 | 199 |
|
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. |
201 | 201 |
|
202 | | -### UNO Q Pin Toggle |
| 202 | +### Weather Forecast on LED Matrix |
203 | 203 |
|
204 | | - |
| 204 | + |
205 | 205 |
|
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. |
207 | 207 |
|
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) |
209 | 209 |
|
210 | 210 | #### How it Works |
211 | 211 |
|
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. |
214 | 214 |
|
215 | 215 | #### Bricks Used |
216 | 216 |
|
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. |
218 | 218 |
|
219 | 219 | ## Examples Using Additional Hardware |
220 | 220 |
|
|
0 commit comments