Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document images #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion doc/Hardware and Software Setup Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,23 @@ Configure the '#define i2cSlaveAddress' line of the .ino for each node before up
#define i2cSlaveAddress 8
```

### System (Raspberry Pi)
### System (Raspberry Pi Image)

Pre built Raspberry pi images are available from here [https://github.com/spuder/pi-gen/releases](https://github.com/spuder/pi-gen/releases)

- Download the .zip
- Install [etcher](https://etcher.io/)
- Use etcher to write image to sd card
- Power On Raspberry pi (wait 5 minutes for first config)
- Navigate to [http://delta5.local](http://delta5.local)

_If http://delta5.local does not work, you may not have bonjour/zeroconf installed. You can always use the ip address instead. http://\<ipaddress\>_


### System (Manual Install)

The pre built images are easier to start with. The following steps will install the software by hand.

Start by installing Raspbian, follow the official instructions here: https://www.raspberrypi.org/downloads/raspbian/, use 'RASPBIAN JESSIE WITH PIXEL'

Enable I2C on the Raspberry Pi, go to 'Advanced Options' and enable I2C.
Expand Down