Skip to content

Commit

Permalink
Adding raspberry pi setup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed Aug 9, 2017
1 parent e2ab237 commit 5f84437
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _build
*.pyc
*.log
*.log~
.ipynb_checkpoints
25 changes: 25 additions & 0 deletions raspberry_pi_setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#### Hardware

* Raspberry Pi 3 Model B
* Raspberry Pi Camera Module V2
* 2.5A Power supply
* Case

#### System Setup

* Install latest Raspian
* Configure keyboard, password using `sudo raspi-config`
* Configure wifi by editing /etc/wpa_supplicant/wpa_supplicant.conf
* Edit /etc/gai.conf to prefer ipv4

#### Dependencies install
* Clone [sensei_client]([email protected]:WildflowerSchools/sensei_client.git), [camera]([email protected]:WildflowerSchools/camera.git), and [sensei_mesh]([email protected]:WildflowerSchools/sensei_mesh.git) repositories.
* Install the sensei_client module: `sudo pip3 install -e .`, while in the sensei_client directory.
* Update system with `sudo apt-get update && sudo apt-get upgrade`
* Install packages: `git python3 python3-pip python pip`
* `sudo pip3 install awscli picamera ipython pyserial boto3`

#### Configure

* `aws configure`
* Copy `pyaci/example_sensei.yaml` to `~/.sensei.yaml` and edit it to provide TC login, and path to serial device.

0 comments on commit 5f84437

Please sign in to comment.