1. Introducció
The DIYmall ESP32-S3-DevKitC-1 N16R8 is an entry-level development board designed for Wi-Fi and Bluetooth LE applications. It features the ESP32-S3-WROOM-1 module, which integrates comprehensive Wi-Fi and Bluetooth LE functionalities. This version is equipped with 16MB Flash memory and 8MB PSRAM, making it suitable for a wide range of Internet of Things (IoT) and smart home projects.
The board's core is an ESP32-S3 series System-on-Chip (SoC), an Xtensa 32-bit LX7 CPU operating at up to 240 MHz. It includes a low-power co-processor for efficient monitoring of peripherals. The ESP32-S3 integrates various peripherals such as SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/JTAG controller, MCPWM, SDIO host, GDMA, TWAI controller, ADC, touch sensor, temperature sensor, timers, watchdogs, and up to 45 GPIOs. It also features a full-speed USB 1.1 On-The-Go (OTG) interface for USB communication.
2. Contingut del paquet
Cada paquet conté els articles següents:
- 2 x ESP32-S3-DevKitC-1-N16R8 Development Board
3. Característiques clau
- Integrated ESP32-S3-WROOM-1 Module: General-purpose Wi-Fi + Bluetooth LE MCU module.
- Memòria: 16MB Flash and 8MB PSRAM.
- Processador: Xtensa 32-bit LX7 dual-core CPU, up to 240 MHz.
- Connectivitat: Wi-Fi (2.4 GHz, 802.11 b/g/n), Bluetooth LE (5.0 Mesh).
- Perifèrics: SPI, LCD, Camera interface, UART, I2C, I2S, remote control, pulse counter, LED PWM, USB Serial/JTAG controller, MCPWM, SDIO host, GDMA, TWAI controller, ADC, touch sensor, temperature sensor, timers, watchdogs.
- GPIOs: Up to 45 general-purpose input/output pins.
- Interfícies USB: Debug UART/USB port and a separate native USB port (USB 1.1 On-The-Go).
- Opcions d'energia: USB-to-UART Port, ESP32-S3 USB Port, 5V and G (GND) pins, or 3v3 and G (GND) pins.
4. Configuració
The ESP32-S3-DevKitC-1 board typically comes with header pins unassembled. Users will need to solder the provided header pins onto the board to access the I/O pins. This allows for easy interfacing with peripherals using jumper wires or mounting the board on a breadboard.
Soldering Header Pins:
- Ensure you have a soldering iron, solder, and appropriate safety gear.
- Align the header pins with the through-holes on both sides of the development board.
- Carefully solder each pin to secure the headers to the board.
Once the headers are soldered, the board can be connected to a computer via one of the USB ports for power and programming.
5. Instruccions de funcionament
The ESP32-S3-DevKitC-1 is primarily designed for development using the ESP-IDF (Espressif IoT Development Framework). As of the time of writing, official Arduino or CircuitPython support for this specific development board may be limited or require community-contributed packages.
Programming the Board:
- Using ESP-IDF: Install the ESP-IDF development environment on your computer. Connect the board via the USB-to-UART port or the native ESP32-S3 USB port. Use the ESP-IDF tools to compile and flash your applications to the chip.
- Mode de descàrrega de firmware: To enter Firmware Download mode, press and hold the Arrencada botó i, a continuació, premeu Restableix botó. Allibera el Restableix botó i, a continuació, deixeu anar Arrencada button. This prepares the board for flashing new firmware via the serial port.
- Depuració: The board includes a debug UART/USB port and a separate native USB port, allowing for simultaneous uploading, debugging, and USB communication.
6. Opcions de font d'alimentació
The ESP32-S3-DevKitC-1 offers three mutually exclusive methods for power input:
- USB-to-UART Port and ESP32-S3 USB Port: Either one or both USB ports can be used to supply power. This is the recommended default power supply method.
- 5V and G (GND) Pins: Connect a 5V power source to the 5V pin and ground to the G (GND) pin.
- 3v3 and G (GND) Pins: Connect a 3.3V power source to the 3v3 pin and ground to the G (GND) pin.
7. Component Overview
The image below illustrates the main components and their locations on the ESP32-S3-DevKitC-1 development board.

Figure 1: ESP32-S3-DevKitC-1 Component Layout
Els components clau inclouen:
- ESP32-S3-WROOM-1: The main Wi-Fi + Bluetooth LE MCU module.
- 5V to 3.3V LDO: Power regulator converting 5V input to 3.3V output.
- Pin Headers: Breakout pins for most I/O pins.
- USB-to-UART Port (Type-C): Used for power, flashing, and communication.
- Native ESP32-S3 USB Port (Type-C): Full-speed USB 1.1 OTG interface for communication and JTAG depuració.
- Botó d'arrencada: Used to enter Firmware Download mode.
- Botó de restabliment: Reinicia el tauler.
- LED RGB: LED RGB adreçable, impulsat per GPIO48.
- 3.3V Power On LED: Indicates when the USB power is connected.
8. Diagrama de fixació
The following diagram details the pin assignments and functions for the ESP32-S3-DevKitC-1 board.

Figure 2: ESP32-S3-DevKitC-1 Pinout
Refer to this diagram for connecting external components and understanding the available GPIOs, communication interfaces (UART, I2C, SPI), and power pins.
9. Dimensions
The physical dimensions of the ESP32-S3-DevKitC-1 board are provided in the diagram below.

Figure 3: ESP32-S3-DevKitC-1 Dimensions
The board measures approximately 62.74mm in length and 25.40mm in width, with standard 2.54mm pin spacing, making it compatible with breadboards.
10. Manteniment
To ensure the longevity and proper functioning of your ESP32-S3-DevKitC-1 development board, follow these maintenance guidelines:
- Manejar amb cura: Avoid dropping the board or subjecting it to physical stress.
- Descàrrega estàtica: Always handle the board in an anti-static environment to prevent damage from electrostatic discharge.
- Neteja: Keep the board free from dust, dirt, and moisture. Use a soft, dry brush or compressed air for cleaning.
- Emmagatzematge: Store the board in a dry, cool place, away from direct sunlight and extreme temperatures.
- Font d'alimentació: Always use a stable and appropriate power supply within the specified voltage gamma.
11. Solució De Problemes
If you encounter issues with your ESP32-S3-DevKitC-1 board, consider the following troubleshooting steps:
- Placa no detectada: Ensure USB cables are securely connected. Try a different USB port or cable. Verify that the necessary USB drivers are installed on your computer.
- Flashing Errors: Confirm the board is in Firmware Download mode (hold Boot, press Reset, release Reset, release Boot). Check your development environment settings (e.g., correct COM port, board selection). Ensure you are using ESP-IDF, as Arduino/CircuitPython support may be experimental or require specific configurations.
- Problemes d'alimentació: Check the power source. If using external 5V or 3.3V, ensure correct voltage and polarity. The 3.3V Power On LED should illuminate when power is supplied via USB.
- Code Not Running: Verify that your code has been successfully flashed to the board. Check for any runtime errors in the serial monitor output. Ensure your code is compatible with the ESP32-S3 architecture and its peripherals.
- Mal funcionament perifèric: Double-check your wiring connections to external components. Verify that the correct GPIOs are being used and configured in your code.
12. Especificacions
| Característica | Detall |
|---|---|
| Marca | DIYmall |
| Nom del model | ESP32-S3-DevKitC-1 |
| Processador | Xtensa 32-bit LX7 dual-core CPU |
| Velocitat de la CPU | Fins a 240 MHz |
| Memòria Flash | 16 MB |
| PSRAM | 8 MB |
| Tecnologia de connectivitat | USB, Wi-Fi, Bluetooth |
| Compatibilitat sense fils | Wi-Fi (802.11 b/g/n), Bluetooth LE |
| Suport del sistema operatiu | ESP-IDF (Espressif IoT Development Framework) |
| Ports USB | 2 (USB-to-UART, Native ESP32-S3 USB) |
| Nombre d'articles | 2 (Development Boards) |
13. Garantia i Suport
The product comes with a manufacturer's warranty. For specific warranty details, please refer to the documentation provided with your purchase or contact DIYmall customer support.
An installation manual in PDF format is available for additional guidance:
For further technical assistance or inquiries, please visit the official DIYmall store or contact their support channels.




