Skip to main content
ESPBoards
No
No
N/A

ESP32-S3 Super Mini Development Board Pinout and Technical Specifications

Code name: ESP32S3_DEV

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


πŸ”— Quick Links

ESP32-S3 Super Mini imageESP32-S3 Super Mini imageESP32-S3 Super Mini imageESP32-S3 Super Mini image

πŸ›’ Price

Normally, the ESP32-S3 Super Mini costs around 5$ per Pcs.
The prices are subject to change. Check current price:
Amazon com
Amazon de logo
Aliexpress logo

πŸ“ ESP32-S3 Super Mini Description

πŸš€ The ESP32-S3 SuperMini is a compact and powerful IoT development board based on the Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip. Featuring a dual-core Xtensa LX7 processor running up to 240 MHz, it delivers impressive performance for your embedded projects. ⚑

πŸ“‘ For seamless wireless connectivity, it supports WiFi 802.11b/g/n and Bluetooth 5 (LE), making it ideal for IoT applications. Just like the ESP32-C3 SuperMini, this board includes a built-in PCB antenna, ensuring reliable signal strength without requiring an external antenna.

πŸ’Ύ Equipped with 512 KB SRAM and 4 MB flash memory, there's plenty of space for your firmware and applications. Its ultra-compact design (22.52 x 18 mm) makes it easy to embed into small projects

πŸ“Ÿ ESP32-S3 Super Mini Case / Enclosure

ESP32-S3 Super Mini technical

Looking for a case to finish up your project with ESP32-S3 Super Mini? Check our πŸ›’ Etsy Store.

We offer a variety of enclosures for the ESP32 S3 Super Mini, available in different colors and configurations – with or without header pins, and more! You can also choose between a hexagon-patterned lid for improved heat dispersion ❄️ or a solid lid for a sleek finish.

On our πŸ›’ Etsy Store, you can find cases for different ESP32 development boards, the ESP32 boards with senors, screens, etc. The stock is always filling up! πŸ“¦

Need a custom case? βœ‰οΈ Contact Us on Etsy Store or our Contact Form

πŸ“Š ESP32-S3 Super Mini Specs

Below you can find the specifications of ESP32-S3 Super Mini, such as features, connectivity options, and ESP32-S3 Super Mini technical specs.

✨ Features

  • Ultra-small size: 22.52 x 18 mm
  • Ultra-low power consumption: deep sleep power consumption of about 43ΞΌA
  • Onboard WS2812 RGB LED for programmable multi-color status indication
  • Dual-core Xtensa LX7 CPU running at up to 240 MHz
  • 512 KB SRAM, 384 KB ROM built-in, with 4 MB Flash
  • Secure encryption features: AES-128/256, RSA, HMAC, digital signatures, and secure startup
  • 11 digital IO pins
  • 22 external interrupt pins
  • 6 analog input pins
  • 11 PWM pins

πŸ›°οΈ Connectivity

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

πŸ“ Technical specs

Microcontrolleresp32s3
Clock Speed240 MHz
Flash size4MB
Architecturextensa

πŸ”Œ ESP32-S3 Super Mini Pinout

The ESP32-S3 Super Mini pinout is designed for maximum functionality in a compact package. The board provides essential power pins like 5V, 3.3V, and GND for stable power delivery.

It includes communication interfaces such as RX and TX for UART, SDA and SCL for I2C, and MISO, MOSI, SCK, and SS for SPI, ensuring seamless integration with peripherals.

For analog input, the ESP32-S3 Super Mini offers ADC pins labeled A0 to A5, making it suitable for sensor data acquisition. Additionally, it features an onboard WS2812 RGB LED, which allows programmable multi-color status indications for enhanced user feedback.

⚠️ 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. Below is a list of pins to avoid or use with caution, categorized for clarity:

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
IO13FSPIQUsed as a data line for flash/PSRAM transfers. Not available for other uses when flash/PSRAM is connected.⚑ Flash
IO14FSPIWPConnected to external flash (data/write-protect signal). Not recommended as GPIO because it’s reserved for flash operations.⚑ Flash
IO33FSPIHDOn chips/modules with integrated flash, this IO is wired to the flash hold pin internally. It cannot be reassigned to GPIO without breaking flash access.⚑ Flash
IO34FSPICS0Wired to the chip select of the internal flash in flash-equipped variants. It must remain low during flash operation, so it’s not available for other use.⚑ Flash
IO35FSPID / PSRAM_D0In modules with octal PSRAM, this pin is connected to the PSRAM data line. It is reserved for memory interface and not free for general GPIO when flash/PSRAM is present.⚑ Flash
IO36FSPICLK / PSRAM_CLKIn modules with octal PSRAM, this pin drives the PSRAM clock. It must be dedicated to the memory interface, not used as a regular GPIO when that interface is in use.⚑ Flash
IO37FSPIQ / PSRAM_DQSIn modules with octal PSRAM, this pin is connected to the PSRAM’s DQS signal. It cannot be repurposed without disrupting the PSRAM/flash communication.⚑ Flash
IO38FSPIWPOn flash-equipped chips, this pin is tied to the flash’s WP# (or D3) line. It should be avoided for other use, as it’s needed for flash operations.⚑ Flash
IO39MTCK (GPIO39)Default JTAG debugging TCK pin. If JTAG is needed, this pin must be free; it may also be used internally for PSRAM chip select on certain modules, so avoid repurposing it.πŸͺ› Other
IO40MTDO (GPIO40)Default JTAG TDO output for debugging. Using it as GPIO will interfere with JTAG debugging functionality.πŸͺ› Other
IO41MTDI (GPIO41)Default JTAG TDI input for debugging. Should be reserved for JTAG or left unused if JTAG is to remain available.πŸͺ› Other
IO45GPIO45Determines 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
IO46GPIO46Must 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
IO47SPICLK_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
IO48SPICLK_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

πŸ“Œ Key Takeaway:

βœ… Pins Safe 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
  • πŸ”Ή IO21

Unlike restricted pins, these GPIOs are not tied to essential system functions like πŸ› οΈ bootstrapping, πŸ”Œ USB communication, πŸ”— JTAG debugging, or ⚑ SPI flash memory, making them the best choices for custom applications and general use.

Why Are These Pins Safe?
  • Not involved in bootstrapping β†’ These GPIOs do not affect the device’s boot mode or system startup.
  • Not linked to flash memory or PSRAM β†’ They won’t interfere with storage or memory access.
  • Not dedicated to USB or JTAG β†’ They remain free for general use without affecting debugging or programming.
  • No special hardware connections β†’ Unlike some pins that are internally wired to system functions, these remain freely assignable.

πŸ—ΊοΈ ESP32-S3 Super Mini External Pins Mapping Functions

Below you can find the ESP32-S3 Super Mini pinout. This development board provides 11 digital IO pins, out of which 22 can be used as an external interrupt pins , 6 as analog input pins and 11 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 for peripherals
4TXTXTXTX
5RXRXRXRX
6IO1GP1BIDIRECTIONALGPIO, ADC Pin
7IO2GP2BIDIRECTIONALGPIO, ADC pin
8IO3GP3BIDIRECTIONALGPIO, ADC pin
9IO4GP4BIDIRECTIONALGPIO, ADC pin
10IO5GP5BIDIRECTIONALGPIO, ADC pin
11IO6GP6BIDIRECTIONALGPIO, ADC pin
12IO7GP7BIDIRECTIONALGPIO, ADC pin
13IO8GP8BIDIRECTIONALGPIO, ADC pin
14IO9GP9BIDIRECTIONALGPIO, ADC pin
15IO10GP10BIDIRECTIONALGPIO, ADC pin
16IO11GP11BIDIRECTIONALGPIO, ADC pin
17IO12GP12BIDIRECTIONALGPIO, ADC pin
18IO13GP13BIDIRECTIONALGPIO, ADC pin
19IO14GP14BIDIRECTIONALGPIO, ADC pin
20IO15GP15BIDIRECTIONALGPIO, ADC pin
21IO16GP16BIDIRECTIONALGPIO, ADC pin
22IO17GP17BIDIRECTIONALGPIO
23IO18GP18BIDIRECTIONALGPIO
24IO21GP21BIDIRECTIONALGPIO
25IO33GP33BIDIRECTIONALGPIO
26IO34GP34BIDIRECTIONALGPIO
27IO35GP35BIDIRECTIONALGPIO
28IO36GP36BIDIRECTIONALGPIO
29IO37GP37BIDIRECTIONALGPIO
30IO38GP38BIDIRECTIONALGPIO
31IO39GP39BIDIRECTIONALGPIO
32IO40GP40BIDIRECTIONALGPIO
33IO41GP41BIDIRECTIONALGPIO
34IO45GP45BIDIRECTIONALGPIO
35IO46GP46BIDIRECTIONALGPIO
36IO47GP47BIDIRECTIONALGPIO
37IO48GP48BIDIRECTIONALGPIO
Function - Pin Function
ESP Pin - Pin on ESP32
Input/Output - Input or Output Pin
Description - Pin Description

πŸ—ΊοΈ ESP32-S3 Super Mini Pins Mapping Arduino IDE

Below you can find the ESP32-S3 Super Mini pinout. This development board provides 11 digital IO pins, out of which 22 can be used as an external interrupt pins , 6 as analog input pins and 11 pins have Pulse-Width Modulation (PWM) .

PinAnalogTouchPWMOther
0A0
1A1
2A2
3A3
4A4SCK
5A5MISO
6MOSI
7SS
8WS2812_RGB SDA
9SCL
20RX
21TX
Analog - Analog input pins
Touch - Touch pins
Function - Function pins
RX / TX - Receive (RX) / Transmit (TX)
LED_BUILTIN - Built-in LED
PWM - Pulse-Width Modulation

πŸ› οΈ Default Tools

Bootloader toolesptool_py
Uploader toolesptool_py
Network uploader toolesp_ota
Bootloader address0x0
Flash modeqio
Boot modeqio
PSRAM type
Maximum upload size
1280 Kb
(1310720 B)
Maximum data size
320 Kb
(327680 B)

The ESP32-S3 Super Mini 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 Super Mini development board by default is qio and qio respectively.