ELECROW ESP32-P4 7 Inch Touch Screen

ELECROW ESP32-P4 7-Inch HMI AI Display User Manual

Model: ESP32-P4 7 Inch Touch Screen

1. Introduzione

This manual provides detailed instructions for setting up, operating, and developing with your ELECROW ESP32-P4 7-Inch HMI AI Display. This advanced display features a powerful ESP32-P4 dual-core processor, a 7-inch IPS touch screen, and integrated AI speech interaction capabilities, making it suitable for a wide range of human-machine interface (HMI) and Internet of Things (IoT) projects.

2. Contenuto della confezione

Verifica che tutti gli articoli elencati di seguito siano inclusi nel tuo pacchetto:

  • 1x CrowPanel Advance ESP32-P4 Display - 7.0 inch
  • 1 cavo da USB-A a tipo C
  • 1x Crowtail/Grove 4pin DuPont cable
Image showing the contents of the ELECROW ESP32-P4 7-Inch HMI AI Display package, including the display unit, a USB-A to Type-C cable, and a Crowtail/Grove 4pin DuPont cable.

Figura 2.1: Contenuto della confezione

3. Caratteristiche principali

  • Powerful Dual-Core Processor: Equipped with the ESP32-P4 dual-core processor, operating up to 400MHz. The onboard ESP32-C6-MINI-1 module supports 2.4GHz Wi-Fi 6 and Bluetooth 5.3 for stable and reliable connectivity with efficient power consumption.
    Close-up image of the ESP32-P4 and ESP32-C6 chips on the display board, highlighting the dual-chip architecture.

    Figure 3.1: ESP32-P4 and ESP32-C6 Processors

  • 7-Inch HD IPS Touch Screen: Features a 7-inch IPS TFT display with 1024×600 resolution, offering a wide 178° viewing angle and high color fidelity. Supports capacitive touch for intuitive user interaction.
    Immagine che mostra l'ampio angolo di 178 gradi viewing angle of the IPS display, showing the screen clearly visible from different side angles.

    Figura 3.2: Ampio Viewing Angle IPS Display

  • AI Speech Interaction: Includes a built-in microphone and speaker, enabling intelligent voice command interaction, voice recognition, and speech synthesis for smart assistant integration.
    Image showing the display with speech bubbles indicating AI voice interaction, with a microphone icon at the center.

    Figure 3.3: AI Speech Interaction Feature

  • Sviluppo multipiattaforma: Compatible with development environments such as Arduino IDE, Espressif IDF, and PlatformIO. Supports the LVGL graphics library for diverse project needs.
    Image illustrating support for multiple development environments including Arduino IDE, Espressif IDF, and PlatformIO, with code snippets and UI elements.

    Figura 3.4: Ambienti di sviluppo supportati

  • Modular Wireless Connectivity: The ESP32-P4 screen supports the replacement of ESP32-H2, nRF2401, WiFi Halo, and LoRa wireless modules, allowing easy switching between multiple communication protocols.
    Close-up image of the display board showing a slot for a replaceable wireless module, with examples of compatible modules like ESP32-H2, nRF2401, and LoRa.

    Figure 3.5: Replaceable Wireless Module Slot

4. Hardware finitoview

The ELECROW ESP32-P4 7-Inch HMI AI Display features a comprehensive set of ports and components for versatile integration and development. Below is a diagram highlighting the key interfaces and their functions.

Detailed diagram of the ESP32-P4 HMI Display board, labeling various ports and components such as UART, I2C, LCD-TP, ESP32-P4, DSI-LCD, Wireless Module Pin Header, Power, UART0, USB2.0, UART3-IN, Boot, Reset, TF Slot, SPK-R, GPIO Pin Header, BAT, and SPK-L.

Figure 4.1: Hardware Interface Diagram

  • UART1, I2C1: Communication interfaces for external sensors and modules.
  • LCD-TP: Connector for the LCD touch panel.
  • ESP32-P4: Main dual-core processor.
  • DSI-LCD: Display Serial Interface for LCD connection.
  • Wireless Module Pin Header: For connecting replaceable wireless modules (e.g., ESP32-H2, nRF2401, LoRa).
  • ENERGIA: Ingresso alimentazione.
  • UART0, USB2.0, UART3-IN: Additional communication and data transfer ports.
  • BOOT, RESET: Buttons for system control and firmware flashing.
  • Slot TF: MicroSD card slot for local storage.
  • SPK-R, SPK-L: Connectors for right and left speakers.
  • PIPISTRELLO: Battery connector for portable applications.

5. Configurazione e funzionamento di base

Follow these steps to get your ESP32-P4 HMI AI Display up and running.

5.1 Initial Power-Up and Boot Animation

Connect the display to a power source using the provided USB-A to Type-C cable. The display will power on and show a boot animation, indicating successful initialization. The pre-loaded firmware includes several basic applications.

Video 5.1: Initial boot-up and demonstration of pre-loaded applications like music playback and the 2048 game. (0:41 - 0:58 in video)

5.2 LVGL Lighting Control Example

To demonstrate LVGL control, connect an LED module to the UART1 interface. On the display, navigate to the LED Controller application. Tapping 'LED ON' or 'LED OFF' on the screen will toggle the connected LED.

Video 5.2: Demonstration of LVGL lighting control by connecting an LED module and interacting with the on-screen controls. (1:10 - 1:16 in video)

5.3 Monitoraggio della temperatura e dell'umidità

Connect a compatible temperature and humidity sensor to the I2C1 interface. After running the appropriate code, the display will show real-time temperature and humidity data.

Video 5.3: Real-time display of temperature and humidity data from an I2C sensor connected to the display. (1:17 - 1:25 in video)

5.4 Camera Real-Time Display

If your display variant includes a camera or you connect an external camera module to the DSI-LCD interface, you can display real-time video feeds. The display provides stable and clear imaging for detection and monitoring applications.

Video 5.4: Demonstration of real-time camera feed displayed on the screen, showing clear image detection. (1:27 - 1:34 in video)

5.5 SD Card Local Music Playback

Insert a MicroSD card containing music files into the TF Slot. The display can quickly play stored music files with simple on-screen controls.

Video 5.5: Demonstration of playing local music files directly from an inserted SD card. (1:35 - 1:42 in video)

5.6 Wi-Fi Weather Acquisition

Utilize the integrated Wi-Fi module to accurately obtain local temperature, humidity, and weather information from online services. This feature enables IoT data interaction and display of environmental data.

Video 5.6: Display showing weather information, including temperature and humidity, acquired via Wi-Fi. (1:43 - 1:52 in video)

6. Ambienti di sviluppo

The ELECROW ESP32-P4 HMI AI Display supports various development environments, providing flexibility for different programming needs.

6.1 Code Compilation in VS Code with ESP-IDF

For advanced development, you can use Visual Studio Code with the Espressif IDF extension. This allows for comprehensive environment configuration, code editing, compilation, and firmware burning.

  1. Connect the display to your PC via the USB-A to Type-C cable.
  2. Open VS Code with the ESP-IDF extension installed.
  3. Configure the ESP-IDF development framework (e.g., v5.4.2) and set the UART interface parameters and corresponding port number.
  4. Compile your project and burn the firmware to the display.

Video 6.1: Step-by-step demonstration of code compilation and firmware flashing using VS Code with the ESP-IDF extension. (1:57 - 2:39 in video)

7. Specifiche

AttributoValore
MarcaELETTROCROSS
Numero di modelloESP32-P4 7 Inch Touch Screen
Dimensioni dello schermo7 pollici
Risoluzione massima dello schermo1024 x 600 pixel
Risoluzione nativa1024x600
Tipo di visualizzazioneInformazione pubblica
Viewangolo di ing178 gradi
Frequenza di aggiornamento400 MHz
Tecnologia di connettivitàWi-Fi, Bluetooth 5.3
Connettività HardwareUSB 2.0
Voltage5 Volt
Dimensioni dell'articolo (P x L x A)7.1"P x 4.1"L x 0.8"A
Peso dell'articolo0.3 chilogrammi
Dispositivi compatibiliArduino IDE, ESP-IDF, LVGL
Caratteristiche aggiuntiveAI Speech Interaction, Portable, Touchscreen

8. Risoluzione Dei Problemi

If you encounter issues with your ELECROW ESP32-P4 HMI AI Display, consider the following common troubleshooting steps:

  • Nessun potere: Ensure the USB-C cable is securely connected to both the display and a reliable 5V power source. Try a different USB cable or power adapter.
  • Il display non risponde: Perform a soft reset by pressing the RESET button on the board. If the issue persists, disconnect and reconnect the power.
  • Touchscreen che non risponde: Verify that the LCD-TP connector is properly seated. If using custom firmware, ensure touch drivers are correctly initialized.
  • Problemi di connettività (Wi-Fi/Bluetooth): Check your network settings and ensure the ESP32-C6 module is functioning correctly. For custom wireless modules, ensure they are properly installed and configured.
  • Errore di caricamento del firmware: Ensure the correct COM port is selected in your development environment (e.g., VS Code). Verify that the USB-C data cable is connected to the correct port on the display for programming. Press and hold the BOOT button while pressing and releasing the RESET button, then release BOOT to enter download mode if needed.
  • Software/Application Errors: Refer to the documentation for your specific development environment (Arduino IDE, ESP-IDF, LVGL) for debugging guidance. Ensure all libraries and dependencies are correctly installed and updated.

9. Manutenzione

Per garantire la longevità e le prestazioni ottimali del tuo display, segui queste linee guida per la manutenzione:

  • Pulizia: Utilizzare un panno morbido e privo di lanugine per pulire lo schermo. Per le macchie ostinate, strofinare leggermenteampPulisci il panno con acqua o un detergente per schermi. Evita materiali abrasivi o sostanze chimiche aggressive.
  • Magazzinaggio: Store the display in a cool, dry environment away from direct sunlight and extreme temperatures.
  • Gestione: Handle the display by its edges to avoid touching the screen surface or internal components. Avoid dropping or subjecting the device to strong impacts.
  • Aggiornamenti del firmware: Regularly check the ELECROW official website or community forums for firmware updates to improve performance and add new features.

10. Garanzia e supporto

The ELECROW ESP32-P4 7-Inch HMI AI Display comes with a Garanzia del produttore di 1 anni. For technical support, documentation, or warranty claims, please visit the official ELECROW website or contact their customer service directly. Keep your purchase receipt as proof of purchase for warranty services.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.