ESP32-S3-BOX-3

Feature-rich ESP32-S3 board with screen, mic, and AI support - perfect for voice interfaces, smart hubs, and demos.

USB-C Native USB
ESP32-S3-BOX-3 board
ESP32-S3
MCU
240MHz
clock
16MB
flash
512KB
SRAM
27· 6 ADC
GPIO
BLE 5.0+ WiFi
radio
On this page

Pinout

31 pins
View:
ESP32-S3-BOX-3 pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
10TFT_MISOstrapping-
21MUTE_PINPWMsafe-
32I2S_MCLKPWMsafe-
43TS_IRQPWMstrapping-
54TFT_DCPWMsafe-
65TFT_CSPWMsafe-
76TFT_MOSIPWMsafe-
87TFT_CLKPWMsafe-
98I2C_SDAPWMsafe-
109A8T9PWMstrappingadc · touch
1110SSA9T10PWMstrappingadc · touch · spi
1211MOSIA10T11PWMstrappingadc · touch · spi
1312SCKA11T12PWMstrappingadc · touch · spi
1413MISOA12T13PWMstrappingadc · touch · spi
1514A13T14PWMstrappingadc · touch
1615I2S_DOUTPWMsafe-
1716I2S_SDINPWMsafe-
1817I2S_SCLKPWMsafe-
1918I2C_SCLPWMsafe-
2040SCLPWMstrappingi2c
2141SDAPWMstrappingi2c
2243TXPWMstrappinguart
2344RXPWMstrappinguart
2445TFT_BLPWMstrapping-
2546PA_PINstrapping-
2647I2S_LRCKstrapping-
2748TFT_RSTstrapping-
28-ES7210_ADDRsafe-
29-ES8311_ADDRPWMsafe-
30-ICM42607P_ADDRsafe-
31-TT21100_ADDRPWMsafe-

Start with these

11 pins with no boot or system involvement
MUTE_PINPWMI2S_MCLKPWMTFT_DCPWMTFT_CSPWMTFT_MOSIPWMTFT_CLKPWMI2C_SDAPWMI2S_DOUTPWMI2S_SDINPWMI2S_SCLKPWMI2C_SCLPWM

Freely assignable - no strapping, flash, USB or JTAG duties. Ideal first picks for buttons, sensors and LEDs.

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
TFT_MISOGPIO0Must be pulled high (default) or low (to enter UART download mode) at reset. Using it for other functions can interfere with boot mode configuration.Strapping
TS_IRQGPIO3Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.Strapping
SCLMTDO (GPIO40)Default JTAG TDO output for debugging. Using it as GPIO will interfere with JTAG debugging functionality.Other
SDAMTDI (GPIO41)Default JTAG TDI input for debugging. Should be reserved for JTAG or left unused if JTAG is to remain available.Other
TXU0TXD (GPIO43)Used for bootloader output and UART console logs. If repurposed, you will lose the default serial output (and programming via UART0).Other
RXU0RXD (GPIO44)Used for bootloader input (download mode via serial). If repurposed, you cannot use the default UART0 download mode for programming the chip.Other
TFT_BLGPIO45Determines flash/PSRAM power voltage (3.3 V vs 1.8 V) at boot. Must match hardware configuration; using as GPIO can upset flash supply setting.Strapping
PA_PINGPIO46Must be at a defined level during reset (with GPIO0) to select normal or download boot and UART/USB print mode. This pin is input-only (no output drive), so it should be left for its intended strapping function.Strapping

Only if you know the tricks

wired to flash or USB - expect a fight
PinLabelWhat to knowRole
A8FSPIHDConnected to external flash (data/hold signal) on most modules. Not recommended for use as GPIO, since it must remain dedicated to flash communication.Flash
SSFSPICS0Used to select the external flash chip. It is required for flash access and cannot be repurposed without losing flash connectivityFlash
MOSIFSPIDUsed 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
SCKFSPICLKDrives the flash (and PSRAM) clock. This critical signal must be reserved for memory and not used as general GPIO.Flash
MISOFSPIQUsed as a data line for flash/PSRAM transfers. Not available for other uses when flash/PSRAM is connected.Flash
A13FSPIWPConnected to external flash (data/write-protect signal). Not recommended as GPIO because it’s reserved for flash operations.Flash
I2S_LRCKSPICLK_PUsed only on variants with Octal SPI interface (e.g. ESP32-S3R16V) as part of the differential clock pair. On such chips it operates at 1.8 V and is reserved for the high-speed octal SPI clock, not for general GPIO use.Flash
TFT_RSTSPICLK_NUsed only on variants with Octal SPI interface, as the negative leg of the differential clock&. On such chips it operates at 1.8 V; it should be avoided for GPIO to prevent conflicts with the octal flash/PSRAM clock.Flash
These are recommendations, not hard rules - with the right pull-ups, timing and boot-state awareness most pins can be made to work. When in doubt, start green.
Pinout notes The ESP32-S3-BOX-3 breaks out 31 pins in total: 27 GPIO for your project. For peripherals, I²C is mapped to SDA on GPIO41 and SCL on GPIO40; the SPI bus ( MOSI…

The ESP32-S3-BOX-3 breaks out 31 pins in total: 27 GPIO for your project.

For peripherals, I²C is mapped to SDA on GPIO41 and SCL on GPIO40; the SPI bus (MOSI, MISO, SCK, SS) is broken out in full; TX/RX on GPIO43 and GPIO44 cover serial logging and flashing.

On the analog side there are 6 ADC-capable pins for sensors and battery monitoring and 6 capacitive-touch inputs.

If you want zero surprises, MUTE_PIN, I2S_MCLK, TFT_DC, TFT_CS and 7 more are free of any such role - the safest first picks. 8 of the exposed pins carry boot-time or system duties on the ESP32-S3 (TFT_MISO, TS_IRQ, SCL and 5 more).

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Native USB - no driver, no serial chip. Not detected? Hold BOOT while plugging in.
2
Flash with your tool
Arduino IDE, PlatformIO, ESPHome or esptool - copy the settings on the right.
3
Verify it runs
The blink example uses GPIO1 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Esp32 S3 Box
USB CDC On Boot:  Enabled
Flash Size:       16MB · DIO
Upload Speed:     921600

// blink
pinMode(1, OUTPUT);
digitalWrite(1, LOW);   // on (often inverted)
platformio.ini Copy
[env:esp32s3box]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32-s3-devkitc-1
  variant: esp32s3box
  framework:
    type: esp-idf

# blink - GPIO1
output:
  - platform: gpio
    pin: 1
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
shell Copy
esptool.py --chip esp32s3 --port /dev/ttyACM0 \
  write_flash 0x0 firmware.bin
Build details: sketch space 1310720 B · data 327680 B · DIO

Specifications

ESP32-S3
Compute
MCU
ESP32-S3
Clock
240 MHz
SRAM · Flash
512 KB · 16MB · 8MB (OPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
5.0 LE
Antenna
PCB
I/O
GPIO · ADC
27 · 6
UART · I²C · SPI
3 · 2 · 4
PWM
8 channels
Power
USB
USB-C
Serial
Native (CDC)
Boot address
0x0
Display
Screen
LCD · 2.4" · 320x240
Driver
ILI9341
Touch
GT911
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · QIO
Sketch · Data
1.25 MB · 320 KB
The ESP32-S3-BOX-3 uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with QIO boot mode. The maximum sketch size is 1.25 MB with 320 KB available for data.

About this board

At its core is the ESP32-S3 - a dual-core Xtensa with vector extensions suited to AI workloads.

Expect to pay about $49.95 - above the ~$30 typical for ESP32-S3 boards.

27 GPIO are broken out - more than most ESP32-S3 boards, so the pin budget is rarely the constraint.

Onboard you'll find 8MB (OPI) PSRAM, an LCD 2.4" 320x240 display with touch, a microphone (Dual mic array), a speaker, an audio codec (ES8311) and an ICM-42670-P IMU.

It flashes over native USB - no serial-converter driver needed, which isn't a given among ESP32-S3 boards.

  • Current model is the ESP32-S3-BOX-3 (ILI9341 display, GT911 touch, ICM-42670-P 6-axis IMU, ES7210 mic ADC); the original BOX and BOX-Lite are end-of-life
  • microSD lives on the bundled ESP32-S3-BOX-3-SENSOR dock accessory, not the main unit
  • Detachable dock with a high-density PCIe-style expansion connector; ESP32-S3-WROOM-1 N16R8 (16MB flash + 8MB octal PSRAM)

Where to buy

prices are typical street prices
ESP32-S3-BOX-3
ESP32-S3-BOX-3
$49.95per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards