Anonymous
Apr 01, 2026
Rating: 4/5
Good hardware, steep learning curve
Board quality is high. Expect to spend time reading docs if you are new to RISC-V.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Development Boards & Control Boards |
| Origin | - |
| Processor Core | Kendryte K210 RISC-V 64Bit |
| Clock Speed | 400MHz (Default) |
| RAM | 8MB SRAM |
| Storage | 16MB SPI Flash |
| Camera Support | DVP Interface (OV2640 Included) |
| Power Input | 5V via Micro USB |
| GPIO Pins | 12x Programmable IO |
| Development Environment | MaixPy IDE, PlatformIO |
| Dimensions | 55mm x 25mm x 15mm |
| Operating Temperature | -20°C to 70°C |
Anonymous
Apr 01, 2026
Rating: 4/5
Good hardware, steep learning curve
Board quality is high. Expect to spend time reading docs if you are new to RISC-V.
Anonymous
Mar 19, 2026
Rating: 5/5
Best Value AI Board
Compared to Jetson Nano, this is much cheaper for simple vision tasks. Highly recommend.
Anonymous
Mar 03, 2026
Rating: 5/5
Great Support Team
Had an issue with drivers. Support team responded within hours with a solution.
Anonymous
Feb 10, 2026
Rating: 5/5
Perfect for IoT Prototyping
Low power consumption and fast inference. Exactly what I needed for my smart camera project.
Anonymous
Feb 07, 2026
Rating: 5/5
Excellent for Edge AI
The face recognition demo worked immediately. Great for learning neural networks on edge devices.
Q: What is the power consumption during AI inference?
A: Typical consumption is around 200mA to 300mA depending on the model complexity and frequency.
Q: Can I use a different camera module?
A: Yes, as long as it supports the DVP interface and is compatible with the K210 driver.
Q: What programming languages are supported?
A: We support MicroPython (MaixPy) and C/C++ using the Kendryte Standalone SDK.
Q: Does this board support WiFi out of the box?
A: The base K210 chip does not have built-in WiFi. You can connect an external ESP8285 module via UART.
Q: Is there a tutorial for face mask detection?
A: Yes, our learning package includes examples for face detection and object classification.