0% found this document useful (0 votes)
299 views21 pages

Mini Weather Station

This document presents a mini project on developing a mini weather station. It discusses the aim, objectives, and literature review. The aim is to create a temperature/humidity monitoring system that wirelessly logs data to a remote server. The objective is to detect, record, and display weather parameters like temperature and humidity. The literature review summarizes 4 papers on weather stations, noting their methodologies, results, and gaps like needing a mobile or dedicated web network. The project will develop a solution to measure and transmit local weather data wirelessly.

Uploaded by

5 Aditya Kr. 8C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
299 views21 pages

Mini Weather Station

This document presents a mini project on developing a mini weather station. It discusses the aim, objectives, and literature review. The aim is to create a temperature/humidity monitoring system that wirelessly logs data to a remote server. The objective is to detect, record, and display weather parameters like temperature and humidity. The literature review summarizes 4 papers on weather stations, noting their methodologies, results, and gaps like needing a mobile or dedicated web network. The project will develop a solution to measure and transmit local weather data wirelessly.

Uploaded by

5 Aditya Kr. 8C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

MINI PROJECT

PRESENTATION
Mini Weather Station
Guide
Prof. Shilpa Shinde
Asst. Prof. CSE(AIML)
Contents 1 Aim & Objective

2 Literature Review

3 Problem Statement &


Proposed Solution
4 Results

5 References
Aim.
Mini Weather Station
The goal of this project is to make a
temperature/humidity monitor that wirelessly
logs the temperature, humidity and pressure
to a remote server.
Objective.
The objective of weather monitoring system is
to detect, record and display various weather
parameters such as temperature, humidity.
This system makes use of sensors for detecting
and monitoring weather parameters and then
this collected information is sent to the cloud
which can be accessed using the internet.
Research
Paper Methodology/Algorit Gap
Question/Issue Result
No. hm/Work done Identified
Adressed

The paper has presented a


The system uses the SEN-08311 weather station consisting in
Weather station made of USB Weather Board, which temperature, humidity,
DOI:10.1109/T temperature, humidity, includes the SHT15 temperature pressure and luminosity
Requires mobile
ELFOR.2011.61 pressure and luminosity and humidity sensor, the SCP1000 sensors, a microcontroller
network service.
43549 sensors embedded in a pressure sensor and the and a GSM module. The
microcontroller based board. TEMT6000 luminosity sensor. The station can be controlled
software is based on Python through a mobile phone with
SMS service.

Weather station was designed


as a small portable device This work uses a PC to control
This weather station is the
with a fast connection to all home weather station and
best solution for the control Can only be
DOI:10.1109/S external gauges, weather visualization measuring data via
of some simple systems, implemented
AMI.2012.620 station connecting themselves applications written in
such as home greenhouse, for simple
9011 to the power network and a PC programming language C# with
control windows, retraction systems.
for data visualization and communications via USB or
drapes etc. in low price.
setting behavior of the RS232.
switching outputs.
Research
Paper Methodology/Algorit Gap
Question/Issue Result
No. hm/Work done Identified
Adressed

A really small and autonomous


wireless node transmits
The Wireless Weather Station
accurate information about
has been autonomously
DOI:10.1109/S Implementing small size, low several parameters of weather.
working for months at the Requires a
ENSORCOMM power consuming commercial A constantly powered base
university’s roof. It is still dedicated web
.2007.439496 weather stations which are station collects the data and
sending out data to our web server.
5 inexpensive. retransmits them through cable
server, which hosts an
to a host computer which stores accessible web page.
the data which can be
accessded through a web server

The paper presented a low-


The target platform chosen is
cost embedded intelligent
This paper represents a design HCS12 family's Dragon12-Plus2,
weather station design that Electric
of a small-scale embedded and the microcontroller is
DOI:10.1109/I can measure the real time systems may
intelligent weather station MC9S12DG256, three sensors
CENCO.2014. wind speed, wind direction, malfunction in
which can deliver real time used are wind speed sensor,
7050439 temperature, and gives out chilly
weather conditions of wind direction sensor, and
information on wind chill temperatures.
surrounding environment. temperature sensor, software
temperature. It will be
system.
displayed on LCD.
Literature Review-I
MirceaPopa
MirceaPopa developed “Embedded Weather Station with Remote Wireless
Control”. This paper presents a weather station made of temperature, humidity,
pressure and luminosity sensors, embedded in a microcontroller based board.
The station is remotely controlled by the user through SMS commands. The
remote control can be implemented through wires, on Internet, or wirelessly by
using different communication technologies. The system uses the SEN-08311
USB Weather Board, which includes the temperature and humidity sensor,
pressure sensor and the TEMT6000 luminosity sensor.
Literature Review-II
Ondrej Krejcar
Ondrej Krejcar developed “Low Cost Weather Station with Remote Control”.
Proposed work describes use a PC to control home weather station and
visualization measuring data via applications written in programming
language C# with communications via USB or RS232. Weather station is
capable of measuring temperature by using the temperature sensor DS18B20,
wind speed via measuring turbine with optical encoder, the intensity of
illumination via light sensitive element and finally is able to detect an
approaching thunderstorm by measuring atmospheric charge. The station
also disposing eight galvanic separation switch outputs, whose function in the
supplied software set to customer requirements.
Literature Review-III
R. Lajaraet
In the paper “Ultra Low Power Wireless Weather Station” proposed a design of a
tiny and low cost Wireless Weather Station to measure accurate temperature,
relative humidity, light intensity and atmospheric pressure. These direct
climatic variables and others indirectly attainable, like the dew-point, wind chill
are readable through a web page. The chosen sensors are factory calibrated
and have a digital interface. The Weather Sensor Nodes are able to achieve
ultra-low power consumption, allowing a single super capacitor to power them
for 52 days. A really small and autonomous wireless node transmits accurate
information about several parameters of weather. These are temperature,
relative humidity, atmospheric pressure and light intensity.
Literature Review-IV
Adnan Shaoutet
Adnan Shaoutet presents an embedded design of a low cost weather station.
Three weather parameters; wind speed, wind directions and temperature are
measured. The measured parameters are used to measure the wind chill
temperature and dressing index through calculation and a built-in intelligent
system. Only basic type sensors were used so that the cost of this design is
reduced. A small scale neural network was planted into the microcontroller for
the post-processing.
Problem Statement

01 Lack Of Information
Limited ways for user to know
about weather such as
02 Alerts
User can’t be alerted of the strong
winds heat waves or any other
temperature, humidity, and weather related emergencies.
pressure.

03 Forecasting Issues
Difficulty in making
forecast without data.
weather
Proposed
Solution

By using three types of sensor to monitoring the weather


parameters that are temperature, humidity the system will be
able to display the weather condition by an analysis about the
current weather with the sensor value data.

The software part involves the IoT coding. This system will be
seen on ThingSpeak channel that has been created to simplify
user to check online and also an android application to display
the sensor data.
Weather Forecast
Your projections for Projections for Temperature, Humidity
and Pressure..
40

30

20

10

0
Temperature Humidity Pressure
Block Diagram
Circuit Diagram
Hardware
Result
App
References
1 2
J. Shivang, S. S. Sridhar, “Weather Z. U. Khan and M. Hayat, “Hourly
prediction for indian location using based climate prediction using data
Machine learning,” International mining techniques by comprising
Journal of Pure and Applied entity demean algorithm” Middle-
Mathematics, vol. 118, no. 22 pp. East Journal of Scientific Research 21,
1945-1949, 2018. vol. 8, pp. 1295-1300, 2014.

3 4
S. S. Bhatkande1, R. G. Hubballi2, Y. Radhika, and M. Shashi,
“Weather Prediction Based on “Atmospheric temperature
Decision Tree Algorithm Using Data prediction using support vector
Mining Techniques.” Belgaum India: machines.” International Journal of
International Journal of Advanced Computer Theory and Engineering
Research in Computer and 1.1, vol. 1, no. 1, pp.1793-8201, 2009.
Communication Engineering, vol. 5,
no.5, pp. 483-48, 2016.
Contact Us.
The Team
Siddhant Dnyane: 8291534101
Kumari Priyal: 8789243362
Kunal Bombe: 8104040904
Shivam Pawar: 9930735242
Thank you!

You might also like