Espressif ESP32-S3-DevKitM-1

Compact ESP32-S3 board with rich peripheral support - ideal for secure, low-power wireless development.

2× Micro-USB Native USB
Espressif ESP32-S3-DevKitM-1 board
62.74 × 25.4 mm
ESP32-S3
MCU
240MHz
clock
8MB
flash
512KB
SRAM
39· 20 ADC
GPIO
BLE 5.0+ WiFi
radio
On this page

Espressif ESP32-S3-DevKitM-1 Pinout

44 pins · 2.54 mm pitch
Espressif ESP32-S3-DevKitM-1 pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
1-3V33.3Vpower-3.3V regulated output
20IO0strappingpwmBOOT button
31IO1A1T1safeadc · touch · pwmADC1_CH0; RTC
42IO2A2T2safeadc · touch · pwmADC1_CH1; RTC
53IO3A3T3strappingadc · touch · pwmADC1_CH2; RTC
64IO4A4T4safeadc · touch · pwmADC1_CH3; RTC
75IO5A5T5safeadc · touch · pwmADC1_CH4; RTC
86IO6A6T6safeadc · touch · pwmADC1_CH5; RTC
97IO7A7T7safeadc · touch · pwmADC1_CH6; RTC
108IO8A8T8safeadc · touch · pwmADC1_CH7; RTC
119IO9A9T9strappingadc · touch · spi · pwmADC1_CH8; RTC; FSPIHD
1210IO10A10T10SSstrappingadc · touch · spi · pwmADC1_CH9; RTC; FSPICS0
1311IO11A11T11MOSIstrappingadc · touch · spi · pwmADC2_CH0; RTC; FSPID
1412IO12A12T12SCKstrappingadc · touch · spi · pwmADC2_CH1; RTC; FSPICLK
1513IO13A13T13MISOstrappingadc · touch · spi · pwmADC2_CH2; RTC; FSPIQ
1614IO14A14T14strappingadc · touch · spi · pwmADC2_CH3; RTC; FSPIWP
1715IO15A15uartadc · uart · pwmADC2_CH4; RTC; U0RTS; XTAL_32K_P
1816IO16A16uartadc · uart · pwmADC2_CH5; RTC; U0CTS; XTAL_32K_N
1917IO17A17uartadc · uart · pwmADC2_CH6; RTC; U1TXD
2018IO18A18uartadc · uart · pwmADC2_CH7; RTC; U1RXD
21-5Vpower-5V input (from USB) / output
22-GNDground-Ground
23-GNDground-Ground
24-RSTENcontrol-Chip reset (active low)
2546IO46strappingpwmLOG output
2645IO45strappingspi · pwmVSPI
2744IO44RXuartuart · pwmUART0 RX
2843IO43TXuartuart · pwmUART0 TX
2942IO42MTMSstrappingpwmJTAG MTMS
3041IO41MTDIstrappingpwmJTAG MTDI
3140IO40MTDOstrappingpwmJTAG MTDO
3239IO39MTCKstrappingpwmJTAG MTCK
3338IO38safespi · pwmFSPIWP
3437IO37safespi · pwmSPIDQS; FSPIQ
3536IO36safespi · pwmSPIIO7; FSPICLK
3635IO35safespi · pwmSPIIO6; FSPID
3734IO34safespi · pwmSPIIO5; FSPICS0
3833IO33safespi · pwmSPIIO4; FSPIHD
3926IO26safespi · pwmSPICS1
4021IO21safepwmRTC GPIO
4120IO20A20uartadc · uart · pwmUSB D+ (native USB Serial/JTAG); ADC2_CH9; RTC; U1CTS
4219IO19A19uartadc · uart · pwmUSB D- (native USB Serial/JTAG); ADC2_CH8; RTC; U1RTS
4348IO48strappingspi · pwmOnboard RGB LED; SPICLK_N
4447IO47strappingspi · pwmSPICLK_P
39 GPIOs broken out 19 free · 18 need care · 2 to avoid

Start with these

19 pins with no boot or system involvement
IO1IO2IO4IO5IO6IO7IO8IO15IO16IO17IO18IO38IO37IO36IO35IO34IO33IO26IO21

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

Fine - with a little care

18 pins · 12 things to know
IO0 Bootstrapping pin (Chip boot mode selection) Strapping

Must be pulled high (default) or low (to enter UART download mode) at reset. Using it for other functions can interfere with boot mode configuration.

IO3 Bootstrapping pin (controls JTAG signal source) Strapping

Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.

IO9IO10IO11IO12IO13IO14 General-purpose SPI2 (FSPI) IO MUX pins Other

IO MUX pin of the general-purpose SPI2 (FSPI) bus, not of the in-package flash - that sits on GPIO26-32. The datasheet lists it as a priority-2 pin ("can be freely used without restrictions"), so it is only taken if your board wires flash, an SD card or a display to FSPI.

  • IO9General-purpose SPI2 (FSPI) IO MUX pin - hold/data line (FSPIHD)
  • IO10General-purpose SPI2 (FSPI) IO MUX pin - chip select (FSPICS0)
  • IO11General-purpose SPI2 (FSPI) IO MUX pin - data in (FSPID)
  • IO12General-purpose SPI2 (FSPI) IO MUX pin - clock (FSPICLK)
  • IO13General-purpose SPI2 (FSPI) IO MUX pin - data out (FSPIQ)
  • IO14General-purpose SPI2 (FSPI) IO MUX pin - write-protect/data line (FSPIWP)
IO46 Bootstrapping pin (used with GPIO0 for boot mode; controls ROM log output) Strapping

Must 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.

IO45 Bootstrapping pin (selects VDD_SPI flash voltage) Strapping

Determines 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.

IO44 UART0 receive pin (U0RXD), default serial console RX UART

Used for bootloader input (download mode via serial). If repurposed, you cannot use the default UART0 download mode for programming the chip.

IO43 UART0 transmit pin (U0TXD), default serial console TX UART

Used for bootloader output and UART console logs. If repurposed, you will lose the default serial output (and programming via UART0).

IO42 JTAG test mode select pin (MTMS) JTAG

Default JTAG TMS signal for debugging. Using this pin for other purposes will disable the JTAG interface (unless JTAG is rerouted to USB).

IO41 JTAG test data in pin (MTDI) JTAG

Default JTAG TDI input for debugging. Should be reserved for JTAG or left unused if JTAG is to remain available.

IO40 JTAG test data out pin (MTDO) JTAG

Default JTAG TDO output for debugging. Using it as GPIO will interfere with JTAG debugging functionality.

IO39 JTAG test clock (MTCK); IO MUX alternates CLK_OUT3 and SUBSPICS1 (chip select on the alternative SUBSPI memory bus, unused on standard modules) JTAG

Default JTAG TCK - keep it free if you debug over JTAG. It is not a flash or PSRAM line on standard modules: those sit on GPIO26-37.

IO48IO47 Octal SPI differential clock legs (SPICLK_P/N_DIFF), used only by the 1.8 V octal flash/PSRAM variants Other

Only the 1.8 V octal parts (ESP32-S3R8V, ESP32-S3R16V) run the differential memory clock here, and on those the pin works at 1.8 V instead of 3.3 V. On the common 3.3 V modules it is a normal GPIO - several devkits drive their RGB LED from GPIO48.

  • IO48Octal SPI differential clock negative leg (SPICLK_N_DIFF), used only by the 1.8 V octal flash/PSRAM variants
  • IO47Octal SPI differential clock positive leg (SPICLK_P_DIFF), used only by the 1.8 V octal flash/PSRAM variants

Only if you know the tricks

2 pins · 1 thing to know
IO20IO19 USB OTG differential data pair (D- and D+) USB

By default connected to the on-chip USB Serial/JTAG controller. Using it as general GPIO without reconfiguring IO MUX will interfere with USB functionality.

  • IO20USB OTG positive differential data line (USB_D+)
  • IO19USB OTG negative differential data line (USB_D-)
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.

The Espressif ESP32-S3-DevKitM-1 pinout brings out 44 pins at a 2.54 mm pitch - 39 usable GPIO alongside the 3V3, 5V and GND power rails.

Peripheral wiring is straightforward: the SPI bus (MOSI, MISO, SCK, SS) is broken out in full, while TX/RX on GPIO43 and GPIO44 cover serial logging and flashing.

Beyond plain digital I/O you get 20 ADC-capable pins for sensors and battery monitoring, PWM on every GPIO and 14 capacitive-touch inputs.

18 of the exposed pins carry boot-time or system duties on the ESP32-S3 (IO0, IO3, IO9 and 15 more) - check the guidance above before wiring anything to them. IO1, IO2, IO4, IO5 and 15 more are free of any such role - the safest first picks.

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Native USB - shows up as a port right away, no driver needed. Not detected? Hold BOOT while plugging in.
2
Match & flash
Set the Tools options shown, then click Upload.
3
Verify it runs
GPIO1 toggles - wire an LED and resistor to it, or change the pin to your board's own LED.
Set these in Tools · leave everything else at default
Arduino IDE 2.x - Tools Copy
Board: "ESP32S3 Dev Module"▸
USB CDC On Boot: "Enabled"▸
Flash Size: "8MB (64Mb)"▸
Flash Mode: "DIO"▸
Partition Scheme: "8M with spiffs (3MB APP/1.5MB SPIFFS)" (default)▸
Upload Speed: "921600"▸
▸ every other Tools option - leave at default
Board: ESP32S3 Dev Module
USB CDC On Boot: Enabled
Flash Size: 8MB (64Mb)
Flash Mode: DIO
Partition Scheme: 8M with spiffs (3MB APP/1.5MB SPIFFS)
Upload Speed: 921600
Find it: Tools ▸ Board ▸ ESP32 Arduino ▸ ESP32S3 Dev Module
blink.ino Copy
// toggle GPIO1 - wire an LED and resistor to it
void setup() {
  pinMode(1, OUTPUT);
}
void loop() {
  digitalWrite(1, HIGH); delay(500);
  digitalWrite(1, LOW);  delay(500);
}
board to selectesp32-s3-devkitc-1⧉ copy
platformio.ini Copy
[env:esp32-s3-devkitm-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
Find it: PlatformIO Home ▸ Boards, search esp32-s3-devkitc-1 - or type it after board =.
board to selectesp32-s3-devkitc-1⧉ copy
device.yaml Copy
esp32:
  board: esp32-s3-devkitc-1
  variant: esp32s3
  framework:
    type: esp-idf

# blink - GPIO1
output:
  - platform: gpio
    pin: 1
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
Find it: search ESPHome's board list for esp32-s3-devkitc-1 (same ids as PlatformIO).
esptool doesn't pick board settings - a prebuilt .bin already has them baked in. This is just the raw flash command.
terminal Copy
esptool.py --chip esp32s3 --port /dev/ttyACM0 \
  --baud 921600 write_flash 0x0 firmware.bin
--port = your /dev/tty* (macOS/Linux) or COMx (Windows).
Build details: sketch space 8388608 B · data 327680 B · DIO

Specifications

ESP32-S3 · 62.74 × 25.4 mm · vs other ESP32 chips →
Compute
MCU
ESP32-S3
Clock
240 MHz
SRAM · Flash
512 KB · 8MB
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
5.0 LE
Antenna
PCB
I/O
GPIO · ADC
39 · 20
UART · I²C · SPI
3 · 2 · 2
PWM
8 channels
Power
USB
Micro-USB (UART) · Micro-USB (native)
Serial
CP2102N
Boot address
0x0
Electrical
Input
5V USB · 5V pin · 3.3V pin
Consumption
-
Regulator
-
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · DIO
Sketch · Data
8 MB · 320 KB

Dimensions

25.4 mm62.74 mm
62.74 × 25.4 mm · pin pitch 2.54 mm
The Espressif ESP32-S3-DevKitM-1 uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with DIO boot mode. The maximum sketch size is 8 MB with 320 KB available for data.

About this board

Inside sits the ESP32-S3 - a dual-core Xtensa with vector extensions suited to AI workloads.

At $15.00 it's cheaper than most ESP32-S3 boards, which usually run around $29.

With 39 GPIO broken out, you get more pins to play with than most ESP32-S3 boards offer.

Around the module: an addressable RGB LED (GPIO48) and Boot/Reset buttons.

Where to buy

prices are typical street prices
Espressif ESP32-S3-DevKitM-1
Espressif ESP32-S3-DevKitM-1
$15.00per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards