controlboardRaspiAplus

Raspberry Pi A+

RaspberryPi code for ControlBoard.net a IoT Platform

INSTALLATION INSTRUCTIONS:

  1. Install Node.JS: http://weworkweplay.com/play/raspberry-pi-nodejs/

  2. Install Bower: sudo npm install bower -g

  3. Intall node-gyp: npm install -g node-gyp

  4. Install Python: sudo apt-get install python-dev

  5. Install Pi-Blaster: https://github.com/sarfata/pi-blaster

  6. Install WiringPI: http://wiringpi.com/download-and-install/

  7. Install bcm2835: http://www.raspberry-projects.com/pi/programming-in-c/c-libraries/bcm2835-by-mike-mccauley

  8. Install i2c: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c

  9. Install Forever: npm install forever -g

  10. Get controlboardRaspiAplus:

sudo git clone https://github.com/tribaltronik/controlboardRaspiAplus cd controlboardRaspiAplus sudo npm install