Project for Embedded Systems using the BeagleBone Green.
-
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
- make sure that IR sensor is wired up to BBG's AIN pin 1
- Go to BBG's /mnt/remote/myApps directory
- run
./dreambed
- Clone this repository.
-
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.
- Clone this repository.