Data Sheet

3
Google provides a Python API Library, and downloads for a special image for the AIY Kits. TensorFlow is used for
building models to recognize types of objects.
Due to limited hardware resources on Vision Bonnet, there are constraints on what type of models can run on
device. Please refer to the AIY Projects website to read about the constraints.
The SD card image supports both AIY Voice Kit and AIY Vision Kit. You can download the most recent release
here:
https://github.com/google/aiyprojects-raspbian/releases
VISION BONNET ADDITIONAL CAPABILITIES
The Vision Bonnet also includes a dedicated microcontroller (MCU) that enables the following additional
features:
Control of four additional GPIO pins, freeing up the Pi GPIOs for other uses
PWM support for servo/motor control without taxing the Raspberry Pi's CPU
Analog input support via on-board analog-to-digital converter (ADC)
Control of the two LEDs on the bonnet
The AIY projects page provides some samples how to use these advanced features of the Vision Bonnet as well.