1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AIY Voice Kit V1に最新イメージを入れる

Posted at

AIY Voice Kit V1を買ってあれこれ遊んだあと放置して1年以上経ち、何を思ったか久しぶりに起動してみたら起動せず。SDカードが死んでいたので新しいSDを買ってAIY Voice Kitの最新ImageをDLして入れ直してみた。

2020/3/27時点での最新イメージは
AIY Kits Release 2019-11-13
これを使用する。

下記ページにしたがってセットアップする。
https://aiyprojects.withgoogle.com/voice-v1/

注:V2ではAIY Projects appというAndroid Appを利用すると簡単にセットアップできるようだが、ちょっと試してみた感じ出来なさそう。(蓋を開けて本体中央のボタンを長押ししても何も起こらないためBluetoothのペアリングが出来ないと推測)

$ ./assistant_library_demo.py

実行するとSegmentation faultが発生。

https://github.com/google/aiyprojects-raspbian/issues/660
ここに書かれているように、以下のコマンドを実行。

$ pip3 install google-assistant-library==1.0.0

インストール中に赤字で

aiy-projects-python 1.4 has requirement google-assistant-library>=1.0.1, but you'll have google-assistant-library 1.0.0 which is incompatible.

とか言われるけど無視してOK。

再度

$ ./assistant_library_demo.py

を実行。
めでたく動作。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?