Introducción
This manual provides detailed instructions for the setup, operation, and maintenance of your diymore ESP32 Display Development Board. This board integrates an ESP32 module with a 2.8-inch LCD touch display, offering WiFi, Bluetooth, and extensive IoT connectivity for various development projects.
Producto terminadoview
The diymore ESP32 Display Development Board is a versatile module designed for embedded systems and IoT applications. It features a 2.8-inch color LCD with a resolution of 240x320 pixels and touch functionality. The board includes a TYPE-C connector for easy programming and power supply, a Micro-TF card slot for memory expansion, and support for external speakers and lithium batteries.
Características principales:
- Integrated ESP32 module with WiFi and Bluetooth (BLE) connectivity.
- 2.8-inch 240x320 pixel color LCD touch display.
- TYPE-C USB port for power and data transfer.
- Micro-TF card slot for expandable storage.
- Support for external speakers and audio playback.
- Three-color RGB indicator for status display.
- External lithium battery support with integrated charging management.
- Multiple interface support: UART, SPI, I2C, PWM, ADC, DAC.
- Built-in flash memory, LwIP, and FreeRTOS.
- Compatibility with various development environments: Arduino IDE, MicroPython, Scratch 3.0, Espressif IDF, PlatformIO.
- Supports LVGL GUI and Human-Machine Interface (HMI) development.
Identificación de componentes:
Refer to the diagram below for the location and function of key components on the development board.

- ESP32-WROOM-32 module: The core processing unit.
- Pantalla LCD de 2.8": The primary visual output and touch input interface.
- Ranura para tarjeta micro SD: Para expansión de memoria externa.
- TIPO-C: USB port for power and programming.
- Botón de reinicio: Resets the ESP32 module.
- Botón de arranque: Used for entering bootloader mode for flashing firmware.
- Interfaz de batería de litio: Connector for an external 3.7V lithium polymer battery.
- UART serial port: Para comunicación en serie.
- Interfaz de bocina: Para conectar un altavoz externo.
- Color: Three-color LED indicator.
- SPI peripheral interface: For connecting SPI devices.
- Extended pins: General purpose input/output (GPIO) pins for connecting other modules and sensors.
Presupuesto
| Parámetro | Valor |
|---|---|
| Vol de funcionamientotage | 5.0 V |
| Backlight Current | 75 mA |
| ESP32 Reset Current | 40 mA |
| Display Only Operating Current | 130 mA |
| Total Operating Current (Display, Speaker, Battery Charge) | 480 mA |
| Power Consumption (Display Only) | 0.65 W |
| Lithium Battery Charging Voltage Rango | 4.2 - 6.5 V |
| Lithium Battery Charging Current (Module Effective) | 290 mA (Max: 500 mA) |
| Recommended External Battery | 3.7 V Lithium Polymer Battery |
| Procesador | LX6 Dual-Core |
| Tamaño de la pantalla | 2.8 pulgadas |
| Resolución de pantalla | 240 x 320 píxeles |
| Conectividad | 2.4 GHz Wi-Fi, Bluetooth (BLE) |
| Peso del artículo | 90 gramos |
| Número de pieza del fabricante | AM03-FBBA0066-004 |


Configuración
- Fuente de alimentación: Connect the development board to a 5V power source using the provided TYPE-C USB cable. You can connect it to a computer's USB port or a compatible USB power adapter.
- Instalación del controlador: Depending on your operating system, you may need to install USB-to-serial drivers (e.g., CP210x or CH340G drivers) for your computer to recognize the ESP32 board. Refer to the ESP32 documentation for specific driver requirements.
- Configuración del entorno de desarrollo:
- Install your preferred Integrated Development Environment (IDE), such as Arduino IDE, PlatformIO, or Espressif IDF.
- Configure the IDE to support ESP32 development boards. This typically involves installing the ESP32 board package.
- For graphical user interface (GUI) development, consider setting up LVGL.
- Carga inicial del programa:
- Connect the board to your computer via the TYPE-C USB cable.
- Select the correct board and COM port in your IDE.
- Write or load your program code.
- Compile the code and upload it to the ESP32 board. Ensure the correct board and port are selected.
- If the upload fails, try holding down the BOOT button while pressing and releasing the RESET button, then release BOOT, and attempt the upload again.
- Micro-TF Card (Optional): Insert a Micro-TF card into the designated slot for additional storage if your application requires it.
- Altavoz externo (opcional): Connect an external speaker to the Horn interface if audio output is needed.
- Batería externa (opcional): For portable applications, connect a 3.7V lithium polymer battery to the lithium battery interface. The board includes a charging management circuit.

Instrucciones de funcionamiento
- Operación básica: Once powered, the display will activate according to the loaded firmware. If no program is loaded, it may show a default boot screen or remain blank.
- Interacción con pantalla táctil: Use the included stylus or your finger to interact with the touch display. The responsiveness and functionality depend on the application programmed onto the ESP32.
- Programming and Firmware Upload:
- Connect the board to your computer via the TYPE-C USB port.
- Open your chosen IDE (e.g., Arduino IDE).
- Write or load your program code.
- Compile the code and upload it to the ESP32 board. Ensure the correct board and port are selected.
- If the upload fails, try holding down the BOOT button while pressing and releasing the RESET button, then release BOOT, and attempt the upload again.
- Aplicaciones de IoT:
- Utilize the integrated WiFi and Bluetooth for remote monitoring, control, and data exchange.
- Develop applications for remote data query, environmental monitoring, and parameter adjustment via mobile apps or web interfaces.
- Reproducción de audio: If an external speaker is connected, the ESP32 can be programmed to play audio files or generate sounds.
- Indicador RGB: Observe the three-color RGB LED for status indications as defined by your custom firmware.


Mantenimiento
- Limpieza: Keep the board and display clean. Use a soft, dry cloth to wipe the screen. Avoid abrasive cleaners or solvents.
- Almacenamiento: Store the development board in a dry, anti-static environment when not in use. Avoid extreme temperatures and humidity.
- Manejo: Handle the board by its edges to avoid touching sensitive electronic components. Static electricity can damage the board.
- Actualizaciones de firmware: Regularly check for updated firmware or library versions for the ESP32 and display drivers to ensure optimal performance and access to new features.
- Cuidado de la batería (si corresponde): If using an external lithium battery, follow standard battery safety guidelines. Do not overcharge or deep discharge the battery.
Solución de problemas
- Problem: Board not recognized by computer.
- Solución: Ensure USB-to-serial drivers are correctly installed. Try a different USB cable or port. Verify the cable is a data cable, not just a charging cable.
- Problem: Firmware upload fails.
- Solución:
- Check if the correct board and COM port are selected in your IDE.
- Try holding the BOOT button, then pressing and releasing RESET, then releasing BOOT before initiating the upload.
- Asegúrese de que ninguna otra aplicación esté utilizando el puerto serie.
- Verifique que su código se compile sin errores.
- Problem: Display is blank or shows garbled output.
- Solución:
- Confirm the display is properly connected to the board (if detachable).
- Check your code for correct display initialization and drawing commands.
- Asegúrese de que el suministro de energía sea estable y suficiente.
- Problem: Touch screen is unresponsive or inaccurate.
- Solución:
- Calibrate the touch screen if your firmware supports it.
- Ensure the touch screen drivers are correctly implemented in your code.
- Clean the display surface for any obstructions.
- Problem: WiFi or Bluetooth connectivity issues.
- Solución:
- Verify your network credentials (SSID, password) are correct in your code.
- Asegúrese de que la antena (si es externa) esté conectada correctamente.
- Compruebe si hay interferencias de otros dispositivos de 2.4 GHz.
- Update ESP32 core libraries in your IDE.
Garantía y soporte
For warranty information and technical support, please refer to the official diymore webSitio web o contacte a su vendedor. Conserve el recibo de compra como comprobante para cualquier reclamación de garantía.
Online resources and community forums for ESP32 development are also available for additional assistance and project ideas.