AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

DFRobot

$60.05 |
Out of stock
No reviews yet

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

Qty
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

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
Warning: The Maixduino supports 3.3 V and 1.8 V logic levels only — pins are not 5 V tolerant. Do not connect 5 V signals to any I/O or RST pin, as this will damage the board.

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.

Supplier page — dfrobot.com

Supplier Description · 586.8 KB · Click any page to view full size

Download PDF
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.