Skip to content

Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.

License

Notifications You must be signed in to change notification settings

JoBergs/Adafruit_Python_DHT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adafruit Python DHT Sensor Library

Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.

Designed specifically to work with the Adafruit DHT series sensors ----> https://www.adafruit.com/products/385

apt-get update sudo apt-get install build-essential python3-dev

Install the library by downloading with the download link on the right, unzipping the archive, and executing:

sudo python3 setup.py install

See example of usage in the examples folder.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Tony DiCola for Adafruit Industries.

MIT license, all text above must be included in any redistribution

Updated for Python 3

Tested on a Raspberry Pi 2.

About

Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.2%
  • Python 38.6%
  • C++ 5.2%