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

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. Kandungan Pakej

Sahkan bahawa semua item yang disenaraikan di bawah disertakan dalam pakej anda:

  • 1x CrowPanel Advance ESP32-P4 Display - 7.0 inch
  • 1x Kabel USB-A ke Jenis-C
  • 1x Kabel DuPont 4pin Crowtail/Grove
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.

Rajah 2.1: Kandungan Pakej

3. Ciri-ciri Utama

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

    Rajah 3.2: Lebar 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

  • Pembangunan Pelbagai Platform: 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.

    Rajah 3.4: Persekitaran Pembangunan yang Disokong

  • 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. Perkakasan Terlaluview

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).
  • KUASA: Input kuasa.
  • 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.
  • BAT: Battery connector for portable applications.

5. Persediaan dan Operasi Asas

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 Pemantauan Suhu dan Kelembapan

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

AtributNilai
JenamaELEKTRIK
Nombor ModelESP32-P4 7 Inch Touch Screen
Saiz Skrin7 Inci
Resolusi Paparan Maksimum1024 x 600 Piksel
Resolusi Asli1024x600
Jenis PaparanIPS
Viewsudut178 Darjah
Kadar Segar Semula400 MHz
Teknologi KetersambunganWi-Fi, Bluetooth 5.3
Kesambungan PerkakasanUSB 2.0
Voltage5 Volt
Dimensi Item (D x W x H)7.1"D x 4.1"W x 0.8"H
Berat Barang0.3 Kilogram
Peranti SerasiArduino IDE, ESP-IDF, LVGL
Ciri-ciri TambahanAI Speech Interaction, Portable, Touchscreen

8. Penyelesaian masalah

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

  • Tiada Kuasa: 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.
  • Paparan Tidak Menjawab: Perform a soft reset by pressing the RESET button on the board. If the issue persists, disconnect and reconnect the power.
  • Skrin Sentuh Tidak Responsif: Verify that the LCD-TP connector is properly seated. If using custom firmware, ensure touch drivers are correctly initialized.
  • Isu Kesambungan (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.
  • Kegagalan Muat Naik 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. Penyelenggaraan

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

  • Pembersihan: Gunakan kain lembut dan tidak berbulu untuk membersihkan skrin. Untuk calitan degil, ringan dampen kain dengan air atau pembersih selamat skrin. Elakkan bahan yang melelas atau bahan kimia yang keras.
  • Storan: Simpan paparan di persekitaran yang sejuk dan kering, jauh daripada cahaya matahari langsung dan suhu yang melampau.
  • Pengendalian: Handle the display by its edges to avoid touching the screen surface or internal components. Avoid dropping or subjecting the device to strong impacts.
  • Kemas kini Firmware: Regularly check the ELECROW official website or community forums for firmware updates to improve performance and add new features.

10. Waranti dan Sokongan

The ELECROW ESP32-P4 7-Inch HMI AI Display comes with a Waranti Pengeluar 1 Tahun. 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.