Skip to content

mtgibbs/iot-gd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prototype RaspberryPi Garage door opener.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages