Results 464 comments of chegewara

One thing, did you check maixduino library in arduino IDE? There is for sure some mic code, because its voice reco.

https://s3.cn-north-1.amazonaws.com.cn/dl.kendryte.com/documents/kendryte_standalone_programming_guide_20190311144158_en.pdf https://s3.cn-north-1.amazonaws.com.cn/dl.kendryte.com/documents/kendryte_freertos_programming_guide_20190311143226_en.pdf

https://github.com/kendryte/kendryte-standalone-demo/blob/develop/i2s_dma/main.c

Support for USB host will be added for sure on S2, especially that S3 is on its way which also support native USB. The problem is it is in very...

> Would it work for ESP32 WROOM as well? No, esp32 does not support native USB. btw, there is missing 1 library from my repo ;) https://github.com/chegewara/EspTinyUSB

Actually i think bluetooth specs allows to "merge" advertising and scan response, but i never been trying it. You can try to build long advertising packet, up to 62 bytes,...

Yes, this should work. At least it did work on my linux PC.

Sorry, but i have no answer on this question. As far as i remember i could connect and use S2 under windows and with android smartphone (just a test use...

I remember it was reported earlier, but i dont remember where (forum or esp32-arduino). This code is assuming sector size 512 bytes, and you probably do have 4096. The problem...

The problem is not with flash, OPI type etc. It is `Stack canary watchpoint triggered (usbd)` which requires to be increased. Other than that example works fine with both OPI...