MaixPy-v1
MaixPy-v1 copied to clipboard
MicroPython for K210 RISC-V, let's play with edge AI easier
Hi! I am using maixpy on a M5StickV K210 chip camera. For a project I would need to invert the UART communication. I have found solutions for this on the...
Can you send me an example of `image.Image` usage because when I'm using instead of `extra_fb = image.Image(size=(320, 240))` I'm getting out of heap memory error. Even when I lower...
Hi, I am using a Sipeed Maixduino board for my project, flashed with the latest maixpy firmware available on the github. I am unable to use the UART.irq() function in...
Hey everbody. I followed a racoon detector tutorial and when i tried to test it i just got and error in the code.The kmodel is fine i think but for...
Hi, I have a number of TFLITE models that I have trained for a specific image classification task, and they run well on the Maix Dock board. I have used...
Firmware: maixpy_v0.5.0_123_g859098d NNcase: v0.2.0 Beta4 I saw this [issue ](https://github.com/sipeed/MaixPy/issues/182)and it said to use the latest firmware to support kmodel v4. I even tried the Beta2 version of nncase as...
when i run my code: import math import os, sys import sensor,image,lcd,time,network,socket import KPU as kpu from machine import UART from Maix import GPIO from fpioa_manager import fm, board_info lcd.init(freq=10000000)...
What version full firmware can run model has 1.81M kmodel ? ( model was trained from colab with architecture mobilenet7_5)