Anonymous
Mar 24, 2026
Rating: 5/5
All-in-one convenience
Love that I don't need to wire up a separate screen module. It powers up instantly and the WiFi connection is stable. Ideal for prototyping industrial control interfaces quickly.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Processor | Dual-core ESP32-WROVER-B |
| Display Size | 7.0 inches |
| Resolution | 1024 x 600 pixels |
| Touch Type | Capacitive (5-point) |
| Connectivity | Wi-Fi 802.11 b/g/n, Bluetooth 4.2 BR/EDR and BLE |
| Flash Memory | 16MB |
| PSRAM | 8MB |
| Interface | USB Type-C for power and programming |
| Graphics Library | LVGL v8 supported |
| Operating Voltage | 5V DC via USB or VIN pin |
Anonymous
Mar 24, 2026
Rating: 5/5
All-in-one convenience
Love that I don't need to wire up a separate screen module. It powers up instantly and the WiFi connection is stable. Ideal for prototyping industrial control interfaces quickly.
Anonymous
Mar 24, 2026
Rating: 4/5
Great hardware, minor docs gap
The hardware quality is excellent. The ESP32-WROVER handles the graphics smoothly. I deducted one star because the documentation for some specific GPIO pins could be more detailed, but the community forums helped.
Anonymous
Mar 23, 2026
Rating: 5/5
Perfect for IoT Dashboards
This board is exactly what I needed for my home automation project. The 7-inch screen is bright and crisp, and the capacitive touch works flawlessly. Setting up LVGL was straightforward with the provided examples.
Anonymous
Mar 20, 2026
Rating: 5/5
Beginner friendly
As someone new to embedded systems, this board made learning much easier. The pre-installed demo shows off the capabilities immediately. Highly recommend for students.
Anonymous
Mar 18, 2026
Rating: 4/5
Solid performance for HMI
Using this for a small machine interface. The touch response is fast and accurate. The only improvement I'd suggest is a mounting hole pattern that matches standard VESA mounts, but adapters work fine.
Anonymous
Mar 04, 2026
Rating: 5/5
Exceeded expectations
The color reproduction on this display is surprisingly good for the price point. Bluetooth pairing worked instantly with my phone for debugging. A fantastic value package.
Q: What is the maximum brightness of the display?
A: The display has a typical brightness of 450 cd/m², which is adjustable via software PWM for different lighting conditions.
Q: Does this board support MicroPython?
A: Yes, the ESP32-WROVER chip fully supports MicroPython. You can flash the firmware using esptool.py and start coding immediately.
Q: Is the touch screen resistant to gloves?
A: Since it is a projected capacitive touch screen, it works best with bare fingers. It may not register input with thick non-conductive gloves unless they are specifically designed for capacitive screens.
Q: Can I power this directly from a 12V source?
A: No, the input voltage range is 5V via USB or the VIN pin. Supplying 12V directly may damage the board. Please use a 5V regulated power supply.
Q: Where can I find the schematic diagrams?
A: You can download the full schematic, PCB dimensions, and datasheet from the 'Resources' tab on the product wiki page linked in the description.