Maixduino
Maixduino copied to clipboard
Arduino port on Maix board ( k210 )
Using Arduino IDE in Windows 10 . I can load the board from the URL I checked by changing versions. #https://dl.sipeed.com/MAIX/Maixduino/package_Maixduino_k210_index.json?id=arduino Using Ubuntu 20.04.1 I have the latest Arduino 1.8.3...
I am a newbie for Maix Dock, I am trying to upload any code to Maix Dock on Arduino IDE. When I connect the Maix Dock to my computer, my...
When Sipeed_OV2640::setRotaion will be fixed?
I tried using the COLOR_YELLOW definition from Sipeed_ST7789.h with LCD.drawImage(). It displayed purple instead of yellow. If I use LCD.fillScreen() the colour works as expected. LCD.drawImage() needs to support the...
if I initialize the camera using framesize = FRAMESIZE_QQQVGA or FRAMESIZE_QQQQVGA it doesn't draw right, appearing scanlines like if I'm drawing it in the wrong resolution. ```c++ //setup Sipeed_OV2640 camera(FRAMESIZE_QQQVGA,...
The analogue inputs don't work; trying: Serial.println(analogRead(A0)); always prints 0, and: Serial.println(analogRead(33)); always prints 33.
the code uses a data type cardType which isn't present anywhere in the source files. this means the project fails to work as an example, please consider fixing or removing...
I want to run 4 different ISR for 4 different pins and am currently setting this up using ``` void setup() { pinMode(LeftA, INPUT); pinMode(LeftB, INPUT); pinMode(RightA, INPUT); pinMode(RightB, INPUT);...

Hello, I am having a hard time making the Maixduino detected in macOS Catalina. I have used a USB-C to USB-C data cable to connect the Maixduino to my MacBook...