RM065 Trimpot Trimmer Potentiometer Pot
RM065 5k Ohm Trimpot Trimmer Potentiometer 502 Pot السعر الأصلي هو: 3.00 EGP.السعر الحالي هو: 2.50 EGP.
7400 Quad 2 Input NAND Gate IC (7400 IC) DIP-14 Package
7430 8-Input NAND Gate السعر الأصلي هو: 19.00 EGP.السعر الحالي هو: 10.00 EGP.

DHT11 Temperature And Humidity Sensor Module with LED

السعر الأصلي هو: 75.00 EGP.السعر الحالي هو: 53.00 EGP.

DHT11 Temperature And Humidity Sensor Module with LED

  1. Input Supply voltage (VDC): 3.3 ~ 5
  2. Supply Current (mA): measurement 0.3mA standby 60μA.
  3. Temperature measurement range: 0~50 degrees
  4. Temperature measurement error: ±2 degrees
  5. Humidity measurement range: 20%~95%RH
  6. Humidity measurement error: ±5%RH
DHT11 Temperature And Humidity Sensor Module with LED
This item: DHT11 Temperature And Humidity Sensor Module with LED
السعر الأصلي هو: 75.00 EGP.السعر الحالي هو: 53.00 EGP.
السعر الأصلي هو: 75.00 EGP.السعر الحالي هو: 53.00 EGP.
Wires 10 Cm Male To Female Jumper Wires 10 wires
السعر الأصلي هو: 12.00 EGP.السعر الحالي هو: 7.50 EGP.
Share:

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.

14 Days Warranty

This item is covered with a standard warranty of 14 days from the time of delivery against manufacturing defects only. This warranty is given for the benefit of Micro Ohm customers from any kind of manufacturing defects. Replacement will be done against manufacturing defects.

What voids warranty:

If the product is subject to misuse, tampering, static discharge, accident, water or fire damage, use of chemicals & soldered or altered in any way.

You may also like…

You Love that

0.2 x 8 mm Plated Nickel Strip for Battery Connection Welding 1 Meter

JST XH 2.54 7 Pin Connector Set Wire Double End Female to Female 30CM White

LCD1602 Parallel LCD Display with Blue Backlight 1602A V5.5

7476 Dual JK Flip Flop with Preset and Clear

Shopping cart
Sign in


No account yet?

Create an Account