Git Product home page Git Product logo

grove-vision-ai's Introduction

Grovr Vision AI Module

What it is

Grove Vision AI Module contains a camera (OV2640) and two microcontrollers.

  • Himax HX6537-A is an ultra-low-power, high-performance microcontroller designed for battery-powered TinyML applications.
  • BL702 32-bit RISC CPU. BL702 is the USB-UART chip which enables the communication between the PC and the Himax chip.

In addition, there are two sensors:

  • Micropone MSM261D3526H1CPM
  • 3D Accelerometer and gyroscope, 6-axis Inertial Measurement Unit (IMU)

Dual 7-pin headers are compatible XIAO series boards.

Operating Voltage 5v.

Baud rate 115200.

I2C interface.

The camera supports resolution up to 1600x1200 px but is set to 192x192 px due to the limitation of inference speed.

Vision AI Module Front Vision AI Module Back

Grove pins

It is not open source product. Link

Update BL702 chip firmware

Edge Impulse: Update BL702 chip firmware

Build Models

Upload models to the camera

The trained models are in the file .uf2

  1. Connect the USB-C cable and double-click the BOOT button. GROVEAI will be mounted as a drive.

Arduino lib

Datasheets

Web interface

Linux

Linux may not recognize it as a USB device. Therefore we need to create new rules file. File name: 60-visionai.rules

File content:

SUBSYSTEM=="usb", ATTRS{idVendor}=="2886", ATTRS{idProduct}=="8060", MODE="0666"

Save the new rules file to the /etc/udev/rules.d/ directory.

Restart the udev rules:

sudo udevadm control --reload-rules

Links


Tauno Erik 2022-2023

grove-vision-ai's People

Contributors

imgbotapp avatar taunoe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.