-
微博内容精选
-
I just couldn't get the tm1637 driver to work on any board but Arduino Uno (AVR).
After much headscratching I came up with a modified version, where the dio and
clk pins are not bidirectional but on…
-
**Describe the bug**
Maix Py **image** class is missing many useful image processing functions like find_lines()
Dir the image class and it only has these functions
>>> import image
>>> dir(i…
-
Hi there !
My MAIX bit board does not reboot automatically anymore after flashing an image. I get:
```
kflash -p /dev/ttyUSB0 -b 1500000 -t output/images/u-boot.bin
[INFO] COM Port Selected M…
-
## Bug Report
### Current behavior
```
arduino-cli.exe core update-index
```
It returns error:
```
panic: minor version must not be prefixed with zero
goroutine 1 [running]:
go.bug.st…
-
Hi,
Thanks for uploading the files and the firmware. I was wondering how to get an example YoloV2 application running on the Maix-II V831 chip and I see you have the yolov2 param and bin files. Ca…
-
Some filesystems don't support files and directories with hyphen on it, so it is better to replace "-" with "_" to fix it.
```
$ find . -name "*-*"
./arch/z80/src/ez80/clang-compat.asm
./arch/xt…
-
Hi
When loading a kmodel file - either from SD or flash the device (MaixPy Bit - new version with mic) crashes (
disconnects from IDE and LCD goes blank). This is at line:
`task = kpu.load(0x30000…
-
Your docs talk about using "import sdcard", but that module doesn't exist in your demo image from [maixpy_v0.2.4_full_with_model_at_0x300000.kfpkg](http://dl.sipeed.com/MAIX/MaixPy/release/maixpy_v0.2…
-
> import network
> from Maix import GPIO
> from fpioa_manager import fm, board_info
>
> WIFI_SSID = "*****************"
> WIFI_PASSWD = "*****************"
>
> # IO map for ESP32 on Maixduino…