Skip to content

Project for Embedded Systems using the BeagleBone Green and Raspberry Pi

Notifications You must be signed in to change notification settings

vaot/Dreambedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Project for Embedded Systems using the BeagleBone Green and Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 57.4%
  • JavaScript 27.3%
  • Makefile 11.0%
  • HTML 3.0%
  • CSS 1.3%