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/tutorials/01.user-manual/content.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ The Arduino UNO Q unlocks a new level of performance for the Arduino ecosystem,
45
45
46
46
The Arduino UNO Q blends the high-performance Qualcomm® QRB2210 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.
47
47
48
-

48
+

49
49
50
-
Here is an overview of the board's main components, as shown in the image above:
50
+
Here is an overview of the board’s main components, as shown in the image above:
51
51
52
52
-**Microprocessor**: The Qualcomm® QRB2210 is a quad-core Arm® Cortex®-A53 processor running at 2.0 GHz, equipped with an Adreno™ 702 GPU (845 MHz) for 3D graphics acceleration and dual ISPs supporting up to 25 MP at 30 fps. It runs Debian Linux OS with upstream support, making it well-suited for embedded vision and edge computing applications.
53
53
-**Microcontroller**: The STM32U585 microcontroller features an Arm® Cortex®-M33 core running up to 160 MHz, with 2 MB of flash memory and 786 KB of SRAM. It runs the Zephyr OS, providing a secure and efficient platform for low-power embedded applications.
@@ -115,7 +115,7 @@ To install it, go to the [software section](https://www.arduino.cc/en/software/)
115
115
116
116
### Hello World Example
117
117
118
-
Let's program the UNO Q with the classic **Hello World** example typical of the Arduino ecosystem: the Blink sketch. We will use this example to verify that the board is correctly connected to the Arduino App Lab.
118
+
Let’s program the UNO Q with the classic **Hello World** example typical of the Arduino ecosystem: the Blink sketch. We will use this example to verify that the board is correctly connected to the Arduino App Lab.
119
119
120
120
**Prerequisites:**
121
121
@@ -394,9 +394,9 @@ The UNO Q features a power button that can be used to reboot the board.
394
394
395
395

396
396
397
-
-**Long press**: the board's Linux part is rebooted when the button is pressed for **5+** seconds.
397
+
-**Long press**: the board’s Linux part is rebooted when the button is pressed for **5+** seconds.
398
398
399
-
***You don't need to press the power button for the board to power up, it boots automatically after being powered.***
399
+
***You do not need to press the power button for the board to power up, it boots automatically after being powered.***
400
400
401
401
## USB-C Connector
402
402
@@ -878,7 +878,7 @@ void setup() {
878
878
}
879
879
880
880
void loop() {
881
-
// Replace with the target device's address
881
+
// Replace with the target device’s address
882
882
byte address = 0x35;
883
883
// Replace with the value to send
884
884
byte value = 0xFA;
@@ -939,7 +939,7 @@ void setup() {
939
939
}
940
940
941
941
void loop() {
942
-
// Replace with the target device's I2C address
942
+
// Replace with the target device’s I2C address
943
943
byte deviceAddress = 0x35;
944
944
// Replace with the appropriate instruction byte
945
945
byte instruction = 0x00;
@@ -967,7 +967,7 @@ The Arduino UNO Q features an onboard Qwiic connector that provides a simple, to
967
967
968
968

969
969
970
-
The Qwiic system's key advantages include:
970
+
The Qwiic system’s key advantages include:
971
971
972
972
-**Plug-and-play connectivity**: No breadboards, jumper wires, or soldering required
@@ -1165,7 +1165,7 @@ Join our community forum to connect with other UNO Q users, share your experienc
1165
1165
1166
1166
### Contact Us
1167
1167
1168
-
Please get in touch with our support team if you need personalized assistance or have questions not covered by the helpand support resources described before. We're happy to help you with any issues or inquiries about the UNO Q.
1168
+
Please get in touch with our support team if you need personalized assistance or have questions not covered by the helpand support resources described before. We are happy to help you withany issues or inquiries about the UNO Q.
1169
1169
1170
1170
- [Contact us page](https://www.arduino.cc/en/contact-us/)
0 commit comments