From 4efdc914e88c637c16692c6300738b5bac07e79f Mon Sep 17 00:00:00 2001 From: Clayton Walker Date: Thu, 24 Mar 2016 13:35:50 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c828ee3..f46732f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ ## Introduction Web server using a Raspberry Pi and DHT22 sensor to graph the humidity and temperature in my apartment over time. The data can be accessed over a web browser. +## Setup + +I use Python to access a DHT22 sensor to grab the temperature and humidity data. I also use a web server using Flask, uWSGI, SQLite, and JavaScript/jQuery. + +Charts are made with Google Charts and Plotly for more advanced processing. + ## Circuit Diagram +![Circuit Diagram](/Circuit.png?raw=true "Circuit Diagram") + ## YouTube YouTube: