1. Introdução
This manual provides detailed instructions for the waveshare ESP32-S3 2.8inch Display Development Board. This board is a microcontroller development platform featuring a 2.4GHz WiFi and Bluetooth BLE 5 module, integrated Flash and PSRAM, and a 2.8-inch IPS LCD. It is designed for rapid development of Human-Machine Interface (HMI) and other ESP32-S3 applications.

Figura 1: Overview of the ESP32-S3 2.8inch Display Development Board and its core features.
2. Recursos do Produto
- Equipped with high-performance Xtensa 32-bit LX7 dual-core processor, operating up to 240MHz.
- Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5 (LE) with an onboard antenna.
- Possui 512 KB de SRAM e 384 KB de ROM integrados, com 16 MB de Flash e 8 MB de PSRAM também integrados.
- Features a 2.8-inch IPS LCD display with 240x320 resolution and 262K colors.
- Optional capacitive 5-point touch function controlled via I2C interface, with interrupt support.
- Adapts UART, I2C, and various GPIO interfaces, integrating a full-speed USB port.
- Includes an onboard speaker, QMI8658 6-axis sensor, RTC sensor, TF card slot, and battery recharge management module.
- Supports flexible clock and multiple power modes for low power consumption.
3. Onboard Components
The following diagram and list identify the key components on the ESP32-S3 2.8inch Display Development Board.

Figure 2: Labeled components of the ESP32-S3 2.8inch Display Development Board.
- ESP32-S3R8
- Dual-core processor, up to 240MHz operating frequency
- 16 MB de Flash
- QST attitude sensor
- QMI8658 (6-axis IMU includes a 3-axis gyroscope and a 3-axis accelerometer)
- Antena de cerâmica a bordo
- 1.5A MP54F-WR
- GPIO expander chip
- Chip RTC
- PCF85063 RTC chip
- MP1603GTF-Z
- Power module, 2A current (MAX)
- Battery recharge manager
- Campainha
- Slot para cartão TF
- On the back side of the PCB
- Botão BOOT
- Botão RESET
- IPEX1 connector (Switching to use external antenna via resoldering the resistor)
- 2*12PIN 2.54mm pin header
- RTC battery header (for connecting rechargeable RTC battery)
- Conector de bateria MX1.25
- MX1.25 2PIN connector, for 3.7V Lithium battery, supports charging and discharging
- UART header
- Indicador de carga
- Porta USB Tipo C
- Indicador de energia
- I2C header (connecting with internal chip, only supports the I2C peripherals and cannot be mapped to other functions)
- Battery power supply control button
4. Especificações técnicas
Below are the general and LCD-specific technical specifications for the development board.
Especificações gerais:
| Parâmetro | Valor |
|---|---|
| Dimensões da embalagem | 3.35 x 2.83 x 0.67 polegadas |
| Peso do item | 1.76 onças |
| Velocidade da CPU | 240 MHz |
| Tamanho da memória RAM instalada | 512 KB |
| Capacidade de armazenamento de memória | 24 MB (16MB Flash + 8MB PSRAM) |
Parâmetros do LCD:

Figure 3: Detailed LCD parameters for the display panel.
| Parâmetro | Valor | Parâmetro | Valor |
|---|---|---|---|
| Painel de exibição | LCD IPS | Tamanho da tela | 2.8 polegadas |
| Resolução | 240 × 320 | Cores de exibição | 262 mil |
| Interface de comunicação | SPI + RGB | Motorista IC | ST7701 |
| Tocar | Supported (Touch Version Only) | Toque IC | GT911 (Touch Version Only) |
Dimensões do esboço:

Figure 4: Outline dimensions of the development board in millimeters.
5. Guia de configuração
Follow these steps to set up your ESP32-S3 2.8inch Display Development Board:
- Descompacte: Carefully remove the development board and included accessories from the packaging.
- Conexão de energia: Connect the board to a 5V power source using the USB Type-C port. Alternatively, connect a 3.7V Lithium battery to the MX1.25 2PIN connector for portable operation.
- Inicialização: Observe the power indicator LED to confirm the board is receiving power.
- Computer Connection (for development): Connect the USB Type-C port to your computer using a compatible USB cable. This will allow for programming and serial communication.
- Instalação do driver: Ensure necessary USB-to-serial drivers are installed on your computer if the board is not recognized automatically.
6. Instruções de operação
The ESP32-S3 board is designed for various applications, from simple embedded systems to complex HMI projects.
Operação básica:
- Ligar/desligar: Use the USB power or battery connection. The board powers on automatically when connected.
- Interação de exibição: If you have the touch version, interact with the display using finger gestures. For non-touch versions, display output is for visual feedback only.
- Programação: Upload firmware to the ESP32-S3 using a compatible IDE (e.g., Arduino IDE, ESP-IDF) via the USB Type-C port.
- Botão de reinicialização: Press the RESET button to restart the ESP32-S3 microcontroller.
- Botão BOOT: Hold the BOOT button while pressing and releasing the RESET button to enter bootloader mode for firmware uploading.
Cenários de aplicação:

Figure 5: Potential application scenarios for the development board.
- Human-machine Interface (HMI): Develop interactive user interfaces for various devices, leveraging the display and optional touch functionality.
- Desenvolvimento de GUI em LVGL: Utilize the LVGL graphics library for creating rich graphical user interfaces with low memory requirements.
- IoT Applications: Integrate with WiFi and Bluetooth for connected devices, data logging, and remote control.
- Sensor Data Visualization: Display data from onboard or external sensors (e.g., QMI8658 6-axis sensor) directly on the LCD.
7. Connectivity and Interfaces
The board offers a variety of interfaces for communication and expansion.

Figure 6: Pinout diagram for various peripheral interfaces.
- USB Tipo C: Used for power supply, programming, and serial communication with a host computer.
- Pinos GPIO: General Purpose Input/Output pins are available via the 2*12PIN header for connecting external sensors, actuators, and other modules. Refer to the pinout diagram for specific pin assignments.
- UART Header: Dedicated pins for Universal Asynchronous Receiver-Transmitter communication (RXD, TXD).
- I2C Header: Pins for Inter-Integrated Circuit communication (SDA, SCL), primarily for internal chip peripherals.
- Wi-Fi e Bluetooth: Integrated 2.4GHz Wi-Fi and Bluetooth 5 (LE) for wireless connectivity. An onboard ceramic antenna is provided, with an option for an external antenna via the IPEX1 connector (requires resistor resoldering).
- Slot para cartão TF: For external storage, allowing for data logging or storing display assets.
8. Ambiente de desenvolvimento
The ESP32-S3 board supports popular development environments for ease of programming.

Figura 7: Ambientes de desenvolvimento suportados.
- ESP-IDF: The Espressif IoT Development Framework is the official development framework for ESP32 series chips. It provides a comprehensive SDK and tools, supporting IDEs like Eclipse and VSCode.
- IDE do Arduino: A popular open-source electronic prototyping platform that offers a convenient and flexible environment for developing with ESP32 boards.
Refer to the waveshare product wiki or Espressif documentation for detailed guides on setting up these environments and programming the ESP32-S3.
9. Manutenção
Proper maintenance ensures the longevity and reliable operation of your development board.
- Limpeza: Keep the board clean and free from dust and debris. Use a soft, dry brush or compressed air. Avoid liquid cleaners.
- Manuseio: Handle the board by its edges to avoid touching components, especially the display surface. Static electricity can damage electronic components; use anti-static precautions when handling.
- Armazenar: Guarde a placa em um ambiente seco e fresco, longe da luz solar direta e de temperaturas extremas. Utilize sacos antiestáticos caso precise armazená-la por longos períodos.
- Gerenciamento de energia: Always disconnect power before making physical changes to the board or connecting/disconnecting peripherals.
10. Solução De Problemas
If you encounter issues with your ESP32-S3 2.8inch Display Development Board, consider the following:
- A placa não liga:
- Verify the USB cable is securely connected and functional.
- Ensure the power source (USB port or battery) is providing adequate power (5V for USB, 3.7V for battery).
- Check the power indicator LED on the board.
- Tela não funciona:
- Confirm the display ribbon cable is properly seated and secured.
- Ensure your firmware includes the correct display initialization code and drivers.
- Check for any physical damage to the display or its connector.
- Erros de programação:
- Verifique se a placa e a porta corretas estão selecionadas em sua IDE.
- Ensure USB-to-serial drivers are correctly installed.
- Try holding the BOOT button while pressing and releasing RESET to enter bootloader mode before uploading.
- Check for syntax errors or missing libraries in your code.
- Problemas de conectividade Wi-Fi/Bluetooth:
- Confirm the antenna is properly connected (if using external).
- Verify Wi-Fi credentials and network availability.
- Ensure your code correctly initializes and uses the Wi-Fi/Bluetooth modules.
11. Garantia e Suporte
For warranty information, technical support, or further assistance, please refer to the official waveshare website or contact their customer service directly. Product documentation, examples, and community forums are often available on the manufacturer's support pages.





