Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.
The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.
The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.
ESP32-DevKitC development board, ESP32-WROOM-32D, 38P
Ideal for prototyping and rapid development of IoT projects, the board with the ESP32-WROOM-32D module offers WiFi and Bluetooth connectivity, programming and power supply via Type-C with integrated CP2102, easy access to pins through side headers and breadboard compatibility, while the EN and BOOT buttons simplify resetting and firmware uploading.
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
We ship from our stock within 24H
You earn points with every order, worth 5%.
ESP32-DevKitC development board, based on the ESP32 module from Espressif, primarily designed for IoT application development, featuring WiFi and Bluetooth capabilities. This board provides easy access to most I/O pins via side headers, allowing quick connection of various peripherals or mounting on a breadboard.
The board is equipped with the ESP32-WROOM-32D module.
It features a Type C interface used for both power supply and programming through an integrated Silabs CP2102 USB-UART bridge. Dedicated buttons for reset (EN) and boot facilitate firmware uploading to the microcontroller.

Specifications:
Microcontroller: ESP32-WROOM-32D, compatible
Connectivity: Wi-Fi 802.11 b/g/n, Bluetooth (4.2 and BLE)
Programming interface: USB Type-C (shown as MicroUSB in the picture, old version)
USB-UART speed: up to 3 Mbps
I/O pins: most ESP32 pins are exposed on side headers
Number of pins: 38
Power supply: via Type-C port, 5V/GND pins or 3.3V/GND pins (only one at a time!)
Buttons: EN (Reset), BOOT (programming mode)
Power LED: lights up when the board is powered
Breadboard compatibility: yes
Distance between pin rows: 25mm
Pin spacing: 2.54mm
Dimensions: 54.5 x 28mm
Pinout:

First row:
| No. | Pin Name | Type | Main Function |
|---|---|---|---|
| 1 | 3V3 | Power | 3.3V Power Supply |
| 2 | EN | Input | Reset (CHIP_PU) |
| 3 | VP | Input | GPIO36, ADC1_CH0 |
| 4 | VN | Input | GPIO39, ADC1_CH3 |
| 5 | IO34 | Input | GPIO34, ADC1_CH6 |
| 6 | IO35 | Input | GPIO35, ADC1_CH7 |
| 7 | IO32 | I/O | GPIO32, ADC1_CH4, Touch 9 |
| 8 | IO33 | I/O | GPIO33, ADC1_CH5, Touch 8 |
| 9 | IO25 | I/O | GPIO25, ADC1_CH8, DAC1 |
| 10 | IO26 | I/O | GPIO26, ADC2_CH9, DAC2 |
| 11 | IO27 | I/O | GPIO27, ADC2_CH7, Touch 7 |
| 12 | IO14 | I/O | GPIO14, ADC2_CH6, Touch 6, MTMS |
| 13 | IO12 | I/O | GPIO12, ADC2_CH5, Touch 5, MTDI |
| 14 | GND | GND | Ground |
| 15 | IO13 | I/O | GPIO13, ADC2_CH4, Touch 4, MTCK |
| 16 | D2 | I/O | GPIO9, used internally (avoid use) |
| 17 | D3 | I/O | GPIO10, used internally (avoid use) |
| 18 | CMD | I/O | GPIO11, used internally (avoid use) |
| 19 | 5V | Power | 5V Power Supply |
Second row:
| No. | Pin Name | Type | Main Function |
|---|---|---|---|
| 1 | GND | GND | Ground |
| 2 | IO23 | I/O | GPIO23 |
| 3 | IO22 | I/O | GPIO22 |
| 4 | TX | I/O | GPIO1, UART TX |
| 5 | RX | I/O | GPIO3, UART RX |
| 6 | IO21 | I/O | GPIO21 |
| 7 | GND | GND | Ground |
| 8 | IO19 | I/O | GPIO19 |
| 9 | IO18 | I/O | GPIO18 |
| 10 | IO5 | I/O | GPIO5 |
| 11 | IO17 | I/O | GPIO17* (only for WROOM/SOLO-1 modules) |
| 12 | IO16 | I/O | GPIO16* (only for WROOM/SOLO-1 modules) |
| 13 | IO4 | I/O | GPIO4, ADC2_CH0, Touch 0 |
| 14 | IO0 | I/O | GPIO0, ADC2_CH1, Touch 1, Boot |
| 15 | IO2 | I/O | GPIO2, ADC2_CH2, Touch 2 |
| 16 | IO15 | I/O | GPIO15, ADC2_CH3, Touch 3, MTDO |
| 17 | D1 | I/O | GPIO8, used internally (avoid use) |
| 18 | D0 | I/O | GPIO7, used internally (avoid use) |
| 19 | CLK | I/O | GPIO6, used internally (avoid use) |
Note:
Pins D0–D3, CMD, and CLK are used for communication with the internal SPI flash memory. Using them may lead to instability and should be avoided.
Normally, the board comes without capacitor C15. If the board remains in Download mode or there are problems with the GPIO0 signal, this capacitor is the cause. Check for its presence, located immediately next to the BOOT button, and remove it.
Usage
Hold down the BOOT button while connecting the board to the PC.
Connect the board to the PC using a USB A - Type-C cable. You can release the BOOT button.
Make sure to power the board using only ONE of the available options: Type-C, 5V/GND, or 3.3V/GND.
If programming the board with Arduino IDE, add this URL in File > Preferences, in the Additional Boards Manager URLs field: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Multiple URLs can be separated by commas.
Install the ESP32 board by going to Tools > Board > Boards Manager and search for "ESP32". Select "esp32 by Espressif Systems" and click Install.
Select the board and port in Tools > Board, and choose ESP32 Dev Module or ESP32 DevKitC.
In Tools > Port, select the serial port where the board is connected (e.g., COM3).
Write and upload the program, for example:
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("ESP32 serial test!");
delay(1000);
}
Press Upload (right arrow).
If the upload does not start, it means the board is not in Boot Mode. Repeat the first step by disconnecting, holding down the BOOT button while connecting the board to the PC.
Open Serial Monitor from Tools > Serial Monitor.
Make sure the baud rate is set to 115200.
Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.
Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.
Avertismente generale de siguranta:
Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.
Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.
Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.
Nu lasati produsul alimentat nesupravegheat in timpul testelor.
Produsul nu este jucarie si nu este destinat copiilor.
Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.
Identificare produs:
Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.
Producator / Importator / Distribuitor:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Website: www.sigmanortec.ro
Persoana responsabila in UE:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Documentatie si siguranta:
Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].