ESP32-S3-WROOM-1
The main SoC module containing the ESP32-S3 chip with integrated antenna
The ESP32-S3-DevKitC-1 is an entry-level development board from Espressif, equipped with the ESP32-S3-WROOM-1 module. The N16R8 variant includes 16MB of Flash and 8MB of PSRAM, making it ideal for applications requiring significant memory.

ESP32-S3-WROOM-1
The main SoC module containing the ESP32-S3 chip with integrated antenna
CP2102N USB-UART
Silicon Labs USB-to-UART bridge for programming and serial communication
SGM2212 LDO
3.3V voltage regulator for stable power supply
SK68XXMINI-HS RGB LED
WS2812-compatible addressable RGB LED
The DevKitC-1 features two Micro-USB ports with distinct functions:
| Port | IC | Function |
|---|---|---|
| USB (J4) | Native ESP32-S3 | USB-OTG, USB-Serial/JTAG, USB-HID |
| UART (J2) | CP2102N | Traditional serial programming/debug |
The board includes an auto-programming circuit that automatically handles the Boot/Reset sequence:
| DTR | RTS | EN | IO0 | Mode |
|---|---|---|---|---|
| 1 | 1 | 1 | 1 | Normal operation |
| 0 | 0 | 1 | 1 | Normal operation |
| 1 | 0 | 0 | 1 | Reset (EN low) |
| 0 | 1 | 1 | 0 | Download (Boot pressed) |
The N16R8 variant provides substantial memory resources:
| Memory Type | Size | Interface | Speed |
|---|---|---|---|
| Internal SRAM | 512 KB | - | CPU speed |
| Flash | 16 MB | Quad SPI (QIO) | Up to 80 MHz |
| PSRAM | 8 MB | Octal SPI (OPI) | Up to 80 MHz |
The board can be powered through multiple sources:
| Button | GPIO | Function |
|---|---|---|
| BOOT | GPIO0 | Hold during reset for download mode |
| RST | CHIP_PU | System reset |
| LED | GPIO/Location | Function |
|---|---|---|
| RGB | GPIO38 (V1.1) / GPIO48 (V1.0) | User-programmable addressable LED |
| PWR | Near LDO | Power indicator (always on when powered) |