ESP32-DevKitC Core Board

ESP32-DevKitC Core Board (38-Pin)
1. SoC: ESP32 (WiFi + Bluetooth)
2. GPIO Pins: 38
3. Connector: USB Type-C
4. Material: ABS + Metal
5. Color: Purple

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

450,00 EGP

19 People watching this product now!

Payment Methods:

Description

This is a 38-pin ESP32-DevKitC-style development/expansion board built around the ESP32 WiFi + Bluetooth SoC, giving access to 38 GPIO pins for connecting sensors, displays, and other peripherals. The wide pin count is aimed at projects that need to expand well beyond a basic ESP32 module, without daughter-boarding extra breakout headers.

The board uses a USB Type-C connector for programming and power, a modern, reversible alternative to older micro-USB ESP32 boards. Its housing/body combines ABS plastic and metal, and it’s finished in a distinctive purple color.

Features:
1. Based on the ESP32 WiFi + Bluetooth SoC
2. 38 GPIO pins for extensive sensor/peripheral expansion
3. USB Type-C connector for programming and power
4. ABS + metal construction
5. Distinctive purple finish
6. Suited to projects needing wide peripheral connectivity

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
ESP32(program directly, no wiring needed)connect via its own USB port
📟
ESP32-DevKitC Core Board
1 Example • C/C++ | Boards: ESP32
ESP32-DevKitC Core Board - ESP32
📄 File: esp32-devkitc_core_board_-_esp32.inoESP32
435 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5#include <WiFi.h>
6
7const char* ssid = "YOUR_WIFI_SSID";
8const char* password = "YOUR_WIFI_PASSWORD";
9
10void setup() {
11 Serial.begin(115200);
12 WiFi.begin(ssid, password);
13 Serial.print("Connecting");
14 while (WiFi.status() != WL_CONNECTED) {
15 delay(500);
16 Serial.print(".");
17 }
18 Serial.print("\nConnected, IP: ");
19 Serial.println(WiFi.localIP());
20}
21
22void loop() {
23}
This is a standalone ESP32 development board, not a peripheral you wire to another board - you program it directly (it IS the "board"). Shown here: a basic WiFi-connect sketch you'd upload to it.

Specification

Specification

WeightWeight10 g
Dimensions5,5 × 2,8 × 1,2 cm
SoCESP32 (WiFi + Bluetooth)
GPIO Pin Count38
USB ConnectorType-C
Body MaterialABS + Metal
ColorPurple
Board TypeDevKitC-style core/expansion board

Customer Reviews