Library to get readings from the DHT11, DHT22, and AM2302 humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
Project description
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
It is also known to work with AM2302 based sensors.
This is a fork of https://github.com/adafruit/Adafruit_Python_DHT so that I could put a copy up on PyPi as this hasn't been done by the original author.
Currently the library is only tested with Python 2.6/2.7.
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:
````
sudo apt-get update
sudo apt-get install build-essential python-dev
````
The library can be installed using pip
````
pip install adafruit_python_dht
````
or by downloading the source archive from:
PyPi https://pypi.python.org/pypi/Adafruit_Python_DHT
or
Github https://github.com/hexdump42/Adafruit_Python_DHT
expanding the archive, and executing:
````
sudo python setup.py install
````
You can test by using the script Adafruit_DHT which is installed as part of the distribution.
````
usage: sudo Adafruit_DHT [11|22|2302] GPIOpin#
example: sudo Adafruit_DHT 2302 4 - Read from an AM2302 connected to GPIO #4
````
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
==================================
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
It is also known to work with AM2302 based sensors.
This is a fork of https://github.com/adafruit/Adafruit_Python_DHT so that I could put a copy up on PyPi as this hasn't been done by the original author.
Currently the library is only tested with Python 2.6/2.7.
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:
````
sudo apt-get update
sudo apt-get install build-essential python-dev
````
The library can be installed using pip
````
pip install adafruit_python_dht
````
or by downloading the source archive from:
PyPi https://pypi.python.org/pypi/Adafruit_Python_DHT
or
Github https://github.com/hexdump42/Adafruit_Python_DHT
expanding the archive, and executing:
````
sudo python setup.py install
````
You can test by using the script Adafruit_DHT which is installed as part of the distribution.
````
usage: sudo Adafruit_DHT [11|22|2302] GPIOpin#
example: sudo Adafruit_DHT 2302 4 - Read from an AM2302 connected to GPIO #4
````
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Adafruit_Python_DHT-1.1.2.tar.gz
(17.7 kB
view hashes)
Close
Hashes for Adafruit_Python_DHT-1.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c837152acd70fa072518f71a9c3cf7b092cec5b9b0c1e0a4aec73a61a682b519 |
|
MD5 | 44398210baa7dd9c26613830a716fa98 |
|
BLAKE2b-256 | 73f3b5e473c3d058870b04b401210139f9bdba85cc2dbfbfb2b57a6b6ffb2318 |