So I recently bought a Raspberry Pi Pico (RP2040) and I also found this amazing website called edge impulse(www.edgeimpulse.com) which lets us train tinyML models without any code and gives us the library optimized to the microcontroller board we choose.
Now I want to make a tinyML project to do operations through my voice. Raspberry Pi doesn't have a microphone so I have to connect a microphone module to its ADC pin. But I am not able to get how to move forward with this. How can I use the C++ that I export through edge impulse and use it in my code? Does anyone has any experience building similar project? If someone could guide me with how to do this suing tensorFlowLite also that would be helpful.