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

micropython scripts for MaixPy

Results 65 MaixPy-v1_scripts issues
Sort by recently updated
recently updated
newest added

I burned my model at 0x500000 address, after burned erase _ spiffs.kfpkg and maixpy_ v0.4.0_ 50_ Gcafae9d.bin. Then the code runs to the "kpu.load(0x500000)" the following error was reported. I...

### board type:maipy go, ### os version:maixpy_v0.5.0_95_g05c4e70_with_lvgl, ### error info:show as following, even restart many times ![XJ`JHYSZCVJ6S%46L0BW@~N](https://user-images.githubusercontent.com/35566228/85123023-12c62e00-b25a-11ea-9999-971d63ad911f.jpg) i just use the offical demo in your [github link](https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_http.py), but can't run...

The documentation is horrible to say the least. I am trying to learn how to get the WIFI working and even though I tried the scripts they do not work.

Hi, I'm following the instructions here: https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/doc/self_learning_classifier.md I downloaded the encrypted model on address 0x300000 and flashed the latest firmware. When I run the [demo script](https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/self_learning_classifier.py) it launches, but then...

I want to make my MaixPy BIT to keep sending some data to PC which was connected using /dev/ttyUSB* with some interval. But I can not find script or doc...

i have been running the code(on maxipy IDE) as given: from Maix import I2S from Maix import Audio from Maix import FFT from fpioa_manager import * import time fm.register (20,...

sensor.set_hmirror(1) ... bbox = kpu.run_yolo2(task, img) # Run the detection routine for i in bbox: img.draw_rectangle(i.rect()) when running above codes, on the resulting image the horizontal position of rectangle is...

GPIO IRQ sample (https://github.com/sipeed/MaixPy_scripts/blob/master/hardware/demo_gpio_intr.py) has a wrong signature for the IRQ handler, at least for MaixPy 5 ``` def test_irq(GPIO, pin_num): print("key", pin_num) ``` Gives an error as callback is...

I am trying to run the face recognition example, however I am facing an issue loading the following lines. ``` task_fd = kpu.load(0x200000) task_fe = kpu.load(0x400000) ``` I am using...

Hi I was wondering an example could be written for the mlx90640 that reads the data via i2c? I see the example of the one that uses the breakout board...