Skip to content

Commit 5892261

Browse files
committed
Product + datasheet rev
1 parent 38e6c69 commit 5892261

File tree

5 files changed

+23
-30
lines changed

5 files changed

+23
-30
lines changed

content/hardware/03.nano/boards/nano-esp32/certifications/.gitignore

Whitespace-only changes.

content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,7 @@ The 3.3V pin is connected to the 3.3V rail which is connected to the output of t
274274

275275
### Pin Current
276276

277-
The GPIOs on the Nano ESP32 can handle currents up to **40 mA**. Never connect devices that draw higher current directly to a GPIO.
278-
279-
The absolute maximum rating of acculumative current for the ESP32-S3 is specified at **1500mA**. This is a lmit
280-
281-
For powering e.g. servo motors, use an external power supply.
277+
The GPIOs on the Nano ESP32 can handle **source currents** up to **40 mA**, and **sink currents** up to **28 mA**. Never connect devices that draw higher current directly to a GPIO.
282278

283279
### Solder Jumper (SJ1)
284280

content/hardware/03.nano/boards/nano-esp32/features.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Arduino Nano ESP32 features the NORA-W106, a module with a ESP32-S3 chip ins
44

55
<FeatureList>
66

7-
<Feature title="Nano Form Factor" image="nano-form-factor">
8-
The smallest form factor at 45x18 mm, suitable for confined spaces, wearables and more.
9-
<FeatureLink variant="primary" title="Read More" url="https://docs.arduino.cc/learn/hardware/nano-pcb-guide"/>
7+
<Feature title="MicroPython" image="python">
8+
The Nano ESP32 is the perfect board for getting started with MicroPython.
9+
<FeatureLink title="Install MicroPython" url="/"/>
1010
</Feature>
1111

1212
<Feature title="Arduino IoT Cloud" image="wifi">
@@ -16,17 +16,15 @@ The Nano ESP32 is compatible with the Arduino IoT Cloud platform. Build IoT proj
1616

1717
<Feature title="Bluetooth®" image="bluetooth">
1818
This board is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
19-
<FeatureLink variant="secondary" title="BLE Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
2019
</Feature>
2120

2221
<Feature title="ESP32 Platform" image="mcu">
23-
This board uses the popular & well maintained <a href="https://github.com/espressif/arduino-esp32">ESP32 core</a> from Espressif.
24-
<FeatureLink variant="secondary" title="ESP32 DOCS" url="https://docs.espressif.com/projects/arduino-esp32/en/latest/"/>
22+
The Nano ESP32's core is based on the well maintained & documented <a href="https://github.com/espressif/arduino-esp32">ESP32 core</a> from Espressif.
23+
<FeatureLink variant="secondary" title="ESP32 Documentation" url="https://docs.espressif.com/projects/arduino-esp32/en/latest/"/>
2524
</Feature>
2625

27-
<Feature title="MicroPython" image="python">
28-
The Nano ESP32 has support for MicroPython, which can be set up in just minutes.
29-
<FeatureLink title="Install MicroPython" url="/"/>
26+
<Feature title="USB-C®" image="usb">
27+
The first Nano board to feature a USB-C® connector!
3028
</Feature>
3129

3230
</FeatureList>

content/hardware/03.nano/boards/nano-esp32/suggestions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<EssentialsColumn title="Tutorials for Nano 33 IoT">
2-
<EssentialElement title="Sending an email through IFTTT with Nano 33 IoT" type="tutorial" link="/tutorials/nano-33-iot/IFTTT_Connection">
3-
Learn how to connect the Nano 33 IoT to IFTTT to send an email each time an action is performed
2+
<EssentialElement title="Nano ESP32 Cheat Sheet" type="tutorial" link="/tutorials/nano-esp32/cheat-sheet">
3+
A technical reference to the Nano ESP32 board.
44
</EssentialElement>
55

6-
<EssentialElement title="Nano 33 IoT alarm with the Arduino IoT Cloud" type="tutorial" link="/tutorials/nano-33-iot/iot-cloud">
7-
Learn how to create an alarm with the Nano 33 IoT controlled by the Arduino IoT Cloud.
6+
<EssentialElement title="Arduino IoT Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud">
7+
Get started with the Arduino IoT Cloud
88
</EssentialElement>
99
</EssentialsColumn>
1010

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
Board:
2-
Name: Arduino® Nano 33 IoT
2+
Name: Arduino® Nano ESP32
33
SKU: ABX00027
4-
Microcontroller: SAMD21 Cortex®-M0+ 32bit low power ARM MCU
5-
USB connector: Micro USB
4+
Microcontroller: uBlox NORA-W106 (ESP32-S3)
5+
USB connector: USB-C®
66
Pins:
77
Built-in LED Pin: 13
88
Digital I/O Pins: 14
99
Analog input pins: 8
1010
PWM pins: 5
1111
External interrupts: All digital pins
1212
Connectivity:
13-
Wi-Fi: Nina W102 uBlox module
14-
Bluetooth®: Nina W102 uBlox module
15-
Sensors:
16-
IMU: LSM6DS3
13+
Wi-Fi: uBlox NORA-W106 (ESP32-S3)
14+
Bluetooth®: uBlox NORA-W106 (ESP32-S3)
1715
Communication:
1816
UART: RX/TX
1917
I2C: A4 (SDA), A5 (SCL)
2018
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
2119
Power:
2220
I/O Voltage: 3.3V
2321
Input voltage (nominal): 5-18V
24-
DC Current per I/O Pin: 7 mA
22+
Source Current per I/O Pin: 40 mA
23+
Sink Current per I/O Pin: 28 mA
2524
Clock speed:
26-
Processor: SAMD21G18A 48MHz
25+
Processor: up to 240 MHz
2726
Memory:
28-
SAMD21G18A: 256 KB SRAM, 1MB flash
29-
Nina W102 uBlox module: 448 KB ROM, 520KB SRAM, 2MB Flash
27+
ROM: 384 kB
28+
SRAM: 512 kB
29+
External Flash: 128 Mbit (16MB)
3030
Dimensions:
31-
Weight: 5gr
3231
Width: 18 mm
3332
Length: 45 mm

0 commit comments

Comments
 (0)