microS2

Tiny ESP32-S2 board with USB-C and low power - great for portable, secure IoT projects and embedded prototypes.

Micro-USB Native USB
microS2 board
31 × 18 mm
ESP32-S2
MCU
240MHz
clock
16MB
flash
320KB
SRAM
29· 20 ADC
GPIO
Wi-Fi
radio
On this page

microS2 Pinout

29 pins · 2.54 mm pitch
PinGPIOLabelsStatusCapabilitiesNotes
10BUTTON_BUILTINstrapping-
21A0T1PWMsafeadc · touch
32A1T2PWMsafeadc · touch
43A2T3PWMsafeadc · touch
54A3T4PWMsafeadc · touch
65A4T5PWMsafeadc · touch
76A5T6PWMsafeadc · touch
87A6T7PWMsafeadc · touch
98SDAA7T8PWMsafeadc · touch · i2c
109SCLA8T9PWMstrappingadc · touch · i2c
1110A9T10PWMstrappingadc · touch
1211A10T11PWMstrappingadc · touch
1312A11T12PWMstrappingadc · touch
1413A12T13PWMstrappingadc · touch
1514A13T14PWMstrappingadc · touch
1615A14PWMstrappingadc
1716A15PWMstrappingadc
1817A16DAC1PWMsafeadc · dac
1918A17DAC2PWMsafeadc · dac
2019A18PWMuartadc
2120A19PWMuartadc
2221LED_BUILTINPWMsafe-
2333PIXEL_BUILTINPWMsafe-
2434SSPWMsafespi
2535MOSISDOPWMsafespi
2636SCKPWMsafespi
2737MISOSDIPWMsafespi
2843TXPWMuartuart
2944RXPWMuartuart
29 GPIOs broken out 18 free · 9 need care · 2 to avoid

Start with these

18 pins with no boot or system involvement
A0GPIO1A1GPIO2A2GPIO3A3GPIO4A4GPIO5A5GPIO6A6GPIO7SDAGPIO8A16GPIO17A17GPIO18LED_BUILTINGPIO21PIXEL_BUILTINGPIO33SSGPIO34MOSIGPIO35SCKGPIO36MISOGPIO37TXGPIO43RXGPIO44

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

Fine - with a little care

9 pins · 4 things to know
BUTTON_BUILTINGPIO0 Bootstrapping pin; selects boot mode (SPI Boot vs UART Download). Strapping

Must be pulled high for normal boot; pulling low at reset enters bootloader (download mode). Also serves as SPI flash data-in (SPID) line when using external flash memory.

SCLGPIO9A9GPIO10A10GPIO11A11GPIO12A12GPIO13A13GPIO14 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 does not restrict it, so it is only taken if your board wires flash, an SD card or a display to FSPI.

  • SCLGeneral-purpose SPI2 (FSPI) IO MUX pin - hold/data line (FSPIHD)
  • A9General-purpose SPI2 (FSPI) IO MUX pin - chip select (FSPICS0)
  • A10General-purpose SPI2 (FSPI) IO MUX pin - data in (FSPID)
  • A11General-purpose SPI2 (FSPI) IO MUX pin - clock (FSPICLK)
  • A12General-purpose SPI2 (FSPI) IO MUX pin - data out (FSPIQ)
  • A13General-purpose SPI2 (FSPI) IO MUX pin - write-protect/data line (FSPIWP)
A14GPIO15 32.768 kHz RTC crystal oscillator positive input (XTAL_32K_P); also functions as GPIO15 (U0RTS, ADC2_CH4). Other

If an external 32 kHz crystal is used for RTC, this pin is dedicated to the crystal and cannot be used as GPIO.

A15GPIO16 32.768 kHz RTC crystal negative input (XTAL_32K_N); also GPIO16 (U0CTS, ADC2_CH5). Other

If using an external 32 kHz crystal, this pin is connected to the crystal and should not be used as general I/O.

Only if you know the tricks

2 pins · 2 things to know
A18GPIO19 USB OTG D- line (full-speed USB data -); also available as GPIO19/RTC_GPIO19 and ADC2 channel 8. USB

Used for USB communication; using this pin as general GPIO can interfere with USB functionality.

A19GPIO20 USB OTG D+ line (full-speed USB data +); also serves as GPIO20/RTC_GPIO20 and ADC2 channel 9. USB

Dedicated to USB interface; repurposing as GPIO may disrupt USB connectivity.

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.

All 29 pins on the microS2 are usable GPIO, spaced at the standard 2.54 mm pitch.

Peripheral wiring is straightforward: I²C is mapped to SDA on GPIO8 and SCL on GPIO9; the SPI bus (MOSI, MISO, SCK, SS) is broken out in full; 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, 14 capacitive-touch inputs and 2 true DAC outputs.

9 of the exposed pins carry boot-time or system duties on the ESP32-S2 (BUTTON_BUILTIN, SCL, A9 and 6 more) - check the guidance above before wiring anything to them. A0, A1, A2, A3 and 14 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: "ESP32S2 Dev Module"▸
USB CDC On Boot: "Enabled"▸
Flash Size: "16MB (128Mb)"▸
Flash Mode: "DIO"▸
PSRAM: "QSPI PSRAM"▸
Partition Scheme: "16M Flash (3MB APP/9.9MB FATFS)" (default)▸
Upload Speed: "921600"▸
▸ every other Tools option - leave at default
Board: ESP32S2 Dev Module
USB CDC On Boot: Enabled
Flash Size: 16MB (128Mb)
Flash Mode: DIO
PSRAM: QSPI PSRAM
Partition Scheme: 16M Flash (3MB APP/9.9MB FATFS)
Upload Speed: 921600
Find it: Tools ▸ Board ▸ ESP32 Arduino ▸ ESP32S2 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-s2-saola-1⧉ copy
platformio.ini Copy
[env:micros2]
platform = espressif32
board = esp32-s2-saola-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
board_build.arduino.memory_type = qio_qspi
build_flags = -DBOARD_HAS_PSRAM
Find it: PlatformIO Home ▸ Boards, search esp32-s2-saola-1 - or type it after board =.
board to selectesp32-s2-saola-1⧉ copy
device.yaml Copy
esp32:
  board: esp32-s2-saola-1
  variant: esp32s2
  framework:
    type: esp-idf
psram:
  mode: quad
  speed: 80MHz

# 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-s2-saola-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 esp32s2 --port /dev/ttyACM0 \
  --baud 921600 write_flash 0x1000 firmware.bin
--port = your /dev/tty* (macOS/Linux) or COMx (Windows).
Build details: sketch space 1310720 B · data 327680 B · DIO

Specifications

ESP32-S2 · 31 × 18 mm · vs other ESP32 chips →
Compute
MCU
ESP32-S2
Clock
240 MHz
SRAM · Flash
320 KB · 16MB · 8MB (QSPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n 2.4 GHz
Bluetooth
-
Antenna
Ceramic
I/O
GPIO · ADC
29 · 20
UART · I²C · SPI
2 · 2 · 2
PWM
8 channels
Power
USB
Micro-USB
Serial
Native (CDC)
Boot address
0x1000
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · QIO
Sketch · Data
1.25 MB · 320 KB

Dimensions

18 mm31 mm
31 × 18 mm · pin pitch 2.54 mm
The microS2 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

Inside sits the ESP32-S2 - a single-core Xtensa with native USB-OTG and no Bluetooth.

Around the module: 8MB (QSPI) PSRAM, a Qwiic connector, an addressable RGB LED (GPIO33), status LEDs (Blue) and Reset/Boot buttons.

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

Resources

Similar boards