Skip to content

Commit 1075e09

Browse files
committed
updates
1 parent 1351b35 commit 1075e09

File tree

6 files changed

+11
-30
lines changed

6 files changed

+11
-30
lines changed

content/hardware/02.uno/boards/uno-q/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ A second buck generates <code>PWR_3P3V</code> for the STM32U585, the ANX7625 (3.
214214
## MPU & MCU
215215

216216
<p style="text-align: justify;">
217-
An MPU (Microprocessor unit) is a high-performance application processor designed to run a full operating system and complex software. An MCU (Microcontroller unit) is a small, power-efficient controller focused on fast, precise timing for I/O and control. UNO Q combines both to pair OS-level compute with responsive, time-critical control on a single board board and communicate through Bridge, an RPC layer implemented on both sides.</p>
217+
An MPU (Microprocessor unit) is a high-performance application processor designed to run a full operating system and complex software. An MCU (Microcontroller unit) is a small, power-efficient controller focused on fast, precise timing for I/O and control. UNO Q combines both to pair OS-level compute with responsive, time-critical control on a single-board board and communicate through Bridge, an RPC layer implemented on both sides.</p>
218218

219219
### Application Processor (MPU)
220220
<p style="text-align: justify;">
@@ -527,7 +527,7 @@ Arduino App Lab [1] is a unified editor that builds and runs projects on both pr
527527

528528
Apps use **Bridge** to exchange data between the Linux side and the microcontroller.
529529

530-
Arduino App Lab can be installed on your PC, or executed directly on the UNO Q in Single Board Computer mode. For this setup, the UNO Q's 4GB LPDDR4X variant is recommended to ensure sufficient memory for stable operation and resource-intensive applications. To use the board:
530+
Arduino App Lab can be installed on your PC, or executed directly on the UNO Q in Single-Board Computer mode. For this setup, the UNO Q's 4GB LPDDR4X variant is recommended to ensure sufficient memory for stable operation and resource-intensive applications. To use the board:
531531

532532
- Launch a ready-to-use example in Arduino App Lab, customize it to your needs, or build a new application from scratch using the integrated editor.
533533
- Press the **Run** button in Arduino App Lab [1].

content/hardware/02.uno/boards/uno-q/essentials.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ productsLibrariesMap:
44
- Servo
55
---
66

7-
<EssentialsColumn title="First Steps">
8-
9-
<EssentialElement title="User Manual" type="getting-started" link="/tutorials/uno-q/user-manual">
10-
All you need to know to get started with your new Arduino board.
11-
</EssentialElement>
12-
13-
</EssentialsColumn>
14-
157
<EssentialsColumn title="Suggested Libraries">
168

179
<EssentialElement title="Wire" type="library" link="https://docs.arduino.cc/language-reference/en/functions/communication/Wire/">
@@ -21,16 +13,4 @@ This library allows you to communicate with I2C / TWI devices.
2113
<EssentialElement title="SPI" type="library" link="https://docs.arduino.cc/language-reference/en/functions/communication/SPI/">
2214
The SPI library allows you to communicate with SPI devices, with the Arduino board as the controller device.
2315
</EssentialElement>
24-
</EssentialsColumn>
25-
26-
<EssentialsColumn title="Arduino Basics">
27-
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
28-
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
29-
</EssentialElement>
30-
<EssentialElement title="Learn" type="resource" link="/learn/">
31-
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
32-
</EssentialElement>
33-
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
34-
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
35-
</EssentialElement>
3616
</EssentialsColumn>

content/hardware/02.uno/boards/uno-q/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unlock hybrid development with Arduino App Lab, seamlessly uniting Python applic
2525
<ul>
2626
<li>Arm® Cortex®-M33 up to 160 MHz</li>
2727
<li>2 MB flash memory</li>
28-
<li>786 KB SRAM</li>
28+
<li>786 kB SRAM</li>
2929
<li>Floating Point Unit</li>
3030
</ul>
3131
<FeatureWrapper>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: UNO Q
3-
url_shop: https://store.arduino.cc/uno-q
3+
url_shop: https://store.arduino.cc/products/uno-q
44
primary_button_url: /tutorials/uno-q/user-manual
55
primary_button_title: User Manual
66
secondary_button_url: /software/app-lab/tutorials/getting-started/
77
secondary_button_title: Arduino App Lab
8+
forumCategorySlug: '/hardware/uno-familyd/uno-q/222'
89
certifications: [CE/RED, RoHS, REACH, WEEE, UKCA, RCM, FCC, IC, MIC, SRRC, NCC, WPC, KC, Anatel, ICASA]
910
sku: [ABX00162, ABX00173]
1011
---
1112

12-
The Arduino UNO Q unlocks a new level of performance for the Arduino ecosystem, blending robust computing power from Qualcomm's advanced Dragonwing™ QRB2210 MPU running a full Debian Linux OS with upstream support, and the real-time responsiveness of a dedicated STM32U585 MCU running Arduino sketches over Zephyr OS - all on a single board computer.
13+
The Arduino UNO Q unlocks a new level of performance for the Arduino ecosystem, blending robust computing power from Qualcomm's advanced Dragonwing™ QRB2210 MPU running a full Debian Linux OS with upstream support, and the real-time responsiveness of a dedicated STM32U585 MCU running Arduino sketches over Zephyr OS - all on a single-board computer.

content/hardware/02.uno/boards/uno-q/suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Learn all you need to know about the UNO Q.
55
</EssentialElement>
66

7-
<EssentialElement title="Single Board Computer" type="tutorial" link="/tutorials/uno-q/single-board-computer">
8-
Learn how to use your UNO Q as a Single Board Computer.
7+
<EssentialElement title="Single-Board Computer" type="tutorial" link="/tutorials/uno-q/single-board-computer">
8+
Learn how to use your UNO Q as a Single-Board Computer.
99
</EssentialElement>
1010

1111
<EssentialElement title="Working with Apps" type="tutorial" link="/software/app-lab/tutorials/getting-started/">

content/hardware/02.uno/boards/uno-q/tech-specs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Board:
22
Name: Arduino® UNO Q
33
SKUs:
4-
Arduino UNO Q (2 GB): ABX00162
5-
Arduino UNO Q (4 GB): ABX00173
4+
2 GB RAM /16 GB eMMC: ABX00162
5+
4 GB RAM/32 GB eMMC: ABX00173
66
Microprocessor Unit:
77
Module: Qualcomm Dragonwing™ QRB2210
88
CPU: Quad-core Arm® Cortex®-A53 @ 2.0 GHz
@@ -26,7 +26,7 @@ Microcontroller Unit:
2626
Operating System: Arduino Code on Zephyr OS
2727
Memory:
2828
Flash: 2 MB
29-
SRAM: 786 KB
29+
SRAM: 786 kB
3030
Pins:
3131
Digital I/O Pins: 47x (22x exposed on JANALOG/JDIGITAL, and 25x on JMISC)
3232
ADC:

0 commit comments

Comments
 (0)