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. Introducció

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. Contingut del paquet

Verifiqueu que tots els elements que s'enumeren a continuació s'inclouen al vostre paquet:

  • 1x CrowPanel Advance ESP32-P4 Display - 7.0 inch
  • 1x Cable USB-A a Tipus-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: Contingut del paquet

3. Característiques clau

  • 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.
    Image demonstrating the wide 178-degree viewing angle of the IPS display, showing the screen clearly visible from different side angles.

    Figura 3.2: Ampla Viewing Angle IPS Display

  • Interacció de veu amb IA: 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

  • Desenvolupament multiplataforma: 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.

    Figure 3.4: Supported Development Environments

  • 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. Maquinari acabatview

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).
  • POTÈNCIA: Entrada de potència.
  • UART0, USB2.0, UART3-IN: Additional communication and data transfer ports.
  • BOOT, RESET: Buttons for system control and firmware flashing.
  • Ranura TF: MicroSD card slot for local storage.
  • SPK-R, SPK-L: Connectors for right and left speakers.
  • BAT: Battery connector for portable applications.

5. Configuració i funcionament bàsic

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 Monitorització de la temperatura i la humitat

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. Development Environments

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. Especificacions

AtributValor
MarcaELECROW
Número de modelESP32-P4 7 Inch Touch Screen
Mida de la pantalla7 polzades
Resolució de pantalla màxima1024 x 600 píxels
Resolució nativa1024 x 600
Tipus de visualitzacióIPS
Viewangle ing178 graus
Freqüència d'actualització400 MHz
Tecnologia de connectivitatWi-Fi, Bluetooth 5.3
Connectivitat de maquinariUSB 2.0
Voltage5 Volts
Dimensions de l'article (D x W x H)7.1 "P x 4.1" W x 0.8" H
Pes de l'article0.3 quilos
Dispositius compatiblesArduino IDE, ESP-IDF, LVGL
Característiques addicionalsAI Speech Interaction, Portable, Touchscreen

8. Solució De Problemes

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

  • Sense energia: 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.
  • La pantalla no respon: Perform a soft reset by pressing the RESET button on the board. If the issue persists, disconnect and reconnect the power.
  • La pantalla tàctil no respon: Verify that the LCD-TP connector is properly seated. If using custom firmware, ensure touch drivers are correctly initialized.
  • Problemes de connectivitat (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.
  • Error de càrrega de 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. Manteniment

To ensure the longevity and optimal performance of your display, follow these maintenance guidelines:

  • Neteja: Feu servir un drap suau i sense borrissol per netejar la pantalla. Per a taques difícils, fregueu lleugeramentampNetegeu el drap amb aigua o un netejador de pantalles. Eviteu materials abrasius o productes químics agressius.
  • Emmagatzematge: Store the display in a cool, dry environment away from direct sunlight and extreme temperatures.
  • Manipulació: Handle the display by its edges to avoid touching the screen surface or internal components. Avoid dropping or subjecting the device to strong impacts.
  • Actualitzacions de firmware: Regularly check the ELECROW official website or community forums for firmware updates to improve performance and add new features.

10. Garantia i Suport

The ELECROW ESP32-P4 7-Inch HMI AI Display comes with a 1 anys de garantia del fabricant. 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.

Documents relacionats - ESP32-P4 7 Inch Touch Screen

Preview Advance HMI P4: ESP-IDF Development Guide with ESP32-P4
Explore the ELECROW Advance HMI P4 development board using ESP-IDF. This comprehensive guide covers ESP32-P4 programming, hardware integration, LVGL GUI development, and practical examples for developers and hobbyists.
Preview Guia de l'usuari d'Advance HMI P4
Exploreu les capacitats de la placa de desenvolupament ELECROW Advance HMI P4 amb aquesta guia d'usuari completa. Apreneu a programar el xip ESP32-P4 mitjançant ESP-IDF, que inclou lliçons sobre programació bàsica, control de maquinari, visualització, mètodes d'entrada i comunicació sense fil.
Preview ELECROW Advance HMI P4: ESP32-P4 Development Board Tutorials and Guide
Explore the ELECROW Advance HMI P4 development board with this comprehensive guide. Learn to use the ESP32-P4 chip, ESP-IDF, and various hardware interfaces for AI and HMI applications through step-by-step tutorials.
Preview Elecrow CrowPanel Advanced 10.1inch ESP32-P4 HMI AI Display User Guide & Tutorials
Explore the capabilities of the Elecrow CrowPanel Advanced 10.1inch ESP32-P4 HMI AI Display with this comprehensive user guide. Learn to develop applications using ESP-IDF through step-by-step lessons covering basic programming, hardware interaction, and advanced features.
Preview Elecrow CrowPanel Advanced 5inch ESP32-P4 HMI User Guide and Tutorials
Explore the capabilities of the Elecrow CrowPanel Advanced 5inch ESP32-P4 HMI development board with this comprehensive user guide and tutorial series. Learn ESP-IDF programming, hardware integration, and build exciting projects.
Preview Elecrow CrowPanel Advanced 7-inch ESP32-P4 HMI User Guide & ESP-IDF Tutorial
Explore the Elecrow CrowPanel Advanced 7-inch ESP32-P4 HMI development board with this comprehensive user guide. Learn ESP-IDF programming, real-time camera display, wireless communication, sensor integration, and more through step-by-step lessons.

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.