1. Introduksjon
The waveshare ESP32-C6 1.47inch Display Development Board (Model: ESP32-C6 1.47inch Display-M) is a microcontroller development board designed for various applications, particularly in the Internet of Things (IoT) and Human-Machine Interface (HMI) domains. It features a 1.47-inch LCD display with 172x320 resolution and 262K colors, integrated with an ESP32-C6 chip. This board supports Wi-Fi 6 and Bluetooth 5 (LE) connectivity, making it suitable for wireless communication projects. It includes a pre-soldered header for easy integration into existing systems or breadboards.

Figure 1: waveshare ESP32-C6 1.47inch Display Development Board.
2. Nøkkelfunksjoner
- Mikrokontroller: ESP32-C6, featuring a high-performance 32-bit RISC-V processor (up to 160 MHz) and a low-power 32-bit RISC-V processor (up to 20 MHz).
- Utstilling: Onboard 1.47-inch TFT LCD with 172x320 resolution and 262K colors, controlled by the ST7789 chip.
- Trådløs tilkobling: Supports 2.4GHz Wi-Fi 6 (802.11 b/g/n) and Bluetooth 5 (LE) with an onboard antenna.
- Hukommelse: Built-in 320KB ROM, 512KB HP SRAM, 16KB LP SRAM, and 4MB Flash memory.
- Periferutstyr: Multiple IO interfaces, full-speed USB port, and an onboard TF card slot for external storage.
- Strømstyring: Supports flexible clock and multiple power modes for low power consumption.
- LED: Built-in RGB LED with a clear acrylic sandwich panel for lighting effects.

Figure 2: ESP32-C6 chip architecture suitable for AIoT applications.

Figure 3: Wi-Fi 6 and Bluetooth 5 (LE) connectivity features.
3. Installasjonsinstruksjoner
To begin using your ESP32-C6 1.47inch Display Development Board, follow these general setup steps:
- Strømtilkobling: Connect the board to a power source using the USB Type-C port. A standard USB cable (not included) can be used to connect to a computer or a 5V USB power adapter.
- Driverinstallasjon: Depending on your operating system, you may need to install USB-to-serial drivers (e.g., CP210x or CH340 drivers) to allow your computer to communicate with the ESP32-C6 board. Refer to the official Espressif documentation or Waveshare resources for specific driver requirements.
- Oppsett av utviklingsmiljø: Install a suitable Integrated Development Environment (IDE) such as Arduino IDE with ESP32 board support, or Espressif's ESP-IDF. These environments provide the necessary tools for writing, compiling, and uploading code to the board.
- Første programopplasting: Connect the board to your computer via USB. Select the correct board model and serial port in your IDE. Upload a simple test program, such as a 'Hello World' example for the serial monitor or a basic display test, to verify communication and functionality.
4. Operating the Board
The ESP32-C6 1.47inch Display Development Board operates by executing firmware uploaded to its flash memory. Interaction typically involves:
- Programmering: Use your chosen development environment (e.g., Arduino IDE, ESP-IDF) to write C/C++ code. This code defines the board's behavior, including display output, sensor readings, network communication, and peripheral control.
- Uploading Firmware: After compiling your code, upload it to the board via the USB Type-C connection. The board will automatically reset and run the new firmware.
- Vis interaksjon: Utilize libraries like LVGL (Light and Versatile Graphics Library) to create graphical user interfaces on the 1.47-inch LCD. The display can show text, images, and interactive elements.
- Nettverkskommunikasjon: Implement Wi-Fi 6 for internet connectivity or local network communication, and Bluetooth 5 (LE) for short-range wireless data exchange with other devices.
- Peripheral Control: Access and control external components connected to the GPIO pins, such as sensors, actuators, or other modules.
5. Applikasjonsscenarier
The versatility of the ESP32-C6 1.47inch Display Development Board makes it suitable for a range of applications:
- Human-Machine Interface (HMI): Develop interactive user interfaces for control panels, smart home devices, or industrial equipment. The integrated display allows for direct user feedback and input.
- LVGL GUI Development: Leverage the LVGL graphics library to create rich, embedded graphical user interfaces with visual effects, optimized for low memory requirements.
- IoT Devices: Build connected devices that require both display capabilities and robust wireless communication (Wi-Fi 6, Bluetooth 5 LE) for data logging, remote control, or sensor monitoring.
- Wearable Technology: Its compact size and display make it a candidate for prototyping small, display-enabled wearable devices.
- Utdanningsprosjekter: An excellent platform for learning about embedded systems, microcontrollers, wireless communication, and GUI development.

Figur 4: Visuelt eksempelamples of potential application scenarios for the development board.
6. Pinout and Onboard Components
Understanding the pinout and onboard components is crucial for connecting external peripherals and utilizing the board's full capabilities.

Figure 5: Pinout and labeled components of the ESP32-C6 1.47inch Display Development Board.
6.1 Key Onboard Components:
- ESP32-C6FH4: The main microcontroller unit.
- ME6217C33M5G: Low dropout regulator, providing 800mA output (Max.).
- TF-kortspor: For external Micro SD card storage of pictures or files.
- Onboard ceramic antenna: For Wi-Fi and Bluetooth connectivity.
- BOOT button: Used for entering download mode.
- Nullstillknapp: Resets the ESP32-C6 chip.
6.2 GPIO Pin Functions:
The board provides various General Purpose Input/Output (GPIO) pins, which can be configured for different functions such as UART, I2C, SPI, PWM, and ADC. Refer to the pinout diagram (Figure 5) for specific pin assignments and capabilities. These pins allow for expansion with multiple peripherals via the GPIO header.
7. Spesifikasjoner
Detailed technical specifications for the ESP32-C6 1.47inch Display Development Board:
| Parameternavn | Verdi |
|---|---|
| Merke | bølgedeling |
| Modellnavn | ESP32-C6 1.47inch Display-M |
| Master Chip | ESP32-C6 |
| CPU-hastighet | 160 MHz (High-performance RISC-V) |
| Tilkoblingsteknologi | Wi-Fi 6 (802.11 b/g/n), Bluetooth 5 (LE) |
| Visningstype | TFT LCD |
| Skjermstørrelse | 1.47 tommer |
| Skjermoppløsning | 172 × 320 piksler |
| Vis fargedybde | 262K farger |
| Display Control Chip | ST7789 |
| RAM-minneteknologi | SRAM (512KB HP SRAM, 16KB LP SRAM) |
| Flash-minne | 4 MB |
| Innebygd enhet | Micro SD-kortspor |
| Grensesnitt | USB Type-C |
| Kompatible enheter | Cameras, Computers (PCs, laptops, tablets), Storage devices (TF cards) |
| Varevekt | 0.01 kilo |
| UPC | 788046389784 |

Figure 6: Outline dimensions of the development board.
8. Feilsøking
This section addresses common issues you might encounter during the use of your development board.
8.1 Serial Port Connection or Burning Failure
Problem: The serial port cannot be connected, or the program burning (uploading) fails after re-downloading a module program.
Løsning: This often occurs when the module is not in download mode. To resolve this:
- Press and Hold BOOT: Trykk lenge på STØVEL knappen på tavlen.
- Press RESET: While holding the BOOT button, briefly press the TILBAKESTILL knapp.
- Release RESET: Slipp RESET-knappen.
- Release BOOT: Finally, release the BOOT button.
At this point, the module should enter download mode, allowing you to connect via the serial port and successfully upload your program. This procedure can resolve most issues related to inability to download firmware.
9. Vedlikehold
To ensure the longevity and proper functioning of your ESP32-C6 1.47inch Display Development Board, observe the following maintenance guidelines:
- Håndteres med forsiktighet: Avoid dropping the board or subjecting it to physical shock, which can damage components or solder joints.
- Statisk utladning: Always handle the board in an environment free of static electricity. Use anti-static mats or wrist straps when working with electronic components.
- Strømforsyning: Use a stable 5V power supply. Over-voltage kan skade brettet permanent.
- Miljøforhold: Store and operate the board in a dry environment, away from extreme temperatures, humidity, and corrosive substances.
- Rengjøring: If necessary, gently clean the board with a soft, dry brush or compressed air to remove dust. Avoid using liquids or harsh chemicals.
- Fastvareoppdateringer: Regularly check for and apply firmware updates for the ESP32-C6 chip and relevant libraries to benefit from bug fixes and new features.
10. Garanti og støtte
For warranty information, technical support, and additional resources, please refer to the official waveshare webnettstedet eller kontakt kundeservicen deres direkte. Ta vare på kjøpskvitteringen som kjøpsbevis for eventuelle garantikrav.
Nettressurser:
- Besøk waveshare Store on Amazon for product updates and related items.
- Consult the official Espressif documentation for detailed information on the ESP32-C6 chip.