ESP32-S3-Zero Development Board

Code name: ESP32S3_DEV

ESP32-S3-Zero development board is based on esp32s3 microcontroller and uses xtensa architecture. This board has a maximum CPU frequency of 240 MHz and a flash size of 4MB.

About ESP32-S3-Zero

The ESP32-S3-Zero is a compact development board featuring the Espressif ESP32-S3FH4R2 dual-core processor, operating at up to 240MHz. It offers 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5 (LE) capabilities, making it ideal for IoT projects requiring robust wireless connectivity. πŸ“Ά

With its small form factor of 23.5 Γ— 18 mm, the board is designed for easy integration into space-constrained applications. The onboard ceramic antenna ensures stable wireless performance without the need for an external antenna.

For user convenience, the ESP32-S3-Zero includes both a BOOT button and a RESET button, facilitating straightforward development and debugging processes. πŸš€

Equipped with 24 multifunctional GPIO pins, the board supports various interfaces, including:

  • 4 Γ— SPI
  • 2 Γ— I2C
  • 3 Γ— UART
  • 2 Γ— I2S
  • 2 Γ— ADC

Where to Buy

ESP32-S3-Zero

Starting from

$6.27 per unit

Amazon com
Amazon.com Ships worldwide
View Price
Amazon de
Amazon.de Ships to EU
View Price
Aliexpress
AliExpress Best value
View Price

Prices are subject to change. We earn from qualifying purchases as an Amazon Associate.

Technical Specifications

πŸ›°οΈ Connectivity

WiFi 802.11 b/g/n (2.4 GHz)
Bluetooth 5.0
BLE 5.0

🧠 Microcontroller

Model esp32s3
Clock Speed 240 MHz
Flash Size 4MB
Architecture xtensa

✨ Features

  • Ultra-compact size: 23.5 Γ— 18 mm
  • Low power consumption: supports various power modes for energy-efficient applications
  • Onboard WS2812 RGB LED connected to GPIO21
  • 24 digital IO pins
  • 24 external interrupt pins
  • 2 analog input pins
  • 24 PWM pins

ESP32-S3-Zero Dimensions

Width 18.00 mm
Length 23.50 mm
Pin Gap 2.54 mm

ESP32-S3-Zero Pinout

The ESP32-S3-Zero pinout is engineered for versatility within a compact footprint. Key power pins include 5V, 3.3V, and GND, ensuring reliable power delivery for various peripherals.

The board offers multiple communication interfaces:

  • UART: TX (GPIO43), RX (GPIO44)
  • I2C: SDA, SCL
  • SPI: SCK, MISO, MOSI, SS

For analog input, it provides ADC pins suitable for reading sensor data or voltage levels.

βœ… Safe Pins to Use

For general GPIO usage, these are the safest and most flexible choices:

πŸ”Ή IO1
πŸ”Ή IO2
πŸ”Ή IO4
πŸ”Ή IO5
πŸ”Ή IO6
πŸ”Ή IO7
πŸ”Ή IO8
πŸ”Ή IO15
πŸ”Ή IO16
πŸ”Ή IO17
πŸ”Ή IO18

Why Are These Pins Safe?

  • Not involved in bootstrapping β†’ No impact on device boot mode or system startup
  • Not linked to flash memory or PSRAM β†’ Won't interfere with storage or memory access
  • Not dedicated to USB or JTAG β†’ Free for general use without affecting debugging
  • No special hardware connections β†’ Freely assignable without internal conflicts

⚠️ Pins to Avoid or Use with Caution

Some pins are reserved for critical functions like bootstrapping, JTAG debugging, USB communication, and flash memory operations. Misusing these pins may lead to boot failures, programming issues, USB conflicts, or disruptions in flash storage.

Critical Pin Categories:

  • πŸ› οΈ Strapping Pins: Control boot behavior and flash voltage selection
  • πŸ”— JTAG Debugging Pins: Required for low-level debugging
  • πŸ”Œ USB Communication Pins: Used for USB Serial/JTAG communication
  • ⚑ Flash Memory & SPI Pins: Connected to SPI flash memory and PSRAM
  • πŸ“‘ UART Serial Communication Pins: Used for debugging and firmware uploads
PINLabelReasonFunction
IO3GPIO3Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.πŸ› οΈ Strapping
IO9FSPIHDConnected to external flash (data/hold signal) on most modules. Not recommended for use as GPIO, since it must remain dedicated to flash communication.⚑ Flash
IO10FSPICS0Used to select the external flash chip. It is required for flash access and cannot be repurposed without losing flash connectivity⚑ Flash
IO11FSPIDUsed as a data line for flash (and in-package PSRAM). It should not be used as GPIO when the flash/PSRAM is in use.⚑ Flash
IO12FSPICLKDrives the flash (and PSRAM) clock. This critical signal must be reserved for memory and not used as general GPIO.⚑ Flash

ESP32-S3-Zero Pin Mappings

This development board provides 24 digital IO pins, out of which 24 can be used as external interrupt pins , 2 as analog input pins and 24 pins have Pulse-Width Modulation (PWM) .

PinFunctionESP PinInput/OutputDescription
15V5VPOWER INPUT5V power input for the board
2GNDGNDPOWER GROUNDGround connection
33V33.3VPOWER OUTPUT3.3V power output
5IO1IO1BIDIRECTIONALGPIO, ADC
6IO2IO2BIDIRECTIONALGPIO, ADC
7IO3IO3BIDIRECTIONALGPIO, ADC
8IO4IO4BIDIRECTIONALGPIO, ADC
9IO5IO5BIDIRECTIONALGPIO, ADC
10IO6IO6BIDIRECTIONALGPIO, ADC
11IO7IO7BIDIRECTIONALGPIO, ADC
12IO8IO8BIDIRECTIONALGPIO, ADC
13IO9IO9BIDIRECTIONALGPIO, ADC
14IO10IO10BIDIRECTIONALGPIO, ADC
15IO11IO10BIDIRECTIONALGPIO, ADC
16IO12IO10BIDIRECTIONALGPIO, ADC
17IO13IO10BIDIRECTIONALGPIO, ADC
18IO14IO10BIDIRECTIONALGPIO, ADC
19IO15IO10BIDIRECTIONALGPIO, ADC
20IO16IO10BIDIRECTIONALGPIO, ADC
21IO17IO10BIDIRECTIONALGPIO, ADC
22IO18IO10BIDIRECTIONALGPIO, ADC
23IO38IO10BIDIRECTIONALGPIO
24IO39IO10BIDIRECTIONALGPIO
25IO40IO10BIDIRECTIONALGPIO
26IO41IO10BIDIRECTIONALGPIO
27IO42IO10BIDIRECTIONALGPIO
28IO45IO10BIDIRECTIONALGPIO
Function Pin Function
ESP Pin Pin on ESP32
I/O Input/Output Pin
Description Pin Description

Default Tools

Bootloader toolesptool_py
Uploader toolesptool_py
Network uploader toolesp_ota
Bootloader address0x0
Flash modeqio
Boot modeqio
Maximum upload size
4096 Kb
(4194304 B)
Maximum data size
512 Kb
(524288 B)

The ESP32-S3-Zero development board by default uses esptool_py uploader tool, esp_ota network uploader tool for Over-the-air (OTA) uploads and esptool_py bootloader tool. The bootloader starts at address "0x0". Flash mode and boot mode for ESP32-S3-Zero development board by default is qio and qio respectively.