-
So I have got myself a [USB to Serial Adapter](https://www.amazon.com/gp/product/B00LZV1G6K/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1) on Amazon, but I'm still getting the following error. Any …
-
**Unable to convert from tflite to kmodel**
I am trying to export a custom model to kmodel format using nncase for k210. I am able to convert my model to tflite successfully but conversion to kmodel …
-
### Check if applicable
- [X] I used Google/Bing/other search engines to thoroughly research my question and DID NOT find any suitable answers
- [X] Additionally I went through the issues in this …
-
**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_la…
-
I am using a [Sipeed Maixduino esp32 board. ](https://www.amazon.co.uk/Seeed-Studio-Sipeed-Maixduino-RISC-V/dp/B07SW9ZWQQ) I am running an example code from the [Sipeed website ](https://maixpy.sipeed…
-
Using "MicroPython v0.5.0-200-g8f6aa7b on 2020-08-31; Sipeed_M1 with kendryte-k210" on board: Maixduino
There is no status function for NIC created as ESP32_SPI that seems a bit strange as the func…
-
Is it possible to make mpy file for maix bit?
-
Hello I have the camera that was shipped with the maixduino, OV2640, and i get the error, from the title, when i try to use the camera, after sensor.reset() i get the error. The camera was working be…
-
Hello!
I have used two different cables and two different ports to connect to Maixduino from Ubuntu 19.04 desktop. I have had ZERO luck. Attached is a summary of my exercise. I can provide additional…
-
### MaixPy IDE 0.2.54
### font
import sensor, image, time, lcd
from Maix import GPIO
from fpioa_manager import fm
gpiopin=16
fm.fpioa.set_function(gpiopin,fm.fpioa.GPIO7)
gpiofoto=GPIO(GPIO…