Adsense HTML/JavaScript

Sunday, July 5, 2020

Sipeed MAIX BiT with Mic (RISC-V K210)

Sipeed MAIX BiT with Mic
with 64bit Dual Core RISC-V CPU, Kendryte K210.






Micropython on K210 - MaixPy:
MaixPy is ported Micropython to K210. Currently the only official document website: maixpy.sipeed.com. Development board information: dl.sipeed.com, wiki.sipeed.com.

updated@2023-04-26:
Some links changed, check Update MaixPy firmware and install MaixPy IDE on Windows 11.

Upgrade MaixPy firmware on Sipeed MAIX BiT, on Windows 10


This video show how to download and flash MaixPy firmware on Sipeed MAIX BiT, on Windows 10. Basically follow the steps in MaixPy Documentation (English), or https://maixpy.sipeed.com/zh/ (Chinese).

Visit https://github.com/sipeed/kflash_gui/releases to download the upgrade tool, kflash_gui

Visit https://github.com/sipeed/MaixPy/releases to download MaixPy firmware

Unzip and run the upgrade tool kflash_gui
- Open the downloaded MaixPy firmware
- Confirm board settings
- Connect Sipeed MAIX BiT to USB port, serial port setting will show the port automatically.
- Download

Once finished, you can connect to MaixPy/Sipeed MAIX BiT using Putty.

You can find the connected USB port using Run Device Manager, COM12 and COM13 in my setup.

Run Putty
- Select Connection type using Serial, Serial line, Speed of 115200, then Open.


Optionally you can install MaixPy IDE

Using the MaixPy IDE will facilitate real-time editing of the script on the computer, as well as being able to view the camera images in real time, and save files to the development board.
MaixPy IDE





K210 on PlatformIO:
PlatformIO now support Kendryte K210 officially. For this board, it should be Sipeed MAIX BiT with Mic.



No comments:

Post a Comment