-
It would be great to have a constant to identify Maixduino. Is there any?
I've seen this one in ArduinoCore-k210 , Arduino.h file
```c++
#ifndef KENDRYTE_K210
#define KENDRYTE_K210 1
#endif
```
…
-
**Describe the bug**
I am trying to deploy a kmodel that's around 1MB to k210 but the model can't be loaded.
**To Reproduce**
Steps to reproduce the behavior:
```
from maix import KPU
kpu = KP…
-
I tried to compare the version of K210 SDK to the official verison(https://github.com/kendryte/kendryte-standalone-sdk),but I cloud not find which version like this,specially,such as spi.c .Or ,is t…
-
A lot of important changes have happened to k210-hal since 2019 (the last release) like this:
http://github.com/riscv-rust/k210-hal/commit/4b817b75a7296ab221f11b751c6ea20de980132a
Any chance of a …
-
On the page:
[sipeed_wiki/docs/soft/maixpy/en/api_reference/Maix/fft.md](https://github.com/sipeed/sipeed_wiki/blob/80720889a02d786225520e70d9febcd72871f37a/docs/soft/maixpy/en/api_reference/Maix/fft…
-
I have not been able to find much information on this :-( .
1. Does the ESP32 come preprogrammed with AT firmware, or do I have to burn it separately.
2. What pins it is connected to? I have seen …
-
BUILD.sh fails when compiling kendrite SDK:
===[ 'mklfs' created ]===
===[ BUILDING MicroPython FIRMWARE ]===
.
.
-----[ source k210_env ... ]-----
-----[ k210_env export LD_LIBRARY_PATH=$LD_LIB…
-
**Is your feature request related to a problem? Please describe.**
In my Application I need to utilize both cores of the RISC-V MCU (Kendryte K210) because I need a lot of processing power. I attempt…
cmdrf updated
11 months ago
-
Hey Maixfriends,
my problem is that I don't get a serial connection to my Maixduino anymore.
After unsuccessful trying to upload a model into flash my display become white and up to this moment I …
-
➜ rustsbi-k210 ls /dev/ttyUSB0
/dev/ttyUSB0
➜ rustsbi-k210 cargo k210
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Running `target/debug/xtask k210`
xtask: no serial …