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 ...
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 microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder 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 is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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 serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
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