Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.02 KB

Dreambedded

Project for Embedded Systems using the BeagleBone Green.

  • High level architecture

  • Loosely following this Code Organization Guide

  • Building for Sensor Wrappers and Monitor

    • Clone this repository.
    • change directory into beaglebone_green
    • run make
    • Caveats:
      • make sure that IR sensor is wired up to BBG's AIN pin 1
      • make sure that Sound sensor is wired up to BBG's AIN pin 4
    • Go to BBG's /mnt/remote/myApps directory
    • run ./dreambed
  • Building for Relay(RPI) and node server

    • Clone this repository.
    • change directory into raspberry_pi
    • run make
    • Go to RPI's /mnt/remote/myApps/rpi directory
    • run ./dreambed
    • For the node server
    • Go to /mnt/remote/myApps/rpi/server, run npm intall
    • and then npm run start. Off you go.