DHT11 Temperature And Humidity Sensor Module with LED
DHT11 Temperature And Humidity Sensor Module with LED
- Input Supply voltage (VDC): 3.3 ~ 5
- Supply Current (mA): measurement 0.3mA standby 60μA.
- Temperature measurement range: 0~50 degrees
- Temperature measurement error: ±2 degrees
- Humidity measurement range: 20%~95%RH
- Humidity measurement error: ±5%RH

- Description
Description
DHT11 Temperature And Humidity Sensor Module with LED

This is a digital temperature and humidity sensor module that works with all of the Arduino micro-controllers. Because it is a digital sensor it only necessitates 3 connections, Vcc, GND, and a digital pin for data output. With this sensor, you get two measurements (humidity and temp) while only using one digital pin on the Arduino! This sensor would be perfect for creating an HVAC control system or for controlling something like a food dehydrator.
This humidity and temperature sensor is very popular and has an Arduino Library dedicated to it.
Features:
- Sensor is composed of a resistive humidity sensing component and an NTC temperature testing component and connects with 8-byte MCU
- MCU outputs a digital code
- Fast response and great anti-interference capability
- Durable and long lasting sensor
- Low power consumption
- Based on the DHT11 sensor architecture
Specifications:
- Operating Voltage: DC 3.3 – 5V
- Current: Max. 2.5mA
- Humidity Measurement range: 20% ~95% | ?5%RH
- Temperature Measurement range: 0?~60? | ?2 ?
- Connections; GND, Vcc, and Signal
- Depth 12mm, Height 7mm, Width 36mm
- Weight 5.0g
Connect DHT11 to Arduino

You can download the Library we used?here:??DHT_Library.zip
Arduino Sketch:
#include <DHT.h>
#define dht_apin A0 // Analog Pin sensor is connected to
dht DHT;
void setup(){
Serial.begin(9600);
delay(500); //Delay to let system boot
Serial.println("DHT11 Humidity & temperature Sensor
");
delay(1000); //Wait before accessing Sensor
}
void loop(){
//Start of Program
DHT.read11(dht_apin);
Serial.print("Current humidity = ");
Serial.print(DHT.humidity);
Serial.print("% ");
Serial.print("temperature = ");
Serial.print(DHT.temperature);
Serial.println("C ");
delay(5000); //Wait 5 seconds before accessing sensor again.
//Fastest should be once every two seconds.
}
Watch the result in Arduino IDE serial monitor.
هذه وحدة حساس رقمي لقياس درجة الحرارة والرطوبة تعمل مع جميع متحكمات Arduino. وبما أنها حساس رقمي فهي تحتاج فقط إلى 3 توصيلات:
Vcc و GND وطرف رقمي لإخراج البيانات.
وباستخدام هذا الحساس يمكنك الحصول على قياسين معًا، وهما الرطوبة ودرجة الحرارة، مع استخدام طرف رقمي واحد فقط من الأردوينو. لذلك يعتبر هذا الحساس مناسبًا جدًا لإنشاء نظام تحكم في التهوية والتكييف أو للتحكم في أجهزة مثل مجفف الطعام.
هذا الحساس لقياس الرطوبة ودرجة الحرارة مشهور جدًا، ويوجد له مكتبة خاصة بالأردوينو.
المميزات:
- يتكون الحساس من عنصر استشعار رطوبة مقاوم وعنصر قياس حرارة من نوع NTC، ويتصل مع متحكم دقيق 8-بت
- يقوم المتحكم بإخراج كود رقمي
- استجابة سريعة وقدرة ممتازة على مقاومة التشويش
- حساس متين وطويل العمر
- استهلاك منخفض للطاقة
- مبني على بنية حساس DHT11
المواصفات:
- جهد التشغيل: من 3.3V إلى 5V DC
- التيار: بحد أقصى 2.5mA
- مدى قياس الرطوبة: من 20% إلى 95% بدقة تقريبية ±5%RH
- مدى قياس درجة الحرارة: من 0 إلى 60 درجة مئوية بدقة تقريبية ±2°C
- التوصيلات: GND و Vcc و Signal
- العمق: 12 مم
- الارتفاع: 7 مم
- العرض: 36 مم
- الوزن: 5 جم
توصيل DHT11 مع Arduino
يمكنك تنزيل المكتبة المستخدمة من هنا: DHT_Library.zip
كود Arduino:
#include <DHT.h>
#define dht_apin A0 // Analog Pin sensor is connected to
dht DHT;
void setup(){
Serial.begin(9600);
delay(500); //Delay to let system boot
Serial.println("DHT11 Humidity & temperature Sensor");
delay(1000); //Wait before accessing Sensor
}
void loop(){
//Start of Program
DHT.read11(dht_apin);
Serial.print("Current humidity = ");
Serial.print(DHT.humidity);
Serial.print("% ");
Serial.print("temperature = ");
Serial.print(DHT.temperature);
Serial.println("C ");
delay(5000); //Wait 5 seconds before accessing sensor again.
//Fastest should be once every two seconds.
}
ملاحظة
يمكنك مشاهدة النتيجة من خلال Serial Monitor داخل برنامج Arduino IDE.
You May Also Like
Related Products
MiNi ENC28J60 Ethernet LAN Network Module For Arduino SPI AVR PIC LPC
XH W1209 12V Digital Temperature Controller Module W/ Display and NTC Temp Sensor
MAX6675 Module + K Type Thermocouple Sensor Measure 1024°C Temperature
LCD 12864B Graphic Blue Color Backlight LCD Display Module 12864-20M v3.3
DHT22/AM2302 Digital Temperature & Humidity Sensor
TPM-10 Digital Thermometer with Probe LCD Electronic Fish Tank Water Detector Thermometer
MPU-6050 3-Axis Accelerometer and Gyro Sensor GY-521
B3950 10K NTC Thermistor Temperature Sensor 5*20mm with XH2.54 Connector with 1Meter Cable
Frequently Purchased Accessories
Arduino Uno R3 Board without Cable High Quality
Products With Similar Tags
24V/12V to 5V 5A Power Module DC-DC XY-3606 Buck Step Down Power Converter
Electronic Key Lock Switch 12mm 2 position ON/OFF V4 (KS-03-101-Key)
ESP-WROOM-32 Wifi Bluetooth Combo Module ESP32 Chip SMD
Mecanum Omni Wheel 60mm Set Right + Left for Yellow TT Motor (2pcs/set )
XH-M452 Temperature and Humidity Controller Module
Arduino Mega 2560 R3 CH340G ATmel MCU ATMEGA2560-16U Improved Version CH340G Board (Board Only)
TM1637 4 Bits Digital Tube LED Display Module With Clock Display for Arduino HW-069
Electronic Key Lock Switch 12mm 2 position ON/OFF V3 (KS-02-101-Key)

