Skip to content

Commit 948f3df

Browse files
committed
apply feedback
1 parent b83b11d commit 948f3df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Loading
Loading

content/hardware/03.nano/boards/nano/tutorials/nano-getting-started/nano-getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
44
author: Hannes Siebeneicher
55
tags: [Nano, Installation, IDE]
66
---
77

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.
99

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.
1111

1212
## Software & Hardware Needed
1313

@@ -24,17 +24,17 @@ To install it, you will need a version of the Arduino IDE, which you can downloa
2424

2525
![The Arduino IDE.](./assets/open-ide.png)
2626

27-
## Install Board Package
27+
## Board Package
2828

2929
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.
3030

3131
![Arduino AVR Board Package](./assets/install-nano-core.png)
3232

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-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.
3434

3535
![Arduino Nano board found.](./assets/nano-connected.png)
3636

37-
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.
3838

3939
## Compile & Upload Sketches
4040

@@ -48,6 +48,6 @@ There are several examples available for the Nano board, which can be accessed d
4848

4949
## Summary
5050

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.
5252

5353
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

Comments
 (0)