-
https://wiki.sipeed.com/soft/maixpy3/zh/usage/net.html
-
I was surprised to learn that K210 has S-Mode and Sv39 MMU!
So it's possible to run rCore on it!
But K210 is based on [priv v1.9.1 spec](https://raw.githubusercontent.com/riscv/riscv-isa-manual/ma…
-
I followed the instructions here: https://wiki.sipeed.com/hardware/en/maix/m1s/other/start.html#SDK-Compile
I have Ubuntu 22.04.1 LTS running on a 2010 iMac.
`./build.sh hello_world` fails with:
``…
-
I cannot use the sipeed-rv-debugger to debug my MaixDock.
It outputs the following in the debug console:
```
_ __ _ _
| |/ /___ _ __ __| |_ __ _ _| |_ ___
| …
-
hi, how are things going with you recently?
we have port micropython/openMV IDE, Arduino IDE, and platformIO IDE to k210.
I think your repo for k210 is clean and tidy, but limited functions compare …
Zepan updated
4 years ago
-
I am trying to make a simple program to determine the distance at which objects are located using the dual camera for Maix Dock.
Since OpenCV is not supported by the board, it's getting a little c…
-
#this is my code
import sensor, lcd
sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.QVGA)
sensor.run(1)
sensor.skip_frames()
#sensor.set_vflip(enable)
sensor…
-
Hi,
I want to use 2 model, ex 1MB vs 3 MB, how can I put it to sipeed and read it
Thanks
-
When I run the touchscreen sample I just get a blank screen and in the terminal I get lines of
0 0 0
0 0 0
If I use the thumbwheel I get
{"w":320, "h":240, "type"="rgb565", "size":153600}
0 0 …
-