Anonymous
Mar 25, 2026
Rating: 5/5
Easy to get started with Arduino
I was able to upload my first sketch within 10 minutes. The documentation on the Waveshare wiki is very helpful for beginners like me.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller | ESP32-C6 |
| Display Type | 1.47-inch IPS Color LCD |
| Resolution | 172 x 320 pixels |
| Wireless Connectivity | Wi-Fi 6 (802.11ax) & Bluetooth 5 (LE) |
| Interface Support | Arduino, ESP-IDF, MicroPython |
| Flash Memory | 4MB Quad SPI |
| Operating Voltage | 3.3V / 5V Input Compatible |
| Dimensions | 56mm x 32mm x 12mm |
| Onboard Peripherals | RGB LED, Reset Button, Boot Button |
| Connector Type | USB Type-C for Power and Debugging |
Anonymous
Mar 25, 2026
Rating: 5/5
Easy to get started with Arduino
I was able to upload my first sketch within 10 minutes. The documentation on the Waveshare wiki is very helpful for beginners like me.
Anonymous
Mar 21, 2026
Rating: 4/5
Good value for money
Bluetooth 5 LE connectivity is stable. I deducted one star because the backlight can be a bit power-hungry if not managed in code, but that's expected for LCDs.
Anonymous
Mar 19, 2026
Rating: 5/5
Solid build quality
The PCB feels robust and the USB-C port is sturdy. The color reproduction on the 1.47-inch screen is surprisingly good for this price point.
Anonymous
Mar 17, 2026
Rating: 5/5
Exceeded expectations
Using this for a handheld controller project. The processing speed handles graphics smoothly, and the wireless range is impressive compared to older ESP models.
Anonymous
Mar 12, 2026
Rating: 5/5
Perfect for IoT Prototyping
The Wi-Fi 6 support is a game changer for my smart home projects. The screen is bright and crisp, making UI development much easier than using serial monitors.
Anonymous
Mar 11, 2026
Rating: 4/5
Great board, minor pin layout quirks
Overall excellent performance with the ESP32-C6 chip. The LCD library works well out of the box. Just note that some GPIO pins are shared with the display, so plan your circuit accordingly.
Q: Can I power this board with a 3.7V LiPo battery directly?
A: While the board has a 5V input via USB, connecting a LiPo battery directly to the 5V pin is not recommended without a protection circuit. We suggest using a dedicated battery management module or feeding through the VIN pin if your specific setup regulates voltage correctly.
Q: Is there a camera interface available on this model?
A: No, this specific model focuses on the integrated LCD screen and does not include a DVP camera interface. Please check our other ESP32-CAM series boards if you require camera functionality.
Q: How do I install the necessary libraries for the LCD in Arduino IDE?
A: You can install the required libraries via the Arduino Library Manager by searching for 'Waveshare ESP32-C6 LCD' or download them directly from the product wiki page under the Resources section.
Q: Does this board support MicroPython?
A: Yes, the ESP32-C6 chip fully supports MicroPython. You can find firmware binaries and installation guides on the official Espressif GitHub repository.
Q: What is the maximum brightness level of the LCD?
A: The display features adjustable backlight brightness via PWM control in your code, allowing you to balance visibility and power consumption effectively.