Skip to main content

Interfacing Raspberry Pi 3 with a Temperature Sensor (DHT11) - English & Marathi

 Introduction

The DHT11 sensor is a simple and popular sensor used to measure temperature and humidity. In this tutorial, we will learn how to interface the DHT11 sensor with Raspberry Pi 3 and display the temperature and humidity readings on the terminal.

DHT11 рд╕ेрди्рд╕рд░ рддाрдкрдоाрди рдЖрдгि рдЖрд░्рдж्рд░рддा рдоोрдЬрдг्рдпाрд╕ाрдаी рд╡ाрдкрд░рд▓ा рдЬाрдгाрд░ा рдПрдХ рд╕ोрдкा рдЖрдгि рд▓ोрдХрдк्рд░िрдп рд╕ेрди्рд╕рд░ рдЖрд╣े. рдпा рдЯ्рдпूрдЯोрд░िрдпрд▓рдордз्рдпे, рдЖрдкрдг DHT11 рд╕ेрди्рд╕рд░рд▓ा Raspberry Pi 3 рд╢ी рдХрд╕े рдЬोрдбाрдпрдЪे рдЖрдгि рдЯрд░्рдоिрдирд▓рд╡рд░ рд╡ाрдЪрди рдХрд╕े рдк्рд░рджрд░्рд╢िрдд рдХрд░ाрдпрдЪे рд╣े рд╢िрдХू.


Components Required | рдЖрд╡рд╢्рдпрдХ рдШрдЯрдХ:

  1. Raspberry Pi 3
  2. DHT11 Temperature and Humidity Sensor
  3. 10K╬й Resistor
  4. Jumper Wires
  5. Breadboard

Circuit Diagram | рд╕рд░्рдХिрдЯ рдЬोрдбрдгी:

Connections:

  • DHT11 VCC → 3.3V (Pin 1)
  • DHT11 GND → GND (Pin 6)
  • DHT11 Data → GPIO4 (Pin 7)
  • 10K╬й resistor between VCC and Data pin

Python Code | рдкाрдпрдерди рдХोрдб:

import Adafruit_DHT

sensor = Adafruit_DHT.DHT11
pin = 4  # GPIO4

humidity, temperature = Adafruit_DHT.read_retry(sensor, pin)

if humidity is not None and temperature is not None:
    print(f"Temperature: {temperature}°C")
    print(f"Humidity: {humidity}%")
else:
    print("Failed to retrieve data from sensor")

Explanation | рд╕рдордЬाрд╡рдгी:

  1. We use the Adafruit_DHT library to read data from the sensor.
  2. The sensor is connected to GPIO4 on the Raspberry Pi.
  3. The program continuously reads the temperature and humidity values and displays them.

рдЖрдкрдг Adafruit_DHT рд▓ाрдпрдм्рд░рд░ीрдЪा рд╡ाрдкрд░ рдХрд░ूрди рд╕ेрди्рд╕рд░рдХрдбूрди рдбेрдЯा рд╡ाрдЪрддो. рд╕ेрди्рд╕рд░ GPIO4 рд╢ी рдЬोрдбрд▓ेрд▓ा рдЖрд╣े рдЖрдгि рддो рддाрдкрдоाрди рдЖрдгि рдЖрд░्рдж्рд░рддेрдЪ्рдпा рдоूрд▓्рдпांрдЪे рд╡ाрдЪрди рдХрд░рддो.


Running the Code | рдХोрдб рдЪाрд▓рд╡िрдгे:

  1. Install the required library:
    pip install Adafruit_DHT
    
  2. Save the Python script as dht11.py
  3. Run the script:
    python dht11.py
    

Output | рдЖрдЙрдЯрдкुрдЯ:

Temperature: 25°C
Humidity: 60%

Conclusion | рдиिрд╖्рдХрд░्рд╖:

Now, you have successfully interfaced the DHT11 temperature and humidity sensor with the Raspberry Pi 3! ЁЯОЙ

рдЖрддा рддुрдо्рд╣ी DHT11 рддाрдкрдоाрди рдЖрдгि рдЖрд░्рдж्рд░рддा рд╕ेрди्рд╕рд░рд▓ा Raspberry Pi 3 рд╕ोрдмрдд рдпрд╢рд╕्рд╡ीрдкрдгे рдЬोрдбрд▓े рдЖрд╣े! ЁЯОЙ


Stay tuned for the next sensor tutorial! ЁЯЪА | рдкुрдвीрд▓ рд╕ेрди्рд╕рд░ рдЯ्рдпूрдЯोрд░िрдпрд▓рд╕ाрдаी рддрдпाрд░ рд░рд╣ा! ЁЯЪА

Comments

Popular posts from this blog

IOT : GARDEN WATER SPRINKLER SYSTEM

IoT projects have gained immense popularity due to their ability to leverage the power of interconnected devices and data to create innovative solutions across various domains. IoT projects involve integrating sensors, actuators, and communication technologies to enable the seamless exchange of data between physical devices and the internet. These projects range from simple DIY experiments to complex industrial applications, each offering unique opportunities to transform our lives and improve efficiency. Whether it's creating a smart home automation system, monitoring environmental conditions, optimizing energy usage, or developing intelligent transportation systems, applications of IoT open up a world of possibilities for innovation and connectivity. By harnessing the potential of IoT, we can build intelligent and interconnected systems that revolutionize industries, enhance daily life, and pave the way for a more efficient and sustainable future. In this project we will be using...

POWER BI - THE ARCHITECTURE

Power BI Architecture: A Comprehensive Guide to Building Effective Data Analytics Solutions     Understanding Power BI Architecture: Power BI's architecture comprises four main components, each playing a pivotal role in the data analytics process: Data Sources:   Power BI connects to a wide range of data sources, including databases, cloud services, Excel files, web services, and more. This versatility enables organizations to consolidate their data from various systems into a single dashboard. Data Transformation:   Once the data is sourced, it undergoes transformation and cleaning processes to make it suitable for analysis. Power BI's Power Query Editor provides a user-friendly interface to manipulate, filter, and shape data according to specific requirements. Data Model:   The heart of Power BI's architecture lies in its data model, whic...

TOUCH PLATE BASED DOOR BELL

Title:  Touch plate based door bell  Circuit:  Components: IC 555 Resistors: 1 M, 100k, 330 ohms Transistor: BC547  PN2222A Capacitor: 10n 1 Copper plate : as touch plate. A 6v battery An LED / Ic UM66 Description: This is the simple circuit for touch plate based security system. In this project what basically done is, circuit detects stray voltages produced by mains voltage and electrostatic built  up in the room.If sufficient static voltage is detected by the plate then chip will charge up. Transistor BC 547 or PN2222A is used basically to increase the sensitivity.In place of led just connect IC um 66(melody IC). Applications: In homes, of course. This can be specially used in places like hospitals, when patients need to call doctor by himself.