Can't integrate Grove Vision AI Sensor data with Wio Terminal

Hello,

I deployed a model on the Grove Vision AI Sensor and I’m able to receive data & camera feed when running edge-impulse-run-impulse --debug. The next step for me is to read the vision sensor on the wio terminal microcontroller, so I can make a program that is controlling and reading the vision sensor. However I couldn’t find a way to do so, can anyone help me out?

Hi @momin and welcome to the forum!

Outside of this guide for integrating the sensor with the WIO you will need to follow the SEEED docs for doing so in arduino, and export your vision model to an arduino library on edge impulse.

Arduino Lib

Best

Eoin