DFRobot
Arduino Nano ESP32 with headers
The Arduino Nano ESP32 brings the ESP32-S3 (u-blox NORA-W106 module) into the familiar Nano form factor with a USB-C connector. It supports both Arduino and ...
Get notified when back in stock
The Arduino Nano ESP32 brings the ESP32-S3 (u-blox NORA-W106 module) into the familiar Nano form factor with a USB-C connector. It supports both Arduino and MicroPython programming, making it an accessible entry point for IoT, Wi-Fi, and Bluetooth projects with the full backing of the Arduino ecosystem.
With a dual-core processor running at up to 240 MHz, 16 MB of external flash, built-in Wi-Fi and Bluetooth, and plug-and-play debugging via Arduino IDE 2, the Nano ESP32 is suitable for beginners and experienced developers alike.
Key Features
- ESP32-S3 (NORA-W106) – Dual-core Xtensa LX7 at up to 240 MHz
- Wi-Fi + Bluetooth – Built-in wireless connectivity
- Arduino + MicroPython – Dual programming environment support
- USB-C – Modern connector for power, programming, and debugging
- Nano Form Factor – Drop-in compatible with existing Nano projects
- Headers Pre-Soldered – Ready for breadboard use out of the box
- Plug-and-Play Debugging – Built-in debug support in Arduino IDE 2
Specifications
- Microcontroller: u-blox NORA-W106 (ESP32-S3)
- Clock Speed: Up to 240 MHz
- Memory: 384 KB ROM, 512 KB SRAM, 16 MB external flash
- Digital I/O Pins: 14 (all support external interrupts)
- Analogue Input Pins: 8
- PWM Pins: 5
- Communication: UART, I2C, SPI
- I/O Voltage: 3.3 V
- Input Voltage: 5–18 V
- Source Current per Pin: 40 mA
- Sink Current per Pin: 28 mA
- Built-in LED: Pin 13
Ideal For
- IoT and connected device projects
- Learning MicroPython with Arduino hardware
- Wi-Fi and Bluetooth prototyping
- Upgrading existing Nano-based projects with wireless capabilities
Package Contents
- 1× Arduino Nano ESP32 (with headers)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Brands
Arduino Nano ESP32 Schematics
Schematic · 1.3 MB · Click any page to view full size
Arduino Nano ESP32 Datasheet
Datasheet · 3.3 MB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 771.5 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au