So, I trained the model, I have the .uf2 firmware file for RPI Pico. Is there a way I can get it to run continuous classification and trigger something when it finds the specific classificatio?
1 Like
Hi @zloberto
Our firmware is available on Github and you can customize it as required: GitHub - edgeimpulse/firmware-pi-rp2040: Ingestion & inferencing firmware for the Raspberry Pi Pico (RP2040)
Best
Eoin
If you are doing images then see this file. You can take action based on the result
variable. See line 162.