Question/Issue:
Help needed with running an inference on the Arduino Nano RP2040
Project ID:
7
Context/Use case:
Help needed with running an inference on the Arduino Nano RP2040.
Hey @aurel and @MMarcial thank for answering my previous question. You were right i needed to update the libraries. However i find my self with a new challenge. I followed this video Deploy an ML Model to Any Target with the Edge Impulse C++ Library by @ShawnHymel to understand how to deploy my already built sound classification model in edge impulse. I should note that i am not deploying to any target device but to my new Arduino Nano RP2040 board. However after adding the zipped folder downloaded from edge impulse into my Arduino studio and uploaded the code safely to the board and use the edge-impulse-run-impulse --raw command to run the model locally. It only runs the first function as shown in the picture below. I am unable to get inference from the microphone which i would like to do? I know you are super busy, but i will appreciate your help. Thank you. Here is the screenshot of my terminal’s output.