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

Maixduino hardware has i2s for audio. It would be better to supply an [i2s library](https://www.arduino.cc/en/Reference/I2S) to support it. https://github.com/arduino/ArduinoCore-samd/tree/master/libraries/I2S https://github.com/arduino-libraries/ArduinoSound

enhancement

It would be great to have a constant to identify Maixduino. Is there any? I've seen this one in ArduinoCore-k210 , Arduino.h file ```c++ #ifndef KENDRYTE_K210 #define KENDRYTE_K210 1 #endif...

The KPU library has an example on how to do object classification, but not object detection. Can you provide an example on how to do object detection?

Can't find it in the API

I'm reading through SpeechRecognizer::spch_recg and would like to see a few comments such as // flattening sound recording // inject flat sound recording into the neural net // NN result...

Hi, How can I use the ESP32 Wifi module from C/C++ ? It only seems to work using the MaixPy wifi example. When I run the default ESP32 firmware, and...

- edit RX1/TX1 pin number define in pins_arduino.h because was wrong - bypass GPIO map in UARTClass::begin and use true k210 pin number in this class

Are there any plans to expand this project to also include support for the Maix M1s module and M1s Dock board that are built from Bouffalo Lab's BL808 ?

I am curious if this project is dead?

Maixduino use to handle flipped colors inside a image buffer. By removing a byte swap from lcd we are able now to handle colors correctly for objects and image buffer....