You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.uno/boards/uno-q/features.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
<FeatureDescription>
2
2
3
-
The **Arduino UNO Q**blends the high-performance Qualcomm Dragonwing™ QRB2210 Microprocessor (MPU), running a full Linux environment, with the real-time precision of the STMicroelectronics® STM32U585 (32-bit Arm® Cortex®-M33) MCU, all on a single, compact board. This mixed architecture delivers the power and responsiveness needed for AIoT, machine learning, and advanced automation applications.
3
+
The **Arduino® UNO Q**integrates the Qualcomm® QRB2210 Microprocessor (MPU), running a full Debian-based Linux environment, with the STMicroelectronics® STM32U585 Microcontroller (MCU) built on Arm® Cortex®-M33 architecture, all within the compact UNO form factor. This dual-architecture platform combines high-performance computing with deterministic real-time control, delivering the power and versatility needed for modern AI at the edge applications.
4
4
5
-
Run advanced Python applications alongside low-power Arduino sketches and AI Models, leveraging the Arduino App Lab for hybrid development, while full Arduino IDE compatibility keeps your workflow simple and familiar.
6
-
7
-
From AI-powered vision and sound solutions that react to their environment to sophisticated smart home systems, UNO Q puts next-generation embedded innovation into the hands of makers, educators, and professionals alike.
5
+
Unlock hybrid development with Arduino App Lab, seamlessly uniting Python applications, Arduino sketches, and AI models in a single workflow. From AI-powered vision and sound solutions that react intelligently to their environment to sophisticated smart home systems, UNO Q with Arduino App Lab delivers next-generation embedded innovation to makers, educators, and professionals alike. At the same time, developers enjoy true freedom of choice: program the MCU subsystem with the Arduino IDE, or integrate Arduino CLI into existing workflows with popular editors like VS Code.
8
6
9
7
</FeatureDescription>
10
8
@@ -28,15 +26,15 @@ From AI-powered vision and sound solutions that react to their environment to so
You can use the UNO Q as a standalone Single Board Computer leveraging its built-in <strong>Debian Linux environment</strong> by using a USB-C hub for connecting:
You can use the UNO Q as a standalone single-board computer leveraging its built-in <strong>Debian Linux environment</strong>. By using a USB-C dongle with external power delivery connected to the UNO Q USB-C port, you can connect:
Take the UNO Q even further with its expandability leveraging the following features:
70
68
<ul>
71
69
<li><strong>Qwiic connector</strong> for seamless compatibility with Modulino nodes</li>
72
-
<li><strong>UNO form factor</strong> allowing you to stack official or custom shields on top of the UNO Q</li>
73
-
<li><strong>New bottom connectors</strong> for using carriers to connect MIPI cameras, MIPI displays, analog audio and more</li>
70
+
<li><strong>Traditional UNO headers</strong> allowing you to stack official or custom shields on top of the UNO Q</li>
71
+
<li><strong>New bottom high-speed connectors</strong> for using carriers to connect MIPI-CSI cameras, MIPI-DSI displays, analog audio, and much more</li>
74
72
</ul>
75
73
</Feature>
76
74
77
75
<Featuretitle="Multiple IDE Compatibility"image="file-icon">
78
76
The UNO Q is designed for flexible development, with first-class support for the <strong>Arduino App Lab</strong> and compatibility with the latest <strong>Arduino IDE 2.0+</strong>.
79
77
<ul>
80
-
<li><strong>Arduino App Lab</strong> – Develop for both the onboard MPU and MCU with ease.</li>
81
-
<li><strong>Arduino IDE 2.0+</strong> – Program the MCU using the beloved Arduino IDE.</li>
78
+
<li><strong>Arduino App Lab</strong> – Develop for both the onboard MPU and MCU with ease. Recommended for a full development experience.</li>
79
+
<li><strong>Arduino IDE 2.0+</strong> – Program only the MCU using the beloved Arduino IDE.</li>
A built-in RPC library brings together the MPU running Linux and the microcontroller so you can create powerful and responsive applications in both worlds.
84
+
A built-in RPC library (i.e., Arduino Bridge) brings together the MPU running Linux and the microcontroller so you can create powerful and responsive applications in both worlds.
Copy file name to clipboardExpand all lines: content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Using the UNO Q as a Single-Board Computer
2
+
title: Using the Arduino UNO Q as a Single-Board Computer
3
3
description: This tutorial teaches you how to use the Arduino UNO Q as a Single Board Computer, leveraging its expandability to create a desktop experience.
4
4
author: Christopher Méndez
5
5
hardware:
@@ -113,7 +113,7 @@ With your single-board computer now configured and ready, you can tap into the f
113
113
114
114
### Arduino App Lab
115
115
116
-
Develop hybrid Arduino projects effortlessly with the built-in Arduino App Lab. Follow our [step-by-step tutorial]() to unlock the full potential of your UNO Q.
116
+
Develop hybrid Arduino projects effortlessly with the built-in Arduino App Lab. Follow our [step-by-step tutorial](/software/app-lab/tutorials/getting-started/) to unlock the full potential of your UNO Q.
0 commit comments