Temperature and Humidity Monitoring Using Arduino

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Temperature and humidity

monitoring using Arduino


• Vikram prabhu - 4SO20EE041
• Roja s - 4S021EE415
• Veron prinson Noronha -4SO20EE040
• Alston noel fernandes - 4SO20EE005
introduction
Humidity and Temperature are very common parameters for measuring
at many places like farm, green house, medical, industries home and
offices. We have already covered Humidity and Temperature
Measurement using Arduino and displayed the data on LCD.In this IoT
project we are going to Monitor Humidity and Temperature over the
internet where we will show the current Humidity & Temperature data
over the Internet. It is accomplished by the data communications
between Arduino, DHT11 Sensor Module, and LCD. Celsius scale
thermometer and percentage scale humidity meter displays the
ambient temperature and humidity through a LCD display.
Work done till date

The above figure is the circuit design of DHT11 interfacing with Arduino. The
DHT11 Humidity and Temperature sensor comes in two variants: just the
sensor or a module.
The main difference is that the module consists of the pull – up resistor and
may also include a power on LED. We have used sensor in this project.Coming
to the design, the data pin of the DHT11 Sensor is connected to the Pin 11 of
Arduino. A 16 x 2 LCD display is used to display the results. The control pins of
LCD i.e. RS and E (Pins 4 and 6 on LCD) are connected to pins 4 and 5 of
Arduino. The data pins of LCD i.e. D4 to D7 (pins 11 to 14 on LCD) are
connected to pins 0 to 3 on LCD. For ease of connection, we have connected
the DHT11 Sensor Module at the ICSP pins of the Arduino as it provides
adjacent VCC, DATA and GND pins.
Remaining work
The code has to be uploaded to the aurduino uno
which is used in this project .
Applications :
• 1. HVAC Systems: Temperature and humidity detectors are used in
heating, ventilation, and air conditioning (HVAC) systems to monitor
and control the indoor climate.
• 2. Agriculture: In agricultural settings, temperature and humidity
detectors play a crucial role in monitoring and controlling
environmental conditions for plant growth and animal husbandry.
Advantages:
• 1. Environmental Monitoring:These detectors provide real-time
measurements, allowing for effective monitoring and control of
temperature and humidity levels in a given space.
• 2. Energy Efficiency:By accurately measuring these parameters, HVAC
systems can be optimized for better performance and energy
conservation.
• 3. Weather Monitoring: Temperature and humidity detectors are
commonly used in weather stations and meteorological applications.
By monitoring these variables, weather patterns and changes can be
tracked and predicted.

You might also like