0% found this document useful (0 votes)
105 views

Arduino Info DHT11 Humidity TempSensor

This document provides instructions and specifications for using a DHT11 digital temperature and humidity sensor with an Arduino. It includes connections, calibration ranges, accuracy, response time, features, and sample code. The sensor measures temperature from 0 to 50 degrees Celsius and humidity from 20% to 90% RH. It has low power consumption and connects with a single wire interface.

Uploaded by

professorpaiva
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Arduino Info DHT11 Humidity TempSensor

This document provides instructions and specifications for using a DHT11 digital temperature and humidity sensor with an Arduino. It includes connections, calibration ranges, accuracy, response time, features, and sample code. The sensor measures temperature from 0 to 50 degrees Celsius and humidity from 20% to 90% RH. It has low power consumption and connects with a single wire interface.

Uploaded by

professorpaiva
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

08/09/13

arduino-info - DHT11-Humidity-TempSensor

DHT11-Humidity-TempSensor

Edit

14

Digital output temperature and humidity sensor DHT11


(Available here:http://goo.gl/S4m6v ) See photo at right: Connections are (V)oltage, (S)ignal, (G)round NOTE: Needs 4.7K to 10K pullup resistor from +5 to Signal pin - Full range of calibration, in-line digital output; - Humidity measuring range: 20% ~ 9 0% RH (0-50 ? temperature compensation) - Temperature measuring range: 0 ~ +50 ?C ; - Humidity measuring accuracy: 5.0% RH - Temperature measurement accuracy: 2.0 C - Response time: <5S ; - Low power consumption Features .. single wire digital interface ( the most simple system integration, ultra-low prices ) .. ultra-small size ( 12X15.5X5.5 mm ) .. high reliability .. optimized long-term stability Test Software Sketch for DHT11 (Credits: Rob Tillaart)
arduino-info.wikispaces.com/DHT11-Humidity-TempSensor 1/2

08/09/13

arduino-info - DHT11-Humidity-TempSensor

/ *Y o u r D u i n o . c o mE x a m p l eS o f t w a r eS k e t c h

D H T 1 1H u m i d i t ya n dT e m p e r a t u r eS e n s o rt e s t

The output from this program to the Serial Monitor will be something like this: DHT11 TEST PROGRAM LIBRARY VERSION: 0.3.2 Read sensor: OK Humidity (%): 56.00 Temperature (oC): 23.00 Temperature (oF): 73.40 Temperature (K): 296.15 Dew Point (oC): 13.77 Dew PointFast (oC): 13.74 DETAILS: Before you can use an "Arduino Software Library", you must make it available by copying it into the correct "libraries" folder.

Notes
To use the library, unzip the file below into your SKETCHBOOKPATH\libraries. Here is a .ZIP file available with these files for easier installation: DHT11.zip

For an example of a Web Server that displays DHT11 sensor values, see THIS:

arduino-info.wikispaces.com/DHT11-Humidity-TempSensor

2/2

You might also like