For the development environment of this device, we used MaixPy, which is a MicroPython-based platform. Before starting development, we checked the documentation page.
https://wiki.sipeed.com/soft/maixpy/en/index.html
The basic usage is similar to MicroPython, but it includes APIs specific to the K210 chip, such as FPIOA, KPU, and FFT. KPU is a very useful API for performing operations related to edge AI, while FFT is used for performing FFT calculations. Additionally, since OpenMV can be used, it is very easy to perform image processing. We also used OpenMV for this project.
Furthermore, APIs for controlling sensor modules developed by Sipeed are also provided.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.