audy / greenhouse-monitor

Code and specs for a remote, always-on (3G), temperature and humidity sensor running on a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreenHouse Monitor

A temperature and humidity data logger and alert system I built to save the orange trees at our greenhouse at the University of Florida.

This is what it looks like

Demo of web app

How does it work?

  • RaspberryPi
  • Temperature and Humidity sensor
  • 3G Cellular Data Dongle
  • Web App running on the cloud somewhere (Heroku is fine) that receives data from the sensor
  • Can also send data/receive commands via text message

Instructions

  1. Buy Supplies
  • (1) Raspberry Pi
  • (1) DHT22 Temperature and Humidity sensor
  • (1) Breadboard and (4) Jumper wires
  • (1) 4-10 Ohm resistor
  • (1) Greenhouse
  1. Configure Raspberry Pi
  1. Configure web app

LICENSE

The MIT License (MIT)

Copyright (c) 2013 Austin G. Davis-Richardson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Code and specs for a remote, always-on (3G), temperature and humidity sensor running on a Raspberry Pi

License:MIT License


Languages

Language:JavaScript 77.0%Language:CSS 19.5%Language:Ruby 3.1%Language:HTML 0.3%Language:Shell 0.0%