Install raspbian os included google aiy and connect with arduino.
Reference : https://m.blog.naver.com/roboholic84/221234060490
-
Download OS and unzip the file : https://dl.google.com/dl/aiyprojects/aiyprojects-latest.img.xz
-
Install Etcher program to install OS in your SD card
: https://etcher.io/ -
Connect google aiy kit with raspberrypi
:https://www.youtube.com/watch?v=4qxS2XzYXcI
- Open terminal and run
sudo apt-get install arduino
cd /home/pi/AIY-voice-kit-python/src/examples/voice
-
You will see a lot of .py files. I used assistant.library_with_local_commands_demo.py.
-
Run the file.
led : https://www.youtube.com/watch?v=a-DMh3V5OG0
servo : https://www.youtube.com/watch?v=bq20oG0sh8U
If you want to use my file put the file in /home/pi/AIY-voice-kit-python/src/examples/voice or anywhere.