MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

MicroPython for K210 RISC-V, let's play with edge AI easier

Results 129 MaixPy-v1 issues
Sort by recently updated
recently updated
newest added

Had issues with recording videos and images (https://github.com/sipeed/MaixPy/issues/442) and experimented a bit. Figured I see sdcard content and the new files, but it is not on the physical card. Tried...

**Describe the bug** I have a MAiX Amigo, it powers on and the LCD reports firmware v0.5.0. I have downloaded a new firmware, and tried copying it to a micro-SD...

**Describe the bug** I'm using a simple example with a custom trained yolov2 model with 10 anchors, but after running one time `kpu.run_yolo2(task,img)`, the error `ValueError: [MAIXPY]kpu: region_layer_init err!` occours....

I upgraded the micropython submodule to the latest commit. I had to change somes files due to some renaming in micropython 1.12, upgrade ulab and lvgl. For lvgl I also...

#this is my code import sensor, lcd sensor.reset() sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QVGA) sensor.run(1) sensor.skip_frames() #sensor.set_vflip(enable) sensor.set_vflip(1) lcd.init(freq=15000000) while(True): lcd.display(sensor.snapshot()) the picture shows like that ![222](https://user-images.githubusercontent.com/87555441/148739043-cff48ac1-5cb5-4d41-8e40-3f77a483fd7f.jpg)

Please... get that IDE somewhere, its impossible to download any file from your website, its constantly failing the download.. i wonder if u run the server on a 56k modem...

**Describe the bug** Cannot use ampy or uPyLoader with M5StickV using firmwares `maixpy_v0.6.2_37_g76f5aaaa4_m5stickv.bin` and `M5StickV_Firmware_v5.1.2.kfpkg` **To Reproduce** Steps to reproduce the behavior: 1. run `ampy --port /dev/cu.usbserial-C552BCD192 ls /` 2....

Current versions of nncase are already generating kmodel v5 files, but it seems it's not yet supported by MaixPy - calling KPU.load on a v5 file seems to throw random...

How to access MaixDuino Gpio pins using Maixpy IDE and micropython?