ESP32 Development Board CH9102X WiFi+Bluetooth

  1. Ultra-low-power management.
  2. 4 MB Flash.
  3. Current: 80 mA.
  4. Supply Voltage: 3.0 V ~ 3.6 V.
  5. Data Rate: 150 Mbps.
  6. Frequency: 2.4 GHz.

Apple Shopping Event

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

Original price was: 400,00 EGP.Current price is: 350,00 EGP.

16 People watching this product now!

Payment Methods:

Description

ESP32 comes in the nodemcu structure we are familiar with, but it also offers bluetooth support.
Exciting for IOT applications, this ESP-WROOM-32 model has internal antenna, RF balun, power amplifier, low-noise amplifier, filters and power management unit.
It has 2.4 GHz dual-mode Wi-Fi and TSMC 40nm low power technology Bluetooth chips.

Specifications:

  • High price/performance ratio.
  • Suitable for embedded projects with its small dimensions
  • It is quite powerful with LWIP protocol support and Freertos.
  • Supports AP,STA and AP+STA modes
  • Lua program supports

 
Steps:

  •     Download and install the Arduino IDE.
  •     Open https://github.com/espressif/arduino-esp32, install according to the explanation in the installation part.
  •     Install the CP2102 driver for the serial communication chip.
  •     Install the product on your computer with a USB micro cable.
  •     Copy the test program below to the arduino IDE.
  •     Select ESP32 Dev Module from Tools/Boards
  •     Select the port where you plug the ESP32 into.
  •     Press the BOOT button on the ESP32. Upload it on the Arduino IDE. It takes about 15 seconds. It is recommended to keep the BOOT button pressed during this time.
  •     Open the serial terminal and select baud 9600 (normally 9600)
  •     It will type the word Hello every second.

Useful Links:

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
ESP32(program directly, no wiring needed)connect via its own USB port
📟
ESP32 Development Board CH9102X WiFi+Bluetooth
1 Example • C/C++ | Boards: ESP32
ESP32 Development Board CH9102X WiFi+Bluetooth - ESP32
📄 File: esp32_development_board_ch9102x_wifi+bluetooth_-_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.

نظرة عامة ومواصفات المنتج — بالعربية

ESP32 Development Board CH9102X WiFi+Bluetooth متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم ESP WiFi Module وIoT and Wireless، بسعر 350,00 EGP. كود المنتج لدينا: EK338. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.

أهم المواصفات الفنية:

  • Processor: Two Low-Power Xtensa 32-bit LX6 Microprocessors
  • Operating Voltage V: 3.0V – 3.6V
  • Operating Current Ma: 80
  • Clock Frequency Mhz: 80 ~ 240
  • Flash Memory Mb: 4
  • Data Rate Mbps: 150
  • Sram Memory Kb: 520
  • الوزن: 35 g

هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.

تصفّح المزيد من ESP WiFi Module في إكوسترا.

Specification

Specification

WeightWeight35,0000 g
Dimensions28 × 45 × 14 cm
processorTwo Low-Power Xtensa 32-bit LX6 Microprocessors
operating-voltage-v3.0V – 3.6V
operating-current-ma80
clock-frequency-mhz80 ~ 240
flash-memory-mb4
data-rate-mbps150
sram-memory-kb520

Customer Reviews