Several models in Grove Vision AI Module V2

Hi all,

In accordance with SSCMA-Micro:
AT+MODELS?\r
AT+MODEL?\r
The device may have several models.

Also it is possible to switch between these models:
AT+MODEL=<MODEL_ID>\r

Using SenseCraft AI web interface I can upload model to 1st model location.

Does anyone know how to upload a 2nd model to the device?

Thanks in advance

know the model locations available on the device. Use the command:

AT+MODELS?\r

This will list the model slots available on your Grove Vision AI module. Determine the slot where you want to upload the second model. Each slot will have an identifier (e.g., Model 1, Model 2, etc.).

Hi liaifat85,

AT+MODELS?\r showed only one position (id:1):

{“type”: 0, “name”: “MODELS?”, “code”: 0, “data”: [{“id”: 1, “type”: 0, “address”: 4194304, “size”: 0}]}

I’ve uploaded ‘Gesture Detection’ (Paper, Rock, Scissors) using SenseCraft AI web interface.

Do you mean that Grove Vision AI Module V2 with default FW has only one slot for the models ?
If yes - is it possible to update FW (or maybe some manipulations using AT commands) to get at least 2 slots ?