Skip to content

Python C module to read DHT Sensor with WiringPi from Python for the Raspberry Pi or Banana Pi

License

Notifications You must be signed in to change notification settings

warkanum/WiringPi_DHT_Sensor_PyMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiringPi based DHT11 Sensor Python Library for Raspberry Pi or Banana Pi

Python library to read the DHT11 series of humidity and temperature sensors on a Raspberry Pi or Banana Pi .

You will need to have WireingPi compiled and installed, http://wiringpi.com/

Works with python 3.3+

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

For all platforms make sure your system is able to compile Python extensions.

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

sudo python setup.py install

See example of usage in the test folder.

About

Python C module to read DHT Sensor with WiringPi from Python for the Raspberry Pi or Banana Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published