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/03.nano/boards/nano/tutorials/nano-getting-started/nano-getting-started.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Getting Started with Arduino Nano
3
-
description: A step-by-step guide to install the board package needed for the Arduino Nano board.
3
+
description: A step-by-step guide to get started with the Arduino Nano.
4
4
author: Hannes Siebeneicher
5
5
tags: [Nano, Installation, IDE]
6
6
---
7
7
8
-
To use the [Arduino Nano](/hardware/nano/) board, you will need to install the Arduino AVR Board Package.
8
+
To use the [Arduino Nano](/hardware/nano/) board, you will need the Arduino AVR Board Package, which comes preinstalled with the IDE.
9
9
10
-
To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
10
+
You will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
11
11
12
12
## Software & Hardware Needed
13
13
@@ -24,17 +24,17 @@ To install it, you will need a version of the Arduino IDE, which you can downloa
24
24
25
25

26
26
27
-
## Install Board Package
27
+
## Board Package
28
28
29
29
The [Arduino Core for AVR devices](https://github.com/arduino/ArduinoCore-avr) comes preinstalled with the IDE, so no additional installation is necessary to get started. To use a different version than the latest, open the "Board Manager" from the left-hand menu. Search for Nano and install the version you want to use.
You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB-C® connector at this point.
33
+
You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB Mini connector at this point.
Congratulations, you have now successfully installed the Arduino AVR board package via the Arduino IDE.
37
+
Congratulations, your board is now ready to be used via the Arduino IDE.
38
38
39
39
## Compile & Upload Sketches
40
40
@@ -48,6 +48,6 @@ There are several examples available for the Nano board, which can be accessed d
48
48
49
49
## Summary
50
50
51
-
In this tutorial, we have installed the Arduino AVR board package, using the Arduino IDE.
51
+
In this tutorial we prepared the Arduino Nano to be used with the Arduino IDE.
52
52
53
53
For any issues regarding the Arduino AVR board package, please refer to the [Arduino Core for AVR devices](https://github.com/arduino/ArduinoCore-avr).
0 commit comments