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/datasheet/datasheet.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ type: maker
6
6

7
7
8
8
# Description
9
-
The Arduino Nano ESP32 (with and without headers) is a Nano form factor board based on the ESP32-S3 (embedded in the NORA-W106-10B from u-blox). This is the first Arduino board to be based fully on an ESP32, and features Wi-Fi®, Bluetooth® LE, debugging via native USB in the Arduino IDE as well as low power.
9
+
The Arduino Nano ESP32 (with and without headers) is a Nano form factor board based on the ESP32-S3 (embedded in the NORA-W106-10B from u-blox®). This is the first Arduino board to be based fully on an ESP32, and features Wi-Fi®, Bluetooth® LE, debugging via native USB in the Arduino IDE as well as low power.
10
10
11
11
The Nano ESP32 is compatible with the Arduino IoT Cloud, and has support for MicroPython. It is an ideal board for getting started with IoT development.
Nano ESP32 is a 3.3 V development board based on the NORA-W106-10B from u-blox, a module that includes a ESP32-S3 system on a chip (SoC). This module has support for Wi-Fi® and Bluetooth® Low Energy (LE), with amplified communication through a built-in antenna. The CPU (32-bit Xtensa® LX7) support clock frequencies at up to 240 MHz and has native support for debugging via the USB-C connector.
55
+
Nano ESP32 is a 3.3 V development board based on the NORA-W106-10B from u-blox®, a module that includes a ESP32-S3 system on a chip (SoC). This module has support for Wi-Fi® and Bluetooth® Low Energy (LE), with amplified communication through a built-in antenna. The CPU (32-bit Xtensa® LX7) support clock frequencies at up to 240 MHz and has native support for debugging via the USB-C® connector.
56
56
57
57
### Application Examples
58
58
@@ -114,7 +114,7 @@ The microprocessor for the ESP32-S3 SoC inside the NORA-W106 module is a dual-co
114
114
- 32-bit multiplier / divider
115
115
- Support for JTAG debugging
116
116
117
-
The LX7 has a 384 kB ROM (Read Only Memory), and 512 KB of SRAM (Static Random Access Memory). It also features an 8 kB **RTC FAST** and **RTC SLOW** memory. These memories are designed for lowpower operations, where the **SLOW** memory can be accessed by the ULP (Ulta Low Power) coprocessor, retaining the data in deep sleep mode.
117
+
The LX7 has a 384 kB ROM (Read Only Memory), and 512 kB of SRAM (Static Random Access Memory). It also features an 8 kB **RTC FAST** and **RTC SLOW** memory. These memories are designed for low-power operations, where the **SLOW** memory can be accessed by the ULP (Ulta Low Power) coprocessor, retaining the data in deep sleep mode.
118
118
119
119
### Wi-Fi®
120
120
@@ -214,7 +214,7 @@ The CAN/TWAI® controller is used to communicate with systems using the CAN/TWAI
214
214
215
215
## External Flash Memory
216
216
217
-
Nano ESP32 features a 128 Mbit (16MB) external flash, the GD25B128EWIGR (U3). This memory is connected to the ESP32 via Quad Serial Peripheral Interface (QSPI).
217
+
Nano ESP32 features a 128 Mbit (16 MB) external flash, the GD25B128EWIGR (U3). This memory is connected to the ESP32 via Quad Serial Peripheral Interface (QSPI).
218
218
219
219
The operating frequency for this IC is 133 MHz, and has a data transfer rate at up to 664 Mbit/s.
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/product.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ url_guide: /tutorials/
5
5
core: arduino:esp32
6
6
---
7
7
8
-
The Arduino Nano ESP32 is the first ever Arduino board based on a ESP32 microcontroller from [Espressif](https://www.espressif.com/en/products/socs/esp32), the **NORA-W106 module** from u-blox. USB-C® connector, 16 MB (128 Mbit) of Flash, support for MicroPython & Arduino IoT Cloud enabled, it is a very versatile development board.
8
+
The Arduino Nano ESP32 is the first ever Arduino board based on a ESP32 microcontroller from [Espressif](https://www.espressif.com/en/products/socs/esp32), the **NORA-W106 module** from u-blox®. USB-C® connector, 16 MB (128 Mbit) of Flash, support for MicroPython & Arduino IoT Cloud enabled, it is a very versatile development board.
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tech-specs.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Here you will find the technical specifications for the Arduino® Nano ESP32.
4
4
5
5
The microcontroller on the **Arduino Nano ESP32** runs at 3.3 V, which means that you must never apply more than 3.3 V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3 V is never exceeded. Connecting higher voltage signals, like the 5 V commonly used with the other Arduino boards, will damage the Nano ESP32.
6
6
7
-
Note that this board does not have a 5V pin, instead, it has a VUSB pin. The VUSB pin provides 5 V as long as it is powered via USB. Powering via VIN will not enable the VUSB pin, meaning you have no option to receive 5 V unless powered with USB. For communication with 5 V devices, you can opt to use a logic level translator.
7
+
Note that this board does not have a 5V pin, instead, it has a VBUS pin. The VBUS pin provides 5 V as long as it is powered via USB. Powering via VIN will not enable the VBUS pin, meaning you have no option to receive 5 V unless powered with USB. For communication with 5 V devices, you can opt to use a logic level translator.
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ tags:
12
12
author: 'Karl Söderby'
13
13
---
14
14
15
-
The **Arduino Nano ESP32** is the first Arduino to feature an ESP32 SoC, 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.
15
+
The **Arduino Nano ESP32** is the first Arduino to feature an ESP32 SoC, 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.
@@ -24,13 +24,13 @@ In this document, you will find information regarding features your board, and l
24
24
25
25

26
26
27
-
The Nano ESP32 features the **ESP32-S3** system on a chip (SoC) from Espressif, which is embedded in the **NORA-W106** module. The ESP32-S3 has a dual-core microprocessor Xtensa® 32-bit LX7, and has support for the 2.4 GHz Wi-Fi® band as well as Bluetooth 5. The operating voltage of this SoC is 3.3 V.
27
+
The Nano ESP32 features the **ESP32-S3** system on a chip (SoC) from Espressif, which is embedded in the **NORA-W106** module. The ESP32-S3 has a dual-core microprocessor Xtensa® 32-bit LX7, and has support for the 2.4 GHz Wi-Fi® band as well as Bluetooth® 5. The operating voltage of this SoC is 3.3 V.
28
28
29
29
The NORA-W106 also embeds an antenna for Bluetooth® and Wi-Fi® connectivity.
30
30
31
31
### Memory
32
32
33
-
The memory of the ESP32-S3 has
33
+
The Nano ESP32 has
34
34
- 384 kB ROM
35
35
- 512 kB SRAM
36
36
- 16 MB of Flash (external, provided via GD25B128EWIGR)
@@ -43,17 +43,17 @@ The full datasheet is available as a downloadable PDF from the link below:
43
43
44
44
## Nano ESP32 Core
45
45
46
-
This board is based on the [Arduino ESP32 Core](https://github.com/arduino/arduino-esp32), a derivation of the original ESP32 core. It provides a rich set of examples to access the various features on your board, which is accessed directly through the IDE.
46
+
This board is based on the [Arduino ESP32 Core](https://github.com/arduino/arduino-esp32), that is derived from the original ESP32 core. It provides a rich set of examples to access the various features on your board, which is accessed directly through the IDE.
47
47
48
48

49
49
50
-
To install the core, go the **board manager** and search for **Nano ESP32**. If you need more instructions to install the core, please refer to the [Getting Started with Nano ESP32](/tutorials/nano-esp32/getting-started-nano-esp32) article.
50
+
To install the core, go the **board manager** and search for **Nano ESP32**. For more detailed instructions to install the core, please refer to the [Getting Started with Nano ESP32](/tutorials/nano-esp32/getting-started-nano-esp32) article.
51
51
52
52
You can also program your board via the [Arduino Web Editor](arduino-cloud/getting-started/getting-started-web-editor), an online IDE.
53
53
54
54
## MicroPython
55
55
56
-
The Nano ESP32 has support for MicroPython, a micro-implementation of Python that can easily be installed on your board.
56
+
The Nano ESP32 has support for MicroPython, a micro-implementation of Python® that can easily be installed on your board.
57
57
58
58
To get started with MicroPython, please visit [MicroPython 101](/micropython-course), a course dedicated towards learning MicroPython on the Nano ESP32.
59
59
@@ -87,11 +87,11 @@ The [Sleep Modes](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/
87
87
88
88

89
89
90
-
To power the Nano ESP32 you may either use a USB-C® cable, or the VIN pin. Never exceed 5-18 V as the **MP2322GQH** converter on the board is not designed for any higher voltages.
90
+
To power the Nano ESP32 you may either use a USB-C® cable, or the VIN pin. When using the VIN pin, use voltages within the range of 5-18 V as the **MP2322GQH** converter on the board may otherwise be damaged.
91
91
92
92
### Input Voltage (VIN)
93
93
94
-
- If you're using the USB-C connector you must power it with 5 V.
94
+
- If you're using the USB-C® connector you must power it with 5 V.
95
95
- The recommended input voltage on the VIN pin is 5-18 V.
96
96
97
97
### Operating Voltage
@@ -102,9 +102,9 @@ The internal operating voltage of the ESP32-S3 SoC is 3.3 V, and you should not
102
102
103
103
The Nano ESP32 is the first board to not feature a **5V** pin. It has instead been replaced with VBUS, which is a more accurate description of the pin's capabilities.
104
104
105
-
`VBUS` provides 5V whenever powered via USB. If powered via the VIN pin, it is disabled. This means that while powering the board through the VIN pin, you can't get 5 V from the board, and you need to use a logic level shifter or an external 5V power supply.
105
+
`VBUS` provides 5 V whenever powered via USB. If powered via the VIN pin, it is disabled. This means that while powering the board through the VIN pin, you can't get 5 V from the board, and you need to use a logic level shifter or an external 5 V power supply.
106
106
107
-
This measure is taken to prevent the board's microcontroller from accidentally receiving 5V, which will damage it.
107
+
This measure is taken to prevent the board's microcontroller from accidentally receiving 5 V, which will damage it.
108
108
109
109
## Pins
110
110
@@ -157,8 +157,8 @@ The Nano ESP32 has 14 digital pins (D0-D13), that can be read by using `digitalR
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,4 @@ There are several examples available for the Nano ESP32 board, which can be acce
50
50
51
51
In this tutorial, we have installed the Nano ESP32 board package, using the Arduino IDE.
52
52
53
-
For any issues regarding the Arduino ESP32 board package, please refer to the [arduino-esp32](https://github.com/arduino/arduino-esp32).
53
+
For any issues regarding the Arduino ESP32 board package, please refer to the [arduino-esp32 Core](https://github.com/arduino/arduino-esp32).
0 commit comments