diymore ESP32 C6 Display

diymore ESP32-C6 1.3-inch LCD Display Development Board User Manual

Model: ESP32 C6 Display

1. Introducció

This manual provides essential information for the setup, operation, and maintenance of your diymore ESP32-C6 1.3-inch LCD Display Development Board. This board integrates a powerful RISC-V single-core processor with Wi-Fi 6 and Bluetooth 5 connectivity, along with a vibrant 1.3-inch ST7789 LCD, making it suitable for a wide range of AIoT and embedded projects.

2. Producte acabatview

The ESP32-C6 development board is designed for ease of use and versatility. Below is a diagram highlighting the key components of the board.

Diagram of ESP32-C6 development board components

Figura 2.1: Acabatview of the ESP32-C6 Development Board. This image shows the top-down view of the board, labeling key components such as the ESP32-C6FH4 chip, Micro SD Card Slot, RST Button, BOOT Button, Type-C Interface, and Surface Mount Ceramic Antenna.

  • ESP32-C6FH4: The main microcontroller unit.
  • Ranura per a targetes Micro SD: Per a emmagatzematge ampliable.
  • Botó RST: Reinicia el tauler.
  • Botó d'arrencada: Used for entering bootloader mode for flashing firmware.
  • Interfície tipus C: For power supply and data communication (USB-to-serial).
  • Surface Mount Ceramic Antenna: Integrated antenna for Wi-Fi and Bluetooth connectivity.

3. Característiques

The diymore ESP32-C6 development board offers a robust set of features for various applications:

Key features of ESP32-C6 development board

Figura 3.1: Visual representation of the ESP32-C6 development board's core features, including RISC-V processor, Wi-Fi 6, Bluetooth 5, onboard antenna, Type-C port, 1.3-inch IPS LCD, 240x240 resolution, 262K colors, ST7789 driver, TF Card Slot, and RGB LED.

  • Processador: Equipped with a 32-bit RISC-V single-core processor, optimized for low power consumption and high performance.
  • Connectivitat sense fils: Supports Wi-Fi 6 (802.11 b/g/n) and Bluetooth 5 (LE) with an integrated antenna. It also supports IEEE 802.15.4 (Zigbee 3.0 and Thread).
  • Pantalla integrada: Features a 1.3-inch LCD with 240 × 240 resolution, capable of displaying clear color images. The display uses an ST7789 driver chip.
  • Inertial Measurement Unit (IMU): Includes an integrated QMI8658 six-axis IMU (3-axis accelerometer, 3-axis gyroscope) for attitude awareness development.
  • Gestió d'energia: Onboard 3.7V MX1.25 lithium battery charging/discharging interface.
  • Expandabilitat: Supports secondary development, making it suitable for AIoT applications and smart home projects.

4. Especificacions

4.1. General Board Specifications

CaracterísticaValor
Fabricantdiymore
Nom del modelESP32 C6 Display
ProcessadorRISC-V 32-bit single-core
Velocitat de la CPUUp to 160 MHz (2.4 GHz for wireless communication)
RAM Installed Size16 MB (SRAM)
Capacitat d'emmagatzematge de memòria4 MB (Flash)
Comunicació sense fils estàndardWi-Fi 6 (802.11 b/g/n), Bluetooth 5 (LE), IEEE 802.15.4 (Zigbee 3.0, Thread)
Tecnologia de connectivitatBluetooth, GPIO, Wi-Fi, Type-C USB
Unitat de mesura inercialQMI8658 six-axis (3-axis accelerometer, 3-axis gyroscope)
Interfície de bateriaOnboard 3.7V MX1.25 lithium battery charging/discharging interface
Dimensions del producte (L x A x A)8.6 x 5 x 1 cm (aprox. 3.39 x 1.97 x 0.39 polzades)
Pes del producte110 g (aprox. 3.88 oz)

4.2. LCD Screen Specifications

LCD Screen Specifications for ESP32-C6 board

Figura 4.1: Detailed specifications of the integrated 1.3-inch LCD screen, including display panel type, size, resolution, colors, communication interface, and driver IC.

CaracterísticaValor
Panell de visualitzacióIPS
Mida de la pantalla1.3 polzades
Resolució de visualització240 x 240 píxels
Colors de visualització262K
Interfície de comunicacióSPI
IC del conductorST7789

4.3. Dimensions del producte

Detailed dimensions of the ESP32-C6 development board

Figura 4.2: Technical drawing showing the precise measurements of the ESP32-C6 development board in millimeters.

5. Configuració

To begin using your ESP32-C6 development board, follow these steps:

  • Connexió a l'ordinador: Use a Type-C USB cable to connect the board to your computer. The board will draw power from the USB port.
  • Instal·lació del controlador: Your operating system may automatically install necessary USB-to-serial drivers. If not, you may need to manually install drivers for the USB-to-serial chip (often CH340 or CP210x, though specific to the board's implementation) if your computer does not recognize the board.
  • Integrated Development Environment (IDE) Setup:
    ESP-IDF and Arduino IDE support for ESP32-C6

    Figura 5.1: The ESP32-C6 board supports development with both ESP-IDF and Arduino IDE, offering comprehensive SDKs, development resources, and tutorials.

    • IDE d'Arduino: Baixeu i instal·leu el Arduino IDE. Add ESP32 board support through the Board Manager. Cerca "ESP32" and install the "esp32 by Espressif Systems" package. Select the appropriate board model (e.g., "ESP32-C6 Dev Module") from the Tools > Board menu.
    • ESP-IDF: For more advanced development, install the Espressif IoT Development Framework (ESP-IDF). Follow the official ESP-IDF Get Started Guide for detailed instructions on setting up the toolchain and environment.
  • First Program (Blink Test): Load a simple "Blink" example sketch (in Arduino IDE) or a basic "Hello World" example (in ESP-IDF) to verify your setup. Ensure the correct COM port is selected in your IDE.
  • 6. Instruccions de funcionament

    Once your development environment is set up, you can begin programming and interacting with the ESP32-C6 board:

    • Programació: Write your code using C/C++ in Arduino IDE or ESP-IDF. Utilize the extensive libraries available for Wi-Fi, Bluetooth, GPIO, SPI (for the LCD), and other peripherals.
    • Uploading Code: Compile your code and upload it to the board via the Type-C USB connection. If uploading fails, ensure the board is in bootloader mode (hold BOOT button, press and release RST, then release BOOT).
    • LCD Display Usage: The 1.3-inch ST7789 LCD can be controlled via SPI. Libraries like Adafruit_GFX and Adafruit_ST7789 are commonly used with Arduino IDE for graphics and text display.
    • Comunicació sense fils:
      ESP32-C6 supports Wi-Fi 6 and BLE5

      Figura 6.1: The ESP32-C6 development board provides robust wireless connectivity with Wi-Fi 6 and Bluetooth 5 Low Energy (BLE5) capabilities.

      • Wi-Fi: Use the Wi-Fi libraries to connect to local networks, host access points, or implement Wi-Fi Direct.
      • Bluetooth: Utilize Bluetooth 5 (LE) for low-power communication with other Bluetooth-enabled devices.
    • Ús de GPIO: The board provides General Purpose Input/Output pins for connecting external sensors, actuators, and other components. Refer to the board's pinout diagram for specific pin functions.
    • Alimentació de la Junta: The board can be powered via the Type-C USB port or through the 3.7V MX1.25 lithium battery interface. Ensure correct polarity if using a battery.

    7. Manteniment

    Proper care and maintenance will ensure the longevity and reliable operation of your ESP32-C6 development board:

    • Manipulació: Handle the board by its edges to avoid touching components, especially the pins, which can be sensitive to static electricity.
    • Emmagatzematge: Store the board in an anti-static bag when not in use, in a cool, dry environment away from direct sunlight and extreme temperatures.
    • Neteja: Si cal, netegeu suaument la placa amb un raspall suau i sec o aire comprimit per eliminar la pols. Eviteu utilitzar líquids o materials abrasius.
    • Font d'alimentació: Always use a stable 5V power supply via the Type-C port or a compatible 3.7V lithium battery. Over-voltagpot danyar la placa.
    • Actualitzacions de firmware: Regularly check for updated firmware or SDKs from Espressif or the community to benefit from bug fixes and new features.

    8. Solució De Problemes

    If you encounter issues with your ESP32-C6 development board, consider the following troubleshooting steps:

    • Placa no detectada:
      • Ensure the Type-C USB cable is fully inserted and functional.
      • Check if USB-to-serial drivers are correctly installed on your computer.
      • Prova un altre port USB o ordinador.
    • Code Upload Fails:
      • Verify that the correct board and COM port are selected in your IDE.
      • Ensure the board is in bootloader mode during upload (hold BOOT, press RST, release RST, release BOOT).
      • Check for compilation errors in your code.
    • LCD Not Displaying:
      • Confirm that the LCD library is correctly initialized with the proper pins and driver (ST7789).
      • Check power supply to the board.
      • Ensure there are no loose connections if the LCD is separate (though this board has it integrated).
    • Problemes de connectivitat Wi-Fi/Bluetooth:
      • Verify your network credentials (SSID, password) are correct in your code.
      • Assegureu-vos que l'antena no estigui obstruïda.
      • Comproveu si hi ha interferències d'altres dispositius de 2.4 GHz.
    • Board Overheating:
      • Reduce the workload or frequency of operations if possible.
      • Assegureu-vos que hi hagi una ventilació adequada al voltant de la placa.
      • Verifiqueu el vol d'entradatage està dins de l'interval especificat.

    9. Garantia i Suport

    This product comes with a standard manufacturer's warranty. For specific warranty terms and conditions, please refer to the documentation provided at the time of purchase or contact diymore customer support directly.

    For technical support, resources, and community forums, please visit the official Espressif website for ESP32-C6 documentation or relevant community forums for Arduino and ESP-IDF development.

    Manufacturer: diymore

    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.