Temperature and humidity sensors: Difference between revisions

From PC5271 wiki
Jump to navigationJump to search
Fangye (talk | contribs)
Fangye (talk | contribs)
Line 22: Line 22:


== Experiment Steps ==
== Experiment Steps ==
===1 Circuit Connection===
===Circuit Connection===
1.1DHT11 Connection
====DHT11 Connection====
*VCC → 5V (Arduino)
*VCC → 5V (Arduino)
*GND → GND (Arduino)
*GND → GND (Arduino)

Revision as of 00:22, 11 March 2025

Team Member

Chen Andi、Chen Miaoge、Chen Yingnan、Fang Ye

Background

With the advancement of smart home systems, agricultural monitoring, and industrial environmental control, real-time monitoring of ambient temperature and humidity has become increasingly important. Variations in temperature and humidity significantly impact human daily activities, industrial production, and the storage conditions of various products. Traditional temperature and humidity measurement instruments are often expensive or lack real-time data display capabilities. Therefore, designing a low-cost, real-time temperature and humidity monitoring system based on the DHT11 sensor and Arduino holds significant practical and educational value.

Objective

The objective of this project is to design and implement a real-time temperature and humidity monitoring system based on Arduino and the DHT11 sensor, capable of continuously acquiring environmental temperature and humidity data and displaying the results on an LCD1602 screen in an intuitive manner. The system is designed to fulfill the following functions:

  • Real-time Data Acquisition: Accurately measures the current ambient temperature and humidity.
  • Dynamic Data Display: Continuously updates the LCD screen to reflect the latest measurement data.
  • Low Cost and High Scalability: Suitable for various applications such as smart home systems, agriculture, and warehouse environments, with potential extensions to wireless data transmission and other advanced functionalities.

Theory

Equipment Required

  • DHT11
  • Electronic display
  • Arduino
  • Bread Board
  • DuPont Line
  • battery-9V

Experiment Steps

Circuit Connection

DHT11 Connection

  • VCC → 5V (Arduino)
  • GND → GND (Arduino)
  • Data Pin → Digital Pin
  • Optional: Connect a 4.7kΩ or 10kΩ pull-up resistor between VCC and Data Pin.

1.2Display Connection VCC → 5V (Arduino) GND → GND (Arduino) SDA → A4 (Arduino UNO) SCL → A5 (Arduino UNO) Power Connection Connect the 9V battery to the Arduino power socket via the battery clip

Data Analysis

References

BU Y, LUO X, CHEN Y. Temperature and Humidity Acquisition System Based on Sensor DHT11[J]. Computer and Modernization, 2013, 1(11): 133.