Main centres: | 1-3 business days |
Regional areas: | 3-4 business days |
Remote areas: | 3-5 business days |
The Maix Cube is designed for hobbyist who wants to pursue their passion with the latest technology. This incredibly powerful gadget is packed with a dual-core 64bit RISC-V 400 MHz processor, 8MiB of on-chip memory, and up to 128GB of expansion storage — perfect for storing all your projects!
SIPEED MaixCube can develop a programming learning kit, MaixCube integrates a 30W camera, expandable TF card slot, user buttons, IPS 1.3 inch display, 200mAh lithium battery, speaker, microphone, SPMOD, GROVE expansion interface, etc. on the hardware.
MaixCube is equipped with MaixPy by default on the software. Users can easily use MicroPython syntax to quickly get started with AI IoT development, and develop face recognition, object recognition, and other AI applications. At the same time, it also reserves development and debugging interfaces, which can also be used as a powerful AI learning development board.
Pin Out
Onboard expansion interface
Maix Cube opens two highly expanded interfaces to users: one SP-MOD and one Grove Interface, this makes it easier for DIY.
Onboard I2C device
MaixCube onboard I2C sensor/IC
IC | Device id | I2C address (7-bit address) | MaixPy read address |
---|---|---|---|
ES8374 | 0x08 | 0x10 | D(16) |
MSA301 | 0x13 | 0x26 | D(38) |
AXP173 | 0x68 | 0x34 | D(52) |
Get started
Because MaixCube comes with its own GUI demo interface and sample programs, you can play with the preset programs first when you get the board.
After that, we will start to use MaixCube to get started with AIoT with MaixPy.
Before development, we need to understand and prepare related tools to reduce the pitfalls we have to follow because of insufficient preparation.
Steps to get started:
3.1. Software and hardware preparation
Hardware preparation:
Software preparation:
When we get the Maix Cube and connect to the computer, we can open the device manager to check whether the serial port driver has been installed. The methods to open the device manager are:
Update the firmware to the latest version
After the user gets the development board, the onboard firmware may not be the latest version by default, so there will be more or fewer bugs during use.
We need to update the firmware version to the latest version at this time
View update method: Update Firmware
Run the first program