Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 420 Bytes

PiTemp

Just playing around with my RaspberryPi. Small Python script to monitor the temperature and humidity.

Using Adafruit_DHT for the sensor reading. Temperature and humidity are written into a text file every X seonds.

git clone https://github.com/adafruit/Adafruit_Python_DHT.git
cd Adafruit_Python_DHT
sudo apt-get update
sudo apt-get install build-essential python-dev
sudo python setup.py install