Skip to content

Commit c07139a

Browse files
Merge pull request #1265 from arduino/Hannes7eicher/ESP32-Getting-Started-Update
[MKC-1075] update getting started, add frontmatter
2 parents ac54bbd + c07478c commit c07139a

File tree

10 files changed

+10
-4
lines changed

10 files changed

+10
-4
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tags:
1010
- Wi-Fi®
1111
- Bluetooth® LE
1212
author: 'Karl Söderby & Jacob Hylén'
13+
hardware:
14+
- hardware/03.nano/boards/nano-esp32
1315
---
1416

1517
The **Arduino Nano ESP32** is the first Arduino to feature an ESP32 SoC as its main microcontroller, based on the [ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3). This SoC is found inside the **u-blox® NORA-W106** module and provides both Bluetooth® & Wi-Fi® connectivity, as well as embedding an antenna.
245 KB
Loading
214 KB
Loading
220 KB
Loading
285 KB
Loading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Getting Started with Nano ESP32
33
description: A step-by-step guide to install the board package needed for the Nano ESP32.
44
author: Karl Söderby
5+
hardware:
6+
- hardware/03.nano/boards/nano-esp32
57
tags: [ESP32, Installation, IDE]
68
---
79

@@ -22,17 +24,19 @@ To install it, you will need the Arduino IDE, which you can download from the [A
2224
2. Install the Arduino IDE on your local machine.
2325
3. Open the Arduino IDE.
2426

25-
![The Arduino IDE.](./assets/open-ide.png)
27+
![The Arduino IDE.](./assets/ide.png)
2628

2729
## Install Board Package
2830

2931
To install the board package, open the "Board Manager" from the menu to the left. Search for Nano ESP32 and install the latest version (or the version you want to use).
3032

31-
![Install Nano ESP32 boards package.](./assets/esp32boards.png)
33+
![Install Nano ESP32 boards package.](./assets/core.png)
3234

3335
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.
3436

35-
![Arduino Nano ESP32 board found.](./assets/nanoboarddetected.png)
37+
![Arduino Nano ESP32 board found.](./assets/selector.png)
38+
39+
***Note: You may see two versions for the Nano ESP32 available to pick in the board selector, one USB(COM21 in picture) and DFU(3-2 in picture). If you do, select the one with USB.***
3640

3741
Congratulations, you have now successfully installed the Nano ESP32 board package via the Arduino IDE.
3842

@@ -44,7 +48,7 @@ To compile and upload sketches, you can use the:
4448

4549
There are several examples available for the Nano ESP32 board, which can be accessed directly in the IDE, through **File > Examples**. These examples can be used directly without external libraries.
4650

47-
![Nano ESP32 examples.](./assets/nano-examples.png)
51+
![Nano ESP32 examples.](./assets/examples.png)
4852

4953
## Summary
5054

0 commit comments

Comments
 (0)