SparkFun
Arduino Nano ESP32
The Arduino Nano ESP32 brings the ESP32-S3 into the familiar Nano form factor, supporting both Arduino and MicroPython programming. Based on the u-blox NORA-...
The Arduino Nano ESP32 brings the ESP32-S3 into the familiar Nano form factor, supporting both Arduino and MicroPython programming. Based on the u-blox NORA-W106-10B module, it features Wi-Fi and Bluetooth Low Energy with a built-in antenna, making it ideal for IoT projects.
The board runs a 32-bit Xtensa LX7 dual-core processor at up to 240 MHz, with 512 KB SRAM and 16 MB external flash. It operates at 3.3 V logic and connects via USB-C for programming and power.
Key Features
- ESP32-S3 SoC – Dual-core Xtensa LX7 at up to 240 MHz
- Wi-Fi & Bluetooth LE – Built-in antenna via u-blox NORA-W106
- Arduino & MicroPython – Dual programming environment support
- USB-C – For programming and power
- Nano Form Factor – 18 mm × 45 mm, breadboard compatible
- 16 MB Flash – Ample storage for code and data
- Built-In RGB LED – On pin 13
Specifications
- Module: u-blox NORA-W106-10B (ESP32-S3)
- Processor: 32-bit Xtensa LX7, up to 240 MHz
- ROM: 384 KB
- SRAM: 512 KB
- External Flash: 16 MB (128 Mbit)
- I/O Voltage: 3.3 V
- Input Voltage: 6–21 V
- Source Current per Pin: 40 mA
- Sink Current per Pin: 20 mA
- USB: USB-C
- Dimensions: 18 mm × 45 mm
I/O & Communication
- Digital I/O: 14 pins (all support external interrupts)
- Analog Input: 8 pins
- PWM: 5 pins
- UART: 2
- I2C: 1 (A4/SDA, A5/SCL)
- SPI: 1 (D11/COPI, D12/CIPO, D13/SCK, any GPIO for CS)
- Wireless: Wi-Fi, Bluetooth LE
Ideal For
- IoT and connected device projects
- MicroPython development
- Wi-Fi and Bluetooth-enabled prototyping
- Upgrading existing Nano-based projects with wireless
Package Contents
- 1× Arduino Nano ESP32
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- CS
- CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
- 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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- 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.
- 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.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- 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
Arduino Nano ESP32 Schematic
Schematic · 1.4 MB · Click any page to view full size
Arduino Nano ESP32 Datasheet
Datasheet · 2.4 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 829.9 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au