ESP32 38Pin MICRO

2.4GHz Dual-Mode WiFi + Bluetooth Development Board, 38PIN
2. Ultra-Low power consumption works perfectly with the IDE
3. Support LWIP protocol, Freertos
4. Support Three Modes: AP, STA, and AP+STA
5. ESP 32 is safe, reliable, and scalable to a variety of applications

Apple Shopping Event

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

420,00 EGP

12 People watching this product now!

Payment Methods:

Description

ESP-WROOM-32 ESP32 ESP-32S Development Board 2.4GHz Dual-Mode WiFi + Bluetooth Dual Cores Microcontroller. The ESP32 is integrated with Antenna switches, RF Balun, power amplifiers, low-noise amplifiers, filters, and management modules, and the entire solution occupies the least area of PCB. 2.4 GHz Wi-Fi plus Bluetooth dual-mode chip, with TSMC Ultra-low power consumption 40nm technology, power dissipation performance, and RF performance is the best, safe and reliable, easy to extend to a variety of applications.


Features: 

  1. High performance-price ratio
  2. Small volume, easily embedded to other products
  3. Strong function with support LWIP protocol, Freertos
  4. Supporting three modes: AP, STA, and AP+STA
  5. Supporting Lua program, easily to develope

Package Includes:

1 x ESP32 38Pin Development Board

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
ESP32(program directly, no wiring needed)connect via its own USB port
📟
ESP32 38Pin MICRO
1 Example • C/C++ | Boards: ESP32
ESP32 38Pin MICRO - ESP32
📄 File: esp32_38pin_micro_-_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

WeightWeight12,0000 g
Dimensions5,5 × 2,8 × 1,2 cm
wifi2.4GHz Dual-Mode
support-three-modesAP, STA, and AP+STA
protocol-supportLWIP,Freertos
power-consumption-wattLow

Customer Reviews