-
Notifications
You must be signed in to change notification settings - Fork 0
Install on Raspberry Pi
Chris Rowe edited this page Apr 25, 2015
·
18 revisions
- If you don't have a Raspberry Pi yet grab out from http://www.adafruit.com/products/2358
- This guide assumes you are running Raspbian (Debian 7 – Wheezy) which can be downloaded from http://www.raspberrypi.org/downloads/
Before we do anything else
sudo apt-get update // This makes sure your pack list is up to date.
sudo apt-get install lsb-release // Install
lsb_release -a // Run
You should see
Distributor ID: Debian
Description: Debian GNU/Linux 7.0 (wheezy)
Release: 7.0
Codename: wheezy
$ node --version // v0.10.x is recommended if you will be interacting with USB devices
wget http://node-arm.herokuapp.com/node_0.10.36_armhf.deb
sudo dpkg -i node_0.10.36_armhf.deb
# Check version again
node -v
# You may get a bunch of "npm WARN unmet dependency" messages but you can most likely ignore them
sudo npm install -g opk-pipe-cli
# Check that pipe is working
pipe --version
https://github.com/open-eio/Open-Pipe-Kit/issues/3#issue-53931785
TIP:
- Use screen to keep pipe watch running without having to keep the terminal open http://aperiodic.net/screen/quick_reference
- If you are deploying several pis you might be able to use the cheaper and lower power consumption Raspberry Pi Model A+ https://www.adafruit.com/products/2266