forked from GeorgeHahn-Lab651/sensei_mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ _build | |
*.pyc | ||
*.log | ||
*.log~ | ||
.ipynb_checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |