Skip to content

Commit fdd23df

Browse files
committed
Update ' by ’
1 parent cbd4d87 commit fdd23df

File tree

1 file changed

+9
-9
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual

1 file changed

+9
-9
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The Arduino UNO Q unlocks a new level of performance for the Arduino ecosystem,
4545

4646
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.
4747

48-
![UNO Q's main components](assets/uno-q-architecture-3.png)
48+
![UNO Qs main components](assets/uno-q-architecture-3.png)
4949

50-
Here is an overview of the board's main components, as shown in the image above:
50+
Here is an overview of the boards main components, as shown in the image above:
5151

5252
- **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.
5353
- **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/)
115115

116116
### Hello World Example
117117

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+
Lets 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.
119119

120120
**Prerequisites:**
121121

@@ -394,9 +394,9 @@ The UNO Q features a power button that can be used to reboot the board.
394394

395395
![UNO Q power button](assets/power-button.png)
396396

397-
- **Long press**: the board's Linux part is rebooted when the button is pressed for **5+** seconds.
397+
- **Long press**: the boards Linux part is rebooted when the button is pressed for **5+** seconds.
398398

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.***
400400

401401
## USB-C Connector
402402

@@ -878,7 +878,7 @@ void setup() {
878878
}
879879

880880
void loop() {
881-
// Replace with the target device's address
881+
// Replace with the target devices address
882882
byte address = 0x35;
883883
// Replace with the value to send
884884
byte value = 0xFA;
@@ -939,7 +939,7 @@ void setup() {
939939
}
940940

941941
void loop() {
942-
// Replace with the target device's I2C address
942+
// Replace with the target devices I2C address
943943
byte deviceAddress = 0x35;
944944
// Replace with the appropriate instruction byte
945945
byte instruction = 0x00;
@@ -967,7 +967,7 @@ The Arduino UNO Q features an onboard Qwiic connector that provides a simple, to
967967

968968
![I2C Qwiic connector](assets/qwiic.png)
969969

970-
The Qwiic system's key advantages include:
970+
The Qwiic systems key advantages include:
971971

972972
- **Plug-and-play connectivity**: No breadboards, jumper wires, or soldering required
973973
- **Polarized connectors**: Prevents accidental reverse connections
@@ -1165,7 +1165,7 @@ Join our community forum to connect with other UNO Q users, share your experienc
11651165

11661166
### Contact Us
11671167

1168-
Please get in touch with our support team if you need personalized assistance or have questions not covered by the help and 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 help and support resources described before. We are happy to help you with any issues or inquiries about the UNO Q.
11691169

11701170
- [Contact us page](https://www.arduino.cc/en/contact-us/)
11711171

0 commit comments

Comments
 (0)