-
The analogue inputs don't work; trying:
Serial.println(analogRead(A0));
always prints 0, and:
Serial.println(analogRead(33));
always prints 33.
-
ESP32 doesn't respond to either USB com or commands from K210 uP. What firmware is on the ESP32? I've verified AT commands are reaching the ESP32 but it doesn't respond. Writing to Serial1 using a…
-
### Expected behavior
I compiled a .tflite model with ncc 1.0.0-fec915fb and try to run it on K210.
Unfortunately the model isn't running because the code fails with the following error message:
…
-
Hi, i compiled and ran this project on the MaixGo but nothing display so far. Is there any known modification required to get this running on the MaixGo ?
jpiat updated
5 years 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 …
-
I cannot flash firmware to maixpy go as below. So how to resovle?
./ktool.py -p /dev/ttyUSB0 -b 2000000 -t MicroPython.bin
-
**Describe the bug**
Practical difficulties to implement SPI communication with external modules (e.g. nrf24L01)
As per the Maixduino board specification, more SPI interfaces are available, although…
-
### Current status
Current SD card image writing speed is 12 fps and far below capture fps of > 20.
Higher recording speed is required.
### Rationale
Recording images to SD is crucial for in-dev…
-
I have a project that requires advanced usage of the K210 IO pins on a Sipeed Maixduino board.
However, the default digitalWrite, pinMode etc. methods use an array called MD_PIN_MAP for pin mapping. …
-
The library has the same typo errors than the OV2640 one:
At line 50 of Sipeed_GC0328.h read setRotation instead of setRotaion
At line 695 of Sipeed GC0328.cpp read setRotation instead of setRotaion