Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.53 KB

README.md

File metadata and controls

51 lines (45 loc) · 1.53 KB

Hera

Laboratory Incubator Data Logger

Log data from your incubator to Google Docs and view stats on your LCD.

Feature:

  • View stats in real time on your lcd
  • Log data straight to Google Docs
  • Easily embed real time data on the web

Hardware

  • Raspberry Pi
  • Temperature/humidity sensor (DHT11,DHT22, AM2302) see Adafruit
  • LCD USB screen see Adafruit
  • Magnetic Door sensor see Adafruit

Install

Download this repo to a folder on your raspberry pi

git clone git://github.com/ironchief/Hera.git

Download Adafruit Raspberry Pi Python code + DHT library

git clone git://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git

Install LCDProc to control the USB LCD

$ sudo apt-get install -y lcdproc

Install the python dependencies

$ pip install -r requirements.txt

Create worksheet in Google Docs and delete all rows except the first. Label the columns Date, Temperature and Humidity

Enter your Google username and password into environment.py

email       = '[email protected]'
password    = 'password'
spreadsheet = 'worksheet'

Run incubator.py

sudo python incubator.py

Example

LCD stats

lcd

Embeddable Google Doc Charts

lcd