Anonymous
Mar 30, 2026
Rating: 4/5
Good starter kit for embedded Linux
As a student, this board offered the best features for my budget. Setting up the build environment took some time, but once running, it's very powerful.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Processor | Allwinner T113-S3 Dual-Core Cortex-A7 |
| Display | 7-inch IPS Capacitive Touch Screen (1024x600) |
| Operating System | Linux (Buildroot/Debian support) |
| Graphics Engine | Supports QT and LVGL GUI frameworks |
| Connectivity | Wi-Fi 802.11 b/g/n, Ethernet RJ45 |
| Industrial Interfaces | CAN bus, RS232, RS485 |
| Memory | 512MB DDR3 RAM |
| Storage | 8GB eMMC Flash + MicroSD Slot |
| Expansion Headers | GPIO, I2C, SPI, UART, PWM pins available |
| Power Supply | 5V DC via Type-C or Header |
Anonymous
Mar 30, 2026
Rating: 4/5
Good starter kit for embedded Linux
As a student, this board offered the best features for my budget. Setting up the build environment took some time, but once running, it's very powerful.
Anonymous
Mar 08, 2026
Rating: 5/5
Excellent Linux board for learning
Boots up fast and the Wi-Fi connection is stable. I used it to prototype a smart home dashboard using QT. The dual-core processor handles multitasking well.
Anonymous
Mar 07, 2026
Rating: 5/5
Perfect for industrial HMI projects
The inclusion of CAN and RS485 right out of the box saved me weeks of designing peripheral circuits. The 7-inch screen is bright and the touch response is excellent for building control panels.
Anonymous
Mar 03, 2026
Rating: 3/5
Good hardware, steep learning curve
The hardware capabilities are impressive, especially the screen quality. However, if you are new to Linux embedded development, expect to spend time reading wikis to get your first app running.
Anonymous
Mar 03, 2026
Rating: 4/5
Great value, decent documentation
Hardware is solid for the price. LVGL runs smoothly on this chip. Documentation could be more detailed in English, but the community forums helped me get started quickly.
Anonymous
Mar 02, 2026
Rating: 5/5
Robust for factory environments
We deployed ten of these for machine monitoring. The industrial interfaces are reliable, and the board has been running 24/7 without overheating or crashing.
Q: Does the 7-inch screen support multi-touch gestures?
A: Yes, the capacitive touch panel supports up to 5-point multi-touch, allowing for standard gestures like pinch-to-zoom and swipe within your QT or LVGL applications.
Q: Does this board come with a pre-installed OS image?
A: Yes, the board comes with a basic Linux Buildroot image pre-flashed. Images for Debian and demo projects for LVGL/QT are available for download on our official wiki.
Q: What is the power consumption during typical operation?
A: Under typical load with the screen at 50% brightness, the board consumes approximately 1.5W to 2W. We recommend a 5V/2A power supply for stable performance.
Q: Can I use this board for automotive diagnostics via the CAN interface?
A: Absolutely. The board features a standard CAN controller suitable for automotive diagnostic protocols like OBD-II, provided you connect the appropriate physical transceiver layer if not already onboard.
Q: Is the source code for the BSP (Board Support Package) open?
A: Yes, Allwinner provides open-source BSP components. You can find the kernel source, U-Boot, and toolchain links in the 'Resources' section of the product page.