New MaixPy update, support KPU, openMV~

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
zepan
Posts: 12
Joined: Sat Nov 17, 2018 9:01 am

New MaixPy update, support KPU, openMV~

Post by zepan » Fri Mar 01, 2019 3:10 am

https://youtu.be/jA6JQ3Wevdw KPU feature map display~
https://youtu.be/BbrdCNxnxv0 play badapple~
document on maixpy.sipeed.com


2019.2.28 MAIXPY beta 0.2.0
Add KPU load,init_yolo2, run_yolo2, forward, feature map, layer info, etc
Add NES simulator, support PS2 SPI joystick and uart play;
Add I2S, FFT functions.
Add AVI play, wav play functions.

2019.2.19 MAIXPY beta 0.1.1
Fix Camera vflip function.
Release on github: https://github.com/sipeed/MaixPy 66

2019.2.17 MAIXPY beta 0.1.0
Updates
Support GPIO, UART, I2C, SPI, PWM, Timer, FPIOA;
Support LCD, Camera, MicroSD card(FAT32), Flash(SPIFFS), esp8285.
Support wifi functions: network config, socket communication.
Support CPU/KPU freq turning functions.
Support basic KPU fucntions: image’s convolution acceleration.
Port part of openmv functions, like QRcode, barcode, find_blobs…
Support pye editor.
Support uPyLoader and ampy.

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: New MaixPy update, support KPU, openMV~

Post by OutoftheBOTS_ » Fri Mar 01, 2019 9:06 am

Great development.

I am amazed at what this platform is bringing and with it being supported by Micropython will make it so easy to use

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: New MaixPy update, support KPU, openMV~

Post by danielm » Sat Mar 02, 2019 7:39 am

Are you planning to release MAIXPY beta 0.2.0 on GitHub?

zepan
Posts: 12
Joined: Sat Nov 17, 2018 9:01 am

Re: New MaixPy update, support KPU, openMV~

Post by zepan » Sat Mar 02, 2019 10:46 am

danielm wrote:
Sat Mar 02, 2019 7:39 am
Are you planning to release MAIXPY beta 0.2.0 on GitHub?
hi, we are fixing some bug, and add thread,mobilenet v1, avi recorder functions, should release 0.2.2 at 3.4

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: New MaixPy update, support KPU, openMV~

Post by danielm » Sat Mar 02, 2019 11:28 am

Thanks for update, just to clarify - release of 0.2.2 is planned on 3.4. or 3.3.?

Post Reply