Maixduino
Maixduino copied to clipboard
Arduino port on Maix board ( k210 )
Is there any example that demonstrates how to save snapshot to SD card? Thanks for your help.
Hi team, I wanted to save snapshot taken by maix one dock board to the sd card. Here's the code I wrote for it. `#include #include #include SPIClass spi0(SPI0); //...
I changed the pin allocation to suit the Dock M1w microphone pins as follows: //io_mux_init fpioa_set_function(20, FUNC_I2S0_IN_D0); fpioa_set_function(32, FUNC_I2S0_SCLK); fpioa_set_function(30, FUNC_I2S0_WS); The device seems to detect the audio but the...
Don't know if anyone have issue on it, but I think LCD library is quite slow, especially when we have a lot of objects to draw (e.g lot of rectangles...
Arduino official boards use almost the same wifi chip with Maixduino. In order to keep WIFI API compatibility, please port the official codes into Maixduino repo. Arduino WIFI boards: [ARDUINO...
As stated in the Maixduino documentation: > Only pins that are set to the input function by **pinMode()** can be read. This is different from the standard Arduino behaviour. Why...
If you try to transfer more than about 960 characters from the Serial Monitor to the board via the serial interface it drops characters. To demonstrate this run the following...
Hello, I using Maix_Speech_Recognition library on my sample program for speech recognition with arduino IDE for Maix Bit MIC board. I'm noticing below issues on that, 1. I can add...
Using Maixduino board with MaixPy 0.5.0_12 version it is not possible to use UDP socket communication //once the NIC is initiated > host = “0.us.pool.ntp.org” > port = 123 >...
@btx000 recognize api will block when not dectect valid speech, could you add a timeout parameter? Thank you.