Skip to content

arother/picroft-google-aiy-voicekit-skill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google AIY voicekit

Enables Google AIY voicekit on picroft with Respeaker 2-Mics Pi HAT

About

This enables the led and button on the Respeaker 2-Mics Pi HAT. For now, just the button und a LED that might be attached to GPIO 12 ;)

If button is pressed he begins to listen. If the button is pressed for a longer time he stops whatever he is dooing.

Important

This skill is made for Picroft Lightning which is Picroft on Rasbian stretch and should install and initialize "out of the box".

If you are running another installation of Mycroft and the skill isnt initialize properly, it could be that the mycroft user dont have access to the GPIO which is needed to control led and button. You then need to add the mycroft user to the gpio group with the command

sudo usermod -g gpio mycroft

Installing the AIY voicekit

If you havn't already setup the voicekit, there is a script to help you do that in the skills folder.

run

install_AIY.sh

This script will add google's AIY reposotories, update and install the nessesary drivers and reconfigure the Pi to enable the kit. You need to do a reboot afterwords.

Category

IoT

Credits

Andreas Lorensen (@andlo)

Supported Devices

platform_picroft

Tags

#googlevoicekit #aiy #Googleaiy #voicekit #voicehat #Respeaker2-MicsPiHAT

About

Enables google aiy voicehat button

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.1%
  • Shell 47.9%