Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Add instructions for AIY Projects app
Browse files Browse the repository at this point in the history
Change-Id: Id39b9dcdd917496848dc8caeca2de69e2445a85a
  • Loading branch information
dmitriykovalev committed Nov 14, 2019
1 parent 04bbf43 commit adb1fa4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ sudo apt-get install -y aiy-usb-gadget
```
Default Pi IP address is `192.168.11.2`, host IP address will be assigned automatically.

#### Support for AIY Projects app

In order to make the Pi work with the [AIY Projects][aiy-app] app:

```bash
sudo apt-get install -y aiy-bt-prov-server
```

### 3. Install required packages

Use the following commands to install packages for either the
Expand Down Expand Up @@ -215,10 +223,9 @@ git clone https://github.com/google/aiyprojects-raspbian.git AIY-projects-python
And now install the Python library in editable mode:

```bash
sudo pip3 install -e AIY-projects-python/src
sudo pip3 install -e AIY-projects-python
```


## Appendix: List of all AIY Debian packages

The following is just a reference of all packages that are installed when you
Expand Down Expand Up @@ -262,8 +269,6 @@ wheel (until [this issue][protobuf-issue] is fixed) along with [Google Assistant
* `snd_aiy_voicebonnet`




[changelog]: CHANGES.md
[raspbian]: https://www.raspberrypi.org/downloads/raspbian/
[image-flash]: https://www.raspberrypi.org/documentation/installation/installing-images/
Expand All @@ -275,3 +280,4 @@ wheel (until [this issue][protobuf-issue] is fixed) along with [Google Assistant
[kernel-pwm]: https://www.kernel.org/doc/Documentation/pwm.txt
[kernel-gpio]: https://www.kernel.org/doc/Documentation/gpio/sysfs.txt
[kernel-iio]: https://www.kernel.org/doc/Documentation/driver-api/iio/core.rst
[aiy-app]: https://play.google.com/store/apps/details?id=com.google.android.apps.aiy

0 comments on commit adb1fa4

Please sign in to comment.