SparkFun
Arduino Nano ESP32 with Headers
· MPN: DEV-23321
Bring ESP32-S3 wireless projects into the Arduino ecosystem with this compact Nano-format development board. It is designed for IoT, MicroPython and Arduino ...
Get notified when back in stock
Bring ESP32-S3 wireless projects into the Arduino ecosystem with this compact Nano-format development board. It is designed for IoT, MicroPython and Arduino programming, making it suitable for first builds through to more advanced prototypes.
The board is based on the u-blox® NORA-W106-10B module, which includes an ESP32-S3 system-on-chip. It supports Wi-Fi® and Bluetooth® Low Energy (LE), with communication via a built-in antenna, and uses a 32-bit Xtensa® LX7 CPU running at up to 240 MHz.
This version has headers pre-soldered onto the board, so it is ready for breadboards, sockets and quick prototyping. A USB-C connector is provided for programming and power, and the supplier documentation includes a datasheet and schematic.
Features:
- Arduino ecosystem: Brings the ESP32-S3 to Arduino programming.
- MicroPython: Supports MicroPython programming.
- Wireless connectivity: Supports Wi-Fi® and Bluetooth® Low Energy (LE).
- Built-in antenna: Provides amplified communication through a built-in antenna.
- Pre-soldered headers: Headers are pre-soldered onto the board.
- USB-C: Uses a USB-C connector.
Specifications:
- Microcontroller: u-blox® NORA-W106 (ESP32-S3)
- USB Connector: USB-C
- Built-in LED Pin: 13 (RGB)
- Digital I/O Pins: 14
- Analog input pins: 8
- PWM pins: 5
- External interrupts: All digital pins
- Connectivity: Wi-Fi®, Bluetooth®
- UART: 2x
- I2C: 1x, A4 (SDA), A5 (SCL)
- SPI: D11 (COPI), D12 (CIPO), D13 (SCK).
- Chip Select (CS): Use any GPIO for Chip Select (CS)
- I/O Voltage: 3.3V
- Input Voltage (nominal): 6-21V
- Source Current per I/O Pin: 40mA
- Sink Current per I/O Pin: 20mA
- Clock Speed (Processor): up to 240MHz
- ROM: 384kB
- SRAM: 512kB
- External Flash: 128Mbit (16MB)
- Width: 18mm
- Length: 45mm
A handy choice for wireless sensors, small IoT devices, MicroPython experiments and Arduino projects that need ESP32-S3 performance in a Nano-style board.
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.
- 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.
- 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.
- 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 · 746.0 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au