Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 665 Bytes

pi-noccio-setup

setup a raspberrypi-noccio bridge

to set up a pi without a monitor, these headless instructions are super helpful

to setup a brand new pi

installs node and pinoccio on the pi

wget http://registry.npmjs.org/pi-noccio-setup/-/pi-noccio-setup-1.0.2.tgz \
  && tar -xvf pi-noccio-setup-1.0.2.tgz \
  && ./package/install-pinoccio.sh

if you have node already

npm install -g pinoccio pi-noccio-setup

and if you want to enable bridge mode as a service on startup

pi-noccio-bridge-setup