Skip to content

Commit 65c1e0b

Browse files
authored
Updates for UNO Q launch [HC-1688] (#529)
* Use attribute syntax for heading IDs * UNO Q launch
1 parent 8ef9c47 commit 65c1e0b

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

content/Hardware Support/Generic/An-overview-of-different-UNO-boards.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ title: "An overview of different UNO boards"
33
id: 7901453165724
44
---
55

6+
Since the release of the original AVR-based Arduino UNO, the UNO family has expanded to include a wide range of boards that share the same pin layout.
7+
68
In this article:
79

10+
* [UNO Q](#uno-q)
811
* [UNO R4 Boards](#r4)
912
* [UNO (R3 and earlier revisions, SMD variant)](#uno)
1013
* [UNO WiFi, UNO WiFi Rev2](#uno-wifi)
@@ -13,11 +16,24 @@ In this article:
1316

1417
---
1518

16-
<a id="r4"></a>
19+
## UNO Q {#uno-q}
20+
21+
The **Arduino UNO Q** is a powerful single-board computer (SBC) that runs a full Linux environment (Debian OS), powered by the **Qualcomm Dragonwing™ QRB2210** system-on-chip (SoC).
22+
23+
<img src="img/ABX00162_03.front.jpg" width=400px>
1724

18-
## UNO R4 boards
25+
**Arduino UNO Q**\
26+
Microprocessor: Qualcomm Dragonwing™ QRB2210\
27+
Microcontroller: R7FA4M1AB3C\
28+
Board core: `Arduino UNO Q (Arduino Zephyr Boards)`\
29+
Store page: [Arduino UNO Q](https://store.arduino.cc/uno-q)
30+
Documentation: [UNO Q](https://docs.arduino.cc/hardware/uno-q)
31+
32+
---
1933

20-
The new **Arduino UNO R4 Boards** use a **Renesas RA4M1 32-bit Arm® Cortex®-M4 processor**.
34+
## UNO R4 boards {#r4}
35+
36+
The **Arduino UNO R4 Boards** use a **Renesas RA4M1 32-bit Arm® Cortex®-M4 processor**.
2137

2238
* Unlike previous UNO boards, they do not use 8-bit AVR processors.
2339
* They use a different board package (Arduino UNO R4 Boards).
@@ -50,9 +66,7 @@ Documentation: [UNO R4 Minima](https://docs.arduino.cc/hardware/uno-r4-minima)
5066

5167
---
5268

53-
<a id="uno"></a>
54-
55-
## UNO R3 (inc. older revisions, SMD)
69+
## UNO R3 (inc. older revisions, SMD) {#uno}
5670

5771
While "Arduino UNO" was also the name of the [first Arduino UNO board model](#arduino-uno), it is now more often used to refer to any board with these characteristics:
5872

@@ -140,11 +154,9 @@ Documentation: [ARDUINO UNO](https://docs.arduino.cc/retired/other/arduino-older
140154

141155
The original UNO board. It is sometimes referred to as the "R1" or "Rev1" version to distinguish it from later versions.
142156

143-
<a id="uno-wifi"></a>
144-
145157
---
146158

147-
## UNO WiFi, UNO WiFi Rev2
159+
## UNO WiFi, UNO WiFi Rev2 {#uno-wifi}
148160

149161
See also: [Arduino UNO R4 WiFi](#r4-wifi).
150162

@@ -177,11 +189,9 @@ A version of the UNO R3 with an ESP8266 Wi-Fi module.
177189

178190
Not to be confused with the **Arduino UNO WiFi Rev2**.
179191

180-
<a id="uno-mini"></a>
181-
182192
---
183193

184-
## UNO Mini Limited Edition
194+
## UNO Mini Limited Edition {#uno-mini}
185195

186196
<!-- ### UNO Mini Limited Edition -->
187197

@@ -195,11 +205,9 @@ Documentation: [UNO Mini Limited Edition](https://docs.arduino.cc/hardware/uno-m
195205

196206
This limited edition UNO board comes in a smaller form factor, and has a USB-C connector.
197207

198-
<a id="compatible"></a>
199-
200208
---
201209

202-
## Arduino-compatible "UNO" boards by other manufacturers
210+
## Arduino-compatible "UNO" boards by other manufacturers {#compatible}
203211

204212
There exists a variety of clone and derivative boards, as well as other products marketed as "Arduino-compatible", with "UNO" in the name.
205213

content/Hardware Support/Generic/Boards-and-shields-with-wireless-connectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In this article:
2929
* Arduino Portenta H7
3030
* Arduino Portenta H7 Lite Connected
3131
* Arduino Portenta X8
32+
* Arduino UNO Q
3233
* Arduino UNO R4 WiFi
3334
* Arduino UNO WiFi Rev2
3435

@@ -56,6 +57,7 @@ In this article:
5657
* Arduino Portenta H7
5758
* Arduino Portenta H7 Lite Connected
5859
* Arduino Portenta X8
60+
* Arduino UNO Q
5961
* Arduino UNO R4 WiFi
6062

6163
> [!NOTE]
488 KB
Loading

0 commit comments

Comments
 (0)