xiao-accessory-grovevisionaiv2

Integrate Grove Vision AI V2 with XIAO microcontrollers for on-device object detection.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/therebelrobot/microcontroller-base --skill xiao-accessory-grovevisionaiv2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiao-accessory-grovevisionaiv2
Source: https://github.com/therebelrobot/microcontroller-base/tree/main/.roo/skills/XIAO-Accessory-GroveVisionAIv2
Command: npx skills add https://github.com/therebelrobot/microcontroller-base --skill xiao-accessory-grovevisionaiv2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise reference to help developers integrate Grove Vision AI V2 with Seeed Studio XIAO microcontrollers, covering wiring, I2C communication, cameras, and firmware examples for AI vision tasks.

Core Features & Use Cases

  • Wiring and pin-mapping guidance for the Grove Vision AI V2 on XIAO boards.
  • Arduino and TinyGo firmware samples to receive inference results over I2C (object detection, image classification).
  • Deployment guidance for models (MobileNet, YOLOv5/YOLOv8) via SenseCraft AI and SSCMA library, with compatibility notes and troubleshooting.

Quick Start

Connect the Grove Vision AI V2 to an XIAO board via the Grove I2C connector and load the Arduino or TinyGo example from this guide.

Frequently Asked Questions about xiao-accessory-grovevisionaiv2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Grove Vision AI V2 to a Seeed XIAO board for object detection?

You can connect the Grove Vision AI V2 to a Seeed XIAO board using the Grove I2C connector, then load the provided Arduino or TinyGo firmware examples to process object detection inference results.

Can I deploy YOLO models on the Grove Vision AI V2 module?

Yes, you can deploy YOLO models like YOLOv5 and YOLOv8 on the Grove Vision AI V2 module using the SenseCraft AI platform and SSCMA library, which provide deployment guidance and compatibility notes.

Does Grove Vision AI V2 support TinyGo firmware development?

Yes, the Grove Vision AI V2 supports TinyGo firmware development by providing specific code samples that receive inference data over I2C, enabling on-device AI vision tasks on XIAO microcontrollers.

What cameras and hardware interfaces work with the Grove Vision AI V2?

The Grove Vision AI V2 supports Grove I2C, CSI, and USB-C hardware interfaces for connecting cameras and microcontrollers, providing flexible wiring and pin-mapping options for Seeed XIAO boards.

Why is my Grove Vision AI V2 not returning object detection results over I2C?

If your Grove Vision AI V2 is not returning object detection results over I2C, check your wiring and pin-mapping against the reference guide, and verify that your Arduino or TinyGo firmware matches the deployed model.

Do I need the SSCMA library to run image classification on XIAO boards?

You need the SSCMA library to facilitate deploying and running image classification models like MobileNet on the Grove Vision AI V2 module connected to your Seeed XIAO board.