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-esp32/tutorials/cheat-sheet/cheat-sheet.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ tags:
10
10
- Wi-Fi®
11
11
- Bluetooth® LE
12
12
author: 'Karl Söderby & Jacob Hylén'
13
+
hardware:
14
+
- hardware/03.nano/boards/nano-esp32
13
15
---
14
16
15
17
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.
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
title: Getting Started with Nano ESP32
3
3
description: A step-by-step guide to install the board package needed for the Nano ESP32.
4
4
author: Karl Söderby
5
+
hardware:
6
+
- hardware/03.nano/boards/nano-esp32
5
7
tags: [ESP32, Installation, IDE]
6
8
---
7
9
@@ -22,17 +24,19 @@ To install it, you will need the Arduino IDE, which you can download from the [A
22
24
2. Install the Arduino IDE on your local machine.
23
25
3. Open the Arduino IDE.
24
26
25
-

27
+

26
28
27
29
## Install Board Package
28
30
29
31
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).
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.
***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.***
36
40
37
41
Congratulations, you have now successfully installed the Nano ESP32 board package via the Arduino IDE.
38
42
@@ -44,7 +48,7 @@ To compile and upload sketches, you can use the:
44
48
45
49
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.
0 commit comments