DIY NOW ESP32-WROOM-32

ESP32-WROOM-32 Development Board User Manual

Comprehensive guide for setup, operation, and maintenance of your ESP32 development board with integrated LCD.

1. Producte acabatview

The ESP32-WROOM-32 Development Board integrates an ESP32 module with either a 1.14-inch or 1.9-inch ST7789 TFT LCD display. This board provides all the functionalities of a traditional ESP32 module, including various peripheral ports, high-performance development tools, and high-definition data display capabilities. It is designed for a wide range of IoT projects, offering both Wi-Fi and Bluetooth Low Energy (BLE) connectivity.

ESP32-WROOM-32 Development Board with LCD

Figure 1: ESP32-WROOM-32 Development Board with integrated LCD.

Característiques principals:

  • Integrated ESP32 module with 1.14-inch or 1.9-inch LCD screen.
  • Supports multiple programming modes.
  • 2.4GHz Wi-Fi and Bluetooth (BT+BLE) functionality.
  • Low power consumption and high performance.
  • Multiple interfaces: UART, SPI, SDIO, I2C, PWM, I2S, IR, ADC, DAC.
  • Suitable for IoT projects, WiFi solutions, Mini cameras, Mesh networking, smart homes, and mobile IoT applications.

Vídeo del producteview

Vídeo 1: Un breu resumview of the ESP32-WROOM-32 Development Board.

2. Especificacions

Paràmetres generals:

ParàmetreValor
InterfícieTIPUS-C
VoltageUSB 5V
Xip de conductorCH340
Mida de la pantalla LCD1.14 inches / 1.9 inches (variant dependent)
Flash SPI32 Mbit per defecte
Serial Port Rate115200 bps
Interval de freqüència2412-2484 MHz
Protocol BluetoothBluetooth 4.2 BR/EDR and BLE standards
Protocol WiFi802.11 b/g/n
Forma de l'antenaOnboard PCB antenna, gain 2dBi
Interfícies suportadesUART, SPI, SDIO, I2C, PWM, I2S, IR, ADC, DAC
Dimensions63.70 mm x 31.5 mm
Temperatura de funcionament-20 ~ 70 ℃

LCD Screen Parameters (1.14-inch example):

ParàmetreValor
MaterialISP LCD
Resolució135(H)RGBx240(V)
Xip de conductorST7789V
Interfície de comunicació4 LINE SPI
Color de la pantallaTot color
Àrea de visualització14.864(H)x24.912(V)
Mida del panell17.6(H)x31.0(V)x1.6(D)
Mètode de connexióPlug-in 8Pin (0.5mm pitch FPC) or Welding 13Pin (0.7mm pitch FPC)
Viewing DireccióTotsView
Voltage3.3 V
Corrent de treball20 mA
Tipus de llum de fons1 LED
Dimensions of 1.14-inch ESP32 Development Board

Figure 2: Front and back dimensions of the 1.14-inch ESP32 Development Board. Front: 59.5mm/2.34in length, 27.4mm/1.08in width, 31.5mm/1.24in height. Positioning hole diameter: 2.00mm/0.08in.

Dimensions of 1.9-inch ESP32 Development Board

Figure 3: Front and back dimensions of the 1.9-inch ESP32 Development Board. Front: 63.70mm/2.51in length, 27.4mm/1.08in width, 31.5mm/1.24in height. Positioning hole diameter: 2.00mm/0.08in.

Detallada view of ESP32 Development Board components and interfaces

Figura 4: Detallada view of the back of the ESP32 Development Board, showing power light, GPIO2 pin indicator, battery charging interface, and Type-C interface. EN button enables reset, BOOT button for firmware download mode, USB for power/communication.

3. Configuració i configuració inicial

3.1 Connexió de maquinari

  1. Connect the ESP32 Development Board to your computer using a Type-C USB cable.
  2. Verify that the power indicator light on the board illuminates.
  3. Open your computer's Device Manager (or equivalent for your OS) and check for COM port recognition. Look for "USB-SERIAL CH340 (COMxxx)".
Device Manager showing USB-SERIAL CH340 COM port

Figure 5: Screenshot of Device Manager showing the recognized COM port for the CH340 chip.

3.2 Software Environment Setup (Ard-IDE Example)

  1. Open Ard-IDE software (version 1.8.5 or later).
  2. Navega a File -> Preferences.
  3. In the "Additional Boards Manager URLs" field, copy and paste the following URL: https://dl.espressif.com/dl/package_esp32_index.json. Click "OK".
  4. Vés a Tools -> Board -> Boards Manager....
  5. In the Boards Manager window, search for "ESP32" and install the Espressif Systems ESP32 development environment.
Ard-IDE Preferences window with ESP32 Boards Manager URL

Figure 6: Ard-IDE Preferences window, highlighting where to add the ESP32 Boards Manager URL.

Ard-IDE Boards Manager installing ESP32 development environment

Figure 7: Ard-IDE Boards Manager, showing the installation of the ESP32 development environment.

3.3 Board Parameter Configuration

  1. Restart the Ard-IDE software.
  2. Vés a Tools -> Board and select "ESP32 Wrover Module".
  3. Sota Tools -> Port, select the COM port identified in step 3.1 (e.g., COM266).
  4. Configure other board parameters as follows:
    • Core Debug Level: "None"
    • Erase All Flash Before Sketch Upload: "Disabled"
    • Flash Frequency: "80MHz"
    • Flash Mode: "QIO"
    • Partition Scheme: "Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)"
    • Upload Speed: "921600"
Ard-IDE board parameter configuration for ESP32 Wrover Module

Figure 8: Ard-IDE showing the configured board parameters for the ESP32 Wrover Module.

4. Instruccions de funcionament

4.1 Uploading Firmware (LCD Display Example)

  1. Open the "WIFI AP LCD" routine in Ard-IDE.
  2. Click the "Upload" button to compile and upload the routine to the development board.
  3. If the upload fails, press and hold the BOOT button on the board, then plug in the USB cable (while still holding BOOT), release the BOOT button, and try uploading the program again.
  4. Upon successful upload, the server will start, and the IP address 192.168.4.1 es mostrarà a la pantalla LCD.
  5. Connect to the ESP32's Wi-Fi network from your computer or mobile device, then access the displayed IP address in a web browser to configure the screen to display monochrome or pictures.
Ard-IDE uploading WIFI AP LCD routine to ESP32

Figure 9: Ard-IDE displaying the successful upload of the "WIFI AP LCD" routine.

4.2 Diagrama de pins

Refer to the following diagram for the pin assignments of the ESP32-WROOM-32 Development Board:

ESP32 Development Board Pinout Diagram

Figure 10: Detailed pinout diagram for the ESP32-WROOM-32 Development Board, showing GPIOs, power pins, and special function pins.

5. Manteniment i cura

  • Keep the development board in a dry, dust-free environment.
  • Avoid exposing the board to extreme temperatures or humidity.
  • Handle the board by its edges to prevent damage to components or static discharge.
  • Use a soft, dry cloth for cleaning. Do not use liquids or solvents.
  • Ensure proper power supply (USB 5V) to prevent damage.

6. Solució De Problemes

ProblemaCausa possibleSolució
Board not recognized by computer / "I can't get it to work."Missing or incorrect CH340 driver. Faulty USB cable or port.Install the correct CH340 driver for your operating system. Try a different USB cable or port. Ensure the board is properly connected.
La càrrega del firmware ha fallat.Board not in firmware download mode. Incorrect COM port or board settings in IDE.Manteniu premut el botó BOOT button, then plug in the USB cable, release BOOT, and try uploading again. Verify COM port and board settings in Ard-IDE (e.g., "ESP32 Wrover Module", correct COM port, upload speed).
LCD display is blank or shows incorrect output.Incorrect code uploaded. Display initialization issues.Ensure the correct LCD routine is uploaded. Double-check wiring if using external display (not applicable for integrated). Verify display parameters in code match the board's LCD.
Problemes de connexió Wi-Fi.Incorrect Wi-Fi credentials in code. Weak signal.Verify Wi-Fi SSID and password in your sketch. Ensure the board is within range of your Wi-Fi router.

7. Consells d'usuari

  • Always ensure the correct drivers (e.g., CH340) are installed on your computer before connecting the board to avoid recognition issues.
  • When encountering upload problems, remember the BOOT button sequence: hold BOOT, plug in USB, then release BOOT before attempting to upload. This often resolves common firmware flashing issues.
  • For detailed programming examples and community support, refer to the official Espressif ESP32 documentation and online forums.

8. Garantia i Suport

For technical support, troubleshooting assistance, or warranty inquiries, please contact the seller or manufacturer directly. Refer to the official product page or included documentation for specific contact information.

Podeu descarregar un manual d'usuari complet en format PDF: Descarrega el manual d'usuari (PDF).

Documents - DIY NOW – ESP32-WROOM-32
ESP32-WROOM-32 Development Board with 1.9-inch LCD, WiFi, Bluetooth
Explore the ESP32-WROOM-32 development board, featuring a 1.9-inch ST7789 TFT LCD, 2.4GHz WiFi, Bluetooth 4.2, and a CH340 USB-C interface. This versatile board is perfect for IoT projects, embedded systems, and smart home applications.
puntuació: 42 filemida: 1.9 M nombre_de_pàgines: 23 data del document: 03-03-2026