-
Currently MaixPy only allows underclocking:
[100, 200, 400]
It would be nice to have at least one safe overclocking option to, e.g., 500 MHz.
-
I'm trying to flash a newly downloeded firmware on a Sipeed Go (from Ubuntu 18.04), however it always seems to time out
```
$ ./kflash.py -v -p /dev/ttyUSB0 -B goE ../maixpy_v0.2.4_minimum.bin
[INF…
-
There is a serious bug in the kflash v0.8.1 version, and the new version has been fixed.
```
{
"sha1": "afd2123d6574049d2dae6c0f0cbab040ad1fdfc7",
"system": "*",
…
bitsk updated
5 years ago
-
Install maxiduino, the serial port name will always be Sipeed "Maix One Dock...", even if connect Arduino Uno Board
![Screenshot from 2019-04-23 13-41-06](https://user-images.githubusercontent.com/1…
-
Try this simple code directly in console and it works fine
`from Maix import GPIO`
`fm.register(board_info.LED_B, fm.fpioa.GPIO0)`
`led_r=GPIO(GPIO.GPIO0,GPIO.OUT)`
`led_r.value(0)`
But when …
-
the [face detector demo](http://dl.sipeed.com/MAIX/MaixPy/model/face.kfpkg) from [this page](https://maixpy.sipeed.com/zh/libs/Maix/kpu.html) is not working on Maix Go.
```
>>> task=kpu.load(0xd00…
-
Wrong link I suspect:
"url": "http://dl.cdn.sipeed.com/MAIX/Maixduino/core/Maixduino_core_v0.3.8.zip"
-
I am having problems running this example on Maix Go, the error is in this line
`task = kpu.load(0x300000)`
```
v=596458738, flag=-2096411809, arch=-1955282835, layer len=834782759, mem=-392490…
-
I did try to install on OSX, but the installer said:
```Tool kflash is not available for your operating system.```
Please make it available.
-
Hello again,
I have been trying to implement a small 1D CNN binary classifier with sigmoid activation at the end. When I copy my test inputs to `nnom_input_data` and run `nnom_predict` with the com…