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 Support/UNO/Whats-the-difference-between-UNO-R3-and-UNO-R4-boards.md
+58-32Lines changed: 58 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -3,56 +3,82 @@ title: What's the difference between UNO R3 and UNO R4 boards?
3
3
id: 9350551575964
4
4
---
5
5
6
-
Learn about the differences between UNO R3 and the new UNO R4 WiFi and UNO R4 Minima boards.
6
+
Learn about the differences between the Arduino UNO R3, UNO R4 Minima and UNO R4 WiFi boards.
7
7
8
-
---
9
-
10
-
## Select differences
11
-
12
-
Here are a few changes you may notice if you've previously used the UNO R3:
13
-
14
-
### USB connector type
15
-
16
-
UNO R4 boards use a **USB-C** connector.
17
-
18
-
You'll need a USB-C cable to connect the board to your computer.
19
-
20
-
### Different behavior on runtime errors
8
+
In this article:
21
9
22
-
If the board encounters a runtime error while running an uploaded sketch, you need to double-press the reset button to put it into bootloader mode before uploading a new sketch.
23
-
24
-
Note that unlike some Mbed OS boards, runtime errors do not result in a flashing LED.
25
-
26
-
### Differnet board package
27
-
28
-
All previous UNO boards (except the UNO WiFi Rev2) were AVR-based, and used the **Arduino AVR Boards** package.
29
-
30
-
To use the new UNO R4 boards, install the new **Arduino UNO R4 Boards** package.
The UNO R4 boards maintain the same form factor, pinout and 5 V operating voltage as the UNO R3. Here's a quick overview:
19
+
20
+
-**UNO Rev3**: A classic board with an 8-bit architecture, offering straightforward functionality and broad library compatibility.
21
+
22
+
-**UNO R4 Minima**: Focused on simplicity, it offers essential functions ideal for prototyping and basic learning. It includes advanced features such as an SWD port for program debugging, along with increased processing power and additional memory.
23
+
24
+
-**UNO R4 WiFi**: Equipped with WiFi and Bluetooth connectivity, it is ideal for IoT and wireless projects. The Qwiic I2C Connector and 12x8 Red LED Matrix enable project creation without soldering, manual wiring, or using a breadboard.
No, the Arduino UNO R3 will still be available and supported for makers who want to work with its 8-bit AVR microcontroller.
37
62
38
-
---
63
+
### What board package should I install for the UNO R4?
39
64
40
-
## Compatibility
65
+
For UNO R4, install the **Arduino UNO R4 Boards** package. Previous UNO boards (except the UNO WiFi Rev2) were AVR-based, and used the **Arduino AVR Boards** package.
41
66
42
67
### Can I use hardware compatible with the UNO R3 with an UNO R4 board?
43
68
44
69
UNO R4 boards maintain the same mechanical and electrical compatibility, allowing you to seamlessly use your existing shields and hardware with the new board.
45
70
46
-
### Can I use my sketch developed for UNO R3 with an UNO R4 board?
71
+
> [!NOTE]
72
+
> Third-party UNO shields are compatible with R4 in terms of voltage and pinout. However, software compatibility might require some porting work, so it should be checked with shield manufacturers before purchase.
47
73
48
-
Yes, if your sketch was developed using the [Arduino API](https://docs.arduino.cc/language-reference/).
74
+
### Can I use my sketch developed for UNO R3 with an UNO R4 board?
49
75
50
-
If your sketch uses instructions specific to the AVR architecture, they will have to be changed to ensure compatibility.
76
+
Yes, if your sketch was developed using the [Arduino API](https://docs.arduino.cc/language-reference/). If your sketch uses instructions specific to the AVR architecture, they will have to be changed to ensure compatibility.
51
77
52
78
### Are libraries for UNO R3 also compatible with the UNO R4 boards?
53
79
54
-
Libraries that are based on the [Arduino API](https://docs.arduino.cc/language-reference/) will work as is.
80
+
-Libraries that are based on the [Arduino API](https://docs.arduino.cc/language-reference/) will work as is.
55
81
56
-
Libraries that use AVR-specific instructions are not compatible with the architecture of UNO R4 boards. However, there are libraries that have already been ported as part of our early adopters program.
82
+
-Libraries that use AVR-specific instructions are not compatible with the architecture of UNO R4 boards. However, some of these libraries have already been ported. For more details, refer to the [UNO R4 Library Compatibility repository](https://github.com/arduino/uno-r4-library-compatibility).
0 commit comments