0% found this document useful (0 votes)
129 views

Synopsis On Weather Monitoring System Using IOT

This document describes a weather monitoring system using IoT that captures temperature and humidity data using a DHT sensor. It sends the sensor data to a NodeMCU microcontroller over WiFi. The microcontroller then transfers the data to the cloud for storage and analysis on platforms like ThingSpeak. The system can be customized to trigger alerts or other actions when temperature/humidity exceed thresholds. It outlines the basic methodology which includes a block diagram showing the components and connections, and uses of a DHT11 sensor to accurately measure temperature and humidity.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views

Synopsis On Weather Monitoring System Using IOT

This document describes a weather monitoring system using IoT that captures temperature and humidity data using a DHT sensor. It sends the sensor data to a NodeMCU microcontroller over WiFi. The microcontroller then transfers the data to the cloud for storage and analysis on platforms like ThingSpeak. The system can be customized to trigger alerts or other actions when temperature/humidity exceed thresholds. It outlines the basic methodology which includes a block diagram showing the components and connections, and uses of a DHT11 sensor to accurately measure temperature and humidity.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Synopsis on Weather Monitoring System using IOT

Introduction:

The main objective of this project is to originate electronic device or network that
can capture and restore temperature and humidity and after that send data to the
cloud or website for its analysis. Here we can use a microcontroller for the simple
brain of the system. When we use the NodeMCU as a microcontroller, we need a
Wi-Fi hotspot to establish your Internet connection. And the DHT sensor, which
(digital humidity sensor) can detect differences in temperature, humidity and
humidity at a certain location, must be integrated into the system. The sensor
continuously monitors temperature changes and sends data to the microcontroller.
The microcontroller transfer the data for its storage and visualization to cloud. We
can also use IOT platforms such as ThinkSpeak IoT to collect data into the cloud
for analysis. This system can then be customized to create good animations such as
tweets or phone calls, or turn on a device when the temperature/humidity or other
parameters are below a certain threshold.

Methodology

Block Diagram:

The most basic step for the formation of the monitoring system is to deduce a
block diagram for the system on which all further actions are performed.
Figure 1: Block Diagram

The Block diagram is followed by the construction of the circuit diagram in which
all the components i.e., different sensors, Wi-Fi module etc. are mounted over the
microcontroller and the breadboard.

Temperature & Humidity Sensor

DHT11 temperature and humidity sensor will be used which is best model for
measurement. In this Temperature will display in Celsius. Humidity(H) will
display in % The sensor tells 20 % - 80% readings which is 5% accurate and -40 -
80-degree Celsius temperature that is +-0.5 accurate, it can be decrease or increase.

You might also like