Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.12 KB

iot-gd

Prototype RaspberryPi garage door opener written in python utilizing the GrovePi.

This prototype uses a relay wired to the garage door opener to activate the door and an ultrasonic ranger to detect of the garage door is up or not.

Setup on RaspberryPi

  1. Install python (2.7)

  2. Install pip

  sudo apt-get install python-pip
  1. Install GrovePi dependencies on the pi (full instructions found here)
  cd <directory_for_grovepi>
  sudo git clone https://github.com/DexterInd/GrovePi
  cd <directory_for_grovepi>/GrovePi/Script
  sudo chmod +x install.sh
  sudo ./install.sh
  1. Install flask
  sudo pip install flask
  1. Run by executing gd-service.py
  sudo python gd-service.py

Features to build

  • Integrate into master controller
  • Add security

License

Apache License 2.0