DFRobot
Maixduino AI Development Kit K210 RISC-V AI + lOT ESP32
The Maixduino AI Development Kit combines the Kendryte K210 RISC-V dual-core AI processor with an ESP32 module for Wi-Fi and Bluetooth connectivity, all in a...
Get notified when back in stock
The Maixduino AI Development Kit combines the Kendryte K210 RISC-V dual-core AI processor with an ESP32 module for Wi-Fi and Bluetooth connectivity, all in an Arduino UNO-compatible form factor. The K210 features a built-in neural network accelerator (KPU), voice processing unit (APU), and hardware FFT accelerator, making it capable of on-device machine vision, voice recognition, and edge AI tasks.
The kit includes a 2.4" LCD screen and OV2640 camera module. The board provides a DVP camera connector, LCD display connector, built-in MEMS microphone, I2S audio DAC (TM8211), 3 W power amplifier, and USB-C for power and programming. Development is supported in Arduino IDE, MaixPy IDE, and OpenMV IDE.
Key Features
- K210 RISC-V Dual-Core AI Processor – 64-bit with FPU, 400 MHz (overclockable)
- Neural Network Accelerator (KPU) – On-device convolution, batch normalisation, activation, and pooling
- ESP32-WROOM-32 – 2.4 GHz Wi-Fi (802.11 b/g/n) and Bluetooth 4.2 LE
- 8 MB On-Chip SRAM – High-bandwidth memory for AI workloads
- DVP Camera Interface – 24-pin 0.5 mm FPC, supports OV2640, OV5640, OV7740
- LCD Display Interface – 24-pin 0.5 mm FPC, 8-bit MCU LCD
- Built-In Audio – MEMS microphone, I2S DAC, and 3 W speaker output
- Arduino UNO Form Factor – Compatible headers with digital I/O, PWM, I2C, UART, and 6 analogue inputs
Specifications
- AI Processor – Kendryte K210, RISC-V dual-core 64-bit, 400 MHz
- Wi-Fi Module – ESP32-WROOM-32 (802.11 b/g/n, up to 150 Mbps)
- Bluetooth – 4.2 (BR/EDR + BLE)
- RAM – 8 MB on-chip SRAM
- Power Input – USB-C (6–12 V)
- Operating Temperature – −30 °C to +85 °C
- Dimensions – 68 × 54 mm
Ideal For
- Edge AI and machine vision projects
- Voice recognition and smart speaker prototyping
- IoT devices with on-device inference
- STEM education and AI/ML learning
Package Contents
- 1× Maixduino development board
- 1× 2.4" LCD screen
- 1× OV2640 camera module
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- FPC
- FPC stands for flexible printed circuit, a thin flat flexible cable or connector style often used where space is tight or some movement is needed, commonly for displays, cameras and other high-density connections. Connecting to an FPC connector generally needs a matching cable with the correct pin count, pitch and contact orientation.
- FPU
- A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- MEMS microphone
- A tiny microphone made using micro-electromechanical systems, the same style of miniature manufacturing used in many phone sensors. It lets the board detect sound without needing an external microphone, which is useful for noise-reactive projects and simple audio input.
- OV5640
- A specific camera sensor chip that captures still images or video data for a microcontroller or processor. The exact sensor matters because code examples, wiring, resolution, autofocus support and data format depend on the chip model.
- overclockable
- Overclockable means the processor can be run faster than its standard rated speed. This can increase performance, but it may also increase power use, heat, and the chance of instability, so it matters for projects pushing the board’s limits.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RISC-V
- RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
- RST
- RST (reset) is a control pin used to restart or reinitialise a device to a known state. Connecting an RST pin to a microcontroller lets the host reset the device, which can help with reliable start-up or recovery.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
STEM & Education
Supplier page — dfrobot.com
Supplier Description · 586.8 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
www.dfrobot.com
74f8343
8 months ago
· 130 commits
- 15772068480096897TF02 Datasheet V3.3 EN.pdf Add files via upload about 6 years ago
- 1578483333289730515485122793752145TF02_GUI.zip Add files via upload about 6 years ago
- 2020 Maker Carnival Online Sharing Timetable.pdf Add files via upload over 5 years ago
- 3D Printing Document for TF03 Home Security Alarm Device.stp Add files via upload over 6 years ago
- 6+1Microphone Array Product Data.rar Add files via upload almost 6 years ago
- [DFR0767] V1.0 Dimension.pdf Add files via upload over 5 years ago
- [DFR0767] V1.0 model (include case).zip Add files via upload over 5 years ago
- [SEN0540]Gravity:LTR390-UV sensor(V1.0.0).pdf Add files via upload over 3 years ago
- AT Command Examples of WT32-ETH01 Wired Module_v1.1.pdf Add files via upload over 4 years ago
- AT Commands of WT32-ETH01 Wired Module_v1.1.pdf Add files via upload over 4 years ago
- Bett Products - 2025.zip Add files via upload about 1 year ago
- Bett2023-About DFRobot & Product Overview.pdf Add files via upload about 3 years ago
- Bett2023-Computer Science & Science & Design Challenge.pdf Add files via upload about 3 years ago
- Bett2023-Key Product Lines.pdf Add files via upload about 3 years ago
- Boson for microbit-EN-MakeCode.pdf Add files via upload over 5 years ago
Related Tutorials
Free guides on learn.littlebird.com.au