Anonymous
Mar 30, 2026
Rating: 4/5
Solid performance, compact size
Very impressed with the processing speed and the small form factor. The USB-C connection is sturdy. Just wish it came with header pins pre-soldered.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller | ESP32-C6 (RISC-V 32-bit) |
| Display Type | 1.47-inch IPS LCD |
| Resolution | 172 x 320 pixels |
| Connectivity | Wi-Fi 6 (802.11ax), Bluetooth 5.3, Zigbee, Thread |
| LED Indicator | On-board RGB LED (WS2812 compatible) |
| Storage Expansion | MicroSD Card Slot (supports up to 32GB) |
| Interface | USB Type-C for power and programming |
| Compatibility | Arduino IDE, ESP-IDF, MicroPython |
| Operating Voltage | 3.3V logic, 5V USB input |
| Dimensions | 56mm x 32mm x 12mm |
Anonymous
Mar 30, 2026
Rating: 4/5
Solid performance, compact size
Very impressed with the processing speed and the small form factor. The USB-C connection is sturdy. Just wish it came with header pins pre-soldered.
Anonymous
Mar 27, 2026
Rating: 5/5
Ideal for learning RISC-V
As a student transitioning to RISC-V architecture, this board is fantastic. The SD slot allows me to log data easily for my projects without extra wiring.
Anonymous
Mar 18, 2026
Rating: 5/5
Zigbee support is a game changer
Finally, an affordable dev board with native Zigbee support. I used it to build a custom thermostat interface, and the 1.47-inch screen displays temperature data perfectly.
Anonymous
Mar 17, 2026
Rating: 4/5
Great hardware, documentation could be better
Hardware quality is excellent. The screen is bright and responsive. I deducted one star because the pinout diagram in the wiki was slightly hard to find initially.
Anonymous
Mar 14, 2026
Rating: 5/5
Perfect for IoT Prototyping
The inclusion of Wi-Fi 6 and the crisp LCD screen makes this board stand out. Setup with Arduino IDE was seamless, and the RGB LED adds a nice touch for status indicators.
Anonymous
Mar 03, 2026
Rating: 5/5
Exceeded expectations
The color accuracy on the display is surprising for this price point. Bluetooth 5.3 connectivity is stable. Highly recommend for anyone building wearable tech or handheld controllers.
Q: Is the LCD screen touch-enabled?
A: No, the 1.47-inch LCD display on this specific model is output-only and does not have touch capabilities. It is controlled via SPI interface.
Q: Can I power this board directly via the GPIO pins?
A: It is recommended to power the board via the USB-C port. While there is a 5V pin, supplying unstable voltage directly to GPIO pins can damage the microcontroller.
Q: How do I enable the Zigbee functionality?
A: Zigbee support requires using the ESP-IDF framework. You need to configure the IEEE 802.15.4 radio settings in your project configuration menu.
Q: What is the maximum capacity for the MicroSD card?
A: The board officially supports MicroSD cards up to 32GB formatted in FAT32. Larger cards may work but are not guaranteed by the manufacturer.
Q: Does this board support MicroPython out of the box?
A: Yes, the ESP32-C6 is fully compatible with MicroPython. You will need to flash the latest firmware image specifically built for the C6 variant.