-
Just like other Dev. Boards from SiPEED half of the projects work and half not. I first bought a MAIXDUINO about a year ago. The same thing, no support, only some demonstration projects work. Then I …
-
Hello I have the camera that was shipped with the maixduino, OV2640, and i get the error, from the title, when i try to use the camera, after sensor.reset() i get the error. The camera was working be…
-
The hardware is already here: [https://maixduino.sipeed.com/en/hardware/binocular.html](https://maixduino.sipeed.com/en/hardware/binocular.html), but where is an example code?
Thank you ...
-
Hi. I am trying to convert .tflite model to .kmodel to flash into a Maixduino. I refer to the tutorial in this page --> https://courses.cs.washington.edu/courses/cse475/19au/labs/yolo2_tutorial.html
…
-
Hi
I have the next error `cannot declare variable 'camera' to be of abstract type 'Sipeed_OV2640'`
Arduino IDE version 1.8.9 with example mobilenet and selfie
Thanks
-
文章链接:
https://neucrack.com/p/189
----------------------------------------------------------------------------------------------------------------------------
## 主题简述
关于将MLX90640应用于maixduino的…
-
I am trying to upload a script that was developed by @AIWintermuteAI and posted here [aXeleRate - Keras-Based Framework for AI on the Edge](https://www.hackster.io/dmitrywat/axelerate-keras-based-fram…
-
I have built the custom firmware with speech recognizer enabled (everything else is left as default),
and was be able to load the firmware with kflash-gui.
With the "help('modules')" command, I ca…
-
**Describe the bug**
Using **feat/kpu** branch, I tried loading my squeezenet model (quantized & kmodel v5) but the results were:
```
Probe model size failed, will skip size check. …
-
I want to use SD.h in platformIO for maixduino board but SD.begin(29); return false.
after search in code I found that SPI object (SPIClass SPI) that SD.h use for handle sd card has been launched wit…