Skip to content

BewickPlace/DHT11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHT11 wiringPi Driver

By John Chandler, created using numerouse sources

What is it

This program is an example of how to read Pressure and Temperature data from the common DHT11 sensor.

The program includes support for an illuminated switch.

Pin Usage

All pins can be changed in the .h header definitions, however the base setup is as follows:

               ---------
               | 1 | 2 |
               | 3 | 4 | +5v

Switch Write Pin | 5 | 6 | GRND Switch Read Pin | 7 | 8 | DHT11 Read/Write Data GRND | 9 | | | | |

The program uses wiringPi to access the GPIO pins, and utilises Physical pin numbering mode.

About

DHT11 wiringPi based driver for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published