Maixduino icon indicating copy to clipboard operation
Maixduino copied to clipboard

Arduino port on Maix board ( k210 )

Results 74 Maixduino issues
Sort by recently updated
recently updated
newest added

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...

We want to respond to M5StickV Arduino. M5StickV has OmniVision OV7740 sensor, etc. https://docs.m5stack.com/#/en/core/m5stickv

I wrote a very simple benchmark to compare several microcontrollers, including kendryte k210. Results are sent to Serial. It took me a long time to figure out why I had...

I have tested the offline Voice Recognition, it works great! Looking forwarding to Speech Synthesis feature, then it will be more interactive for users.

How can I use OpenPoseAPI on MaixDuino ? Generally on google, there're many sample about face detection, but no sample or reports about using OpenPoseAPI. still not supported ? or...

I ran WebClient example and got an error that failed to send data ``` [WiFiEsp] Initializing ESP module [WiFiEsp] Initilization successful - 2.2.1 Attempting to connect to WPA SSID: GZBD...

Could you supply an example for face detection? It is a very useful application. Thank you very much!

Maix has two ways to accelerate the FFT process, using the APU or the individual FFT accelerator. Is it possible to use any of these sources with Maixduino?

enhancement

Hi, with maixpy, we can use a = kpu.init_yolo2(task, 0.5, 0.3, 5, anchor) How to load yolo model on Maixduino Thanks

enhancement