Boian Mitov
Boian Mitov
Thank you @chegewara . What Chip Select is used to talk to the ESP32 from the K210 ? Do you happen to have some example code, or link to tutorial...
@chegewara I know that I can flash the ESP32 :-) I can even program it with Visuino . It is already supported. I did not want to override any factory...
In essence if the ESP32 comes pre programmed with AT type firmware, then I can add the AT support on the K210 side in Visuino as a WiFi module. Otherwise,...
@chegewara Thank you so much! :-) It is programmed when it arrives right :-) I will test shortly.
Thank you @chegewara . I am actually looking for C++ code using the K210 API, and a non blocking (pooling) implementation. It seems from what I see that I need...
@chegewara Maybe time for you to get them out and play with them ;-) . I can get you Beta of Visuino with the Maixduino added for you to play...
@chegewara Cool! :-) I have not had chance to work on the S2 yet. They still have to sort the Arduino libraries from what I have heard, so I am...
@chegewara I did. They have direct connection (channeling) between the Microphone and the AI classifier. I want to get the samples in the code, and there does not seem to...
I have a proof of concept working :-) Here is the code if somebody else needs it. Super crappy, but shows the concept: #include #define FRAME_LEN 512 // CHUNK =...
@chegewara Thank you! :-) I have seen the PDFs before. Thank you for the github link. I am still testing here since the kendryte_standalone_programming_guide_20190311144158_en.pdf does not document a lot of...