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.hero/boards/uno-rev3/datasheet/datasheet.md
+31-29Lines changed: 31 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ type: maker
7
7

8
8
9
9
# Description
10
-
The Arduino UNO R3 is the perfect board to get familiar with electronics and coding. This versatile development board is equipped with the well-known ATmega328P and the ATMega 16U2 Processor.
10
+
The Arduino® UNO R3 is the perfect board to get familiar with electronics and coding. This versatile development board is equipped with the well-known ATmega328P and the ATMega 16U2 Processor.
11
+
11
12
This board will give you a great first experience within the world of Arduino.
12
13
13
14
# Target areas:
@@ -17,9 +18,9 @@ Maker, introduction, industries
17
18
***ATMega328P** Processor
18
19
***Memory**
19
20
* AVR CPU at up to 16 MHz
20
-
* 32KB Flash
21
-
* 2KB SRAM
22
-
* 1KB EEPROM
21
+
* 32 kB Flash
22
+
* 2 kB SRAM
23
+
* 1 kB EEPROM
23
24
24
25
***Security**
25
26
* Power On Reset (POR)
@@ -40,7 +41,7 @@ Maker, introduction, industries
40
41
* 8-bit AVR® RISC-based microcontroller
41
42
42
43
***Memory**
43
-
* 16 KB ISP Flash
44
+
* 16 kB ISP Flash
44
45
* 512B EEPROM
45
46
* 512B SRAM
46
47
* debugWIRE interface for on-chip debugging and programming
The UNO board is the flagship product of Arduino. Regardless if you are new to the world of electronics or will use the UNO as a tool for education purposes or industry-related tasks, the UNO is likely to meet your needs.
55
+
The UNO board is the flagship product of Arduino. Regardless if you are new to the world of electronics or will use the UNO R3 as a tool for education purposes or industry-related tasks, the UNO R3 is likely to meet your needs.
55
56
56
-
**First entry to electronics:** If this is your first project within coding and electronics, get started with our most used and documented board; Arduino UNO. It is equipped with the well-known ATmega328P processor, 14 digital input/output pins, 6 analog inputs, USB connections, ICSP header and reset button. This board includes everything you will need for a great first experience with Arduino.
57
+
**First entry to electronics:** If this is your first project within coding and electronics, get started with our most used and documented board; UNO. It is equipped with the well-known ATmega328P processor, 14 digital input/output pins, 6 analog inputs, USB connections, ICSP header and reset button. This board includes everything you will need for a great first experience with Arduino.
57
58
58
-
**Industry-standard development board:** Using the Arduino UNO R3 board in industries, there are a range of companies using the UNO board as the brain for their PLC’s.
59
+
**Industry-standard development board:** Using the UNO R3 board in industries, there are a range of companies using the UNO R3 board as the brain for their PLC’s.
59
60
60
61
**Education purposes:** Although the UNO R3 board has been with us for about ten years, it is still widely used for various education purposes and scientific projects. The board's high standard and top quality performance makes it a great resource to capture real time from sensors and to trigger complex laboratory equipment to mention a few examples.
61
62
62
63
### Related Products
63
-
* Starter Kit
64
+
*Arduino Starter Kit
64
65
* Arduino UNO R4 Minima
65
66
* Arduino UNO R4 WiFi
66
67
* Tinkerkit Braccio Robot
@@ -71,7 +72,7 @@ The UNO board is the flagship product of Arduino. Regardless if you are new to t
|| Conservative thermal limits for the whole board: | -40 °C (-40°F) | 85 °C ( 185°F) |
75
+
|| Conservative thermal limits for the whole board: | -40 °C (-40°F) | 85 °C ( 185°F) |
75
76
76
77
>**NOTE:** In extreme temperatures, EEPROM, voltage regulator, and the crystal oscillator, might not work as expected.
77
78
@@ -110,18 +111,18 @@ The Main Processor is a ATmega328P running at up to 20 MHz. Most of its pins are
110
111
## Board Operation
111
112
112
113
### Getting Started - IDE
113
-
If you want to program your Arduino UNO R3 while offline you need to install the [Arduino Desktop IDE](https://www.arduino.cc/en/Main/Software)[1] To connect the Arduino UNO to your computer, you’ll need a USB-B cable. This also provides power to the board, as indicated by the LED.
114
+
If you want to program your UNO R3 while offline you need to install the Arduino Desktop IDE [1] To connect the UNO R3 to your computer, you’ll need a USB-B cable. This also provides power to the board, as indicated by the LED.
114
115
115
-
### Getting Started - Arduino Web Editor
116
-
All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor)[2], by just installing a simple plugin.
116
+
### Getting Started - Arduino Cloud Editor
117
+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
117
118
118
-
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
119
+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
119
120
120
121
### Sample Sketches
121
-
Sample sketches for the Arduino UNO R3 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the [Arduino website](https://www.arduino.cc/)[4]
122
+
Sample sketches for the UNO R3 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the [Arduino website](https://www.arduino.cc/)[4].
122
123
123
124
### Online Resources
124
-
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino [Project Hub](https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending)**[5]**, the [Arduino Library Reference](https://www.arduino.cc/reference/en/)**[6]** and the online [Arduino store](https://store.arduino.cc/)**[7]** where you will be able to complement your board with sensors, actuators and more.
125
+
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub[5], the Arduino Library Reference[6] and the online Arduino store[7] where you will be able to complement your board with sensors, actuators and more.
125
126
126
127
<divstyle="page-break-after:always;"></div>
127
128
@@ -274,19 +275,20 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
0 commit comments