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-...
Get notified when back in stock
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 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.
- 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 (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.
- 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, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- 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
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