-
https://github.com/sipeed/Maixduino/blob/aa6543538ccfb54a89e9922dd38f5b4710a9c2a4/libraries/Maix_Speech_Recognition/src/Maix_Speech_Recognition.cpp#L95-L114
Hi
I want to use another I2S pin for reco…
-
https://github.com/sipeed/Maixduino/blob/aa6543538ccfb54a89e9922dd38f5b4710a9c2a4/libraries/Maix_Speech_Recognition/src/Maix_Speech_Recognition.cpp#L100-L101
hi.
what is third argument "channel_mask…
-
Is there any idea of adding Maixduino Board in openblock software.
Currently i working with maixduino in micropython, that's why asking.
If you add that in openblock, it would be useful..
-
I'd like to build nommu linux for maixduino. Which defconfig should I use?
-
## 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…
-
**Describe the bug**
```
fatal error: span: No such file or directory
21 | #include
| ^~~~~~
compilation terminated.
make[2]: *** [src/data/CMakeFiles/data.dir/build.make:76: …
-
**Describe the bug**
I am trying to use a selfbuilt kmodel on my Maixduino using MaixPy. I solved most compatibility errors. The kmodel has version 3.
While starting the model the program stops and …
-
Hello everyone !
I want to read my UART's output of my barcode scanner and print it on my computer.
My code :
char outBarcode;
void setup()
{
Serial.begin(115200);
Serial2.be…
-
My Code:
`
SSID = "MW40V"
PASW = "***"
import sensor, image, time
sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.QVGA)
sensor.skip_frames(time = 2000)
…
-
**Describe the bug**
I try to use esp32 to connect wifi on Maxiduino. I look into wiki and see a [demo code](https://wiki.sipeed.com/soft/maixpy/zh/course/network/network_config.html?highlight=wifi…