Skip to content

Commit b753a2e

Browse files
authored
Merge pull request #1239 from arduino/jacobhylen/alter-nanoespdatasheet
Alter Nano ESP32 datasheet
2 parents ef2ea3d + 7b96a20 commit b753a2e

File tree

1 file changed

+3
-4
lines changed
  • content/hardware/03.nano/boards/nano-esp32/datasheet

1 file changed

+3
-4
lines changed

Diff for: content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ type: maker
66
![](assets/featured.png)
77

88
# 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® as well as Bluetooth® LE.
1010

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

1313
# Target areas:
14-
Maker, Debugging, IoT, MicroPython
14+
Maker, IoT, MicroPython
1515

1616
# Features
1717
* **Xtensa® Dual-core 32-bit LX7 Microprocessor**
@@ -52,7 +52,7 @@ Maker, Debugging, IoT, MicroPython
5252

5353
## The Board
5454

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.
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) supports clock frequencies at up to 240 MHz.
5656

5757
### Application Examples
5858

@@ -112,7 +112,6 @@ The microprocessor for the ESP32-S3 SoC inside the NORA-W106 module is a dual-co
112112
- 32-bit customized instruction set
113113
- 128-bit data bus
114114
- 32-bit multiplier / divider
115-
- Support for JTAG debugging
116115

117116
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.
118117

0 commit comments

Comments
 (0)