Grove AI module

Thanks… The serial output from to wio shows the program skipping to “no identification”

However I don’t get any of the begin msgs…

Eg none of this.

Serial.print("Version: ");
Serial.println(ai.version());
Serial.print("ID: ");
Serial.println( ai.id());
Serial.print("Algo: ");
Serial.println( ai.algo());
Serial.print("Model: ");
Serial.println(ai.model());
Serial.print("Confidence: ");
Serial.println(ai.confidence());
state = 1;
}
else
{
Serial.println(“Algo begin failed.”);

I went through Roboflow and google workspace to build the model and uf2 file. All looks fine.i even tried the already made files. Then doesn’t get to the results msgs either… is there a link to the api so I can modify the code to just show image classification?