This document describes an IOT-based weather reporting system that monitors hyperlocal weather conditions using inexpensive sensors. The system interfaces a temperature, humidity, and rain sensor to a Raspberry Pi that updates the weather status over the internet in real time. It allows users to observe local weather anywhere there is an internet connection. The system aims to provide accurate, real-time weather reporting in a low-cost and simple design.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
1K views
IOT Based Weather Reporting System
This document describes an IOT-based weather reporting system that monitors hyperlocal weather conditions using inexpensive sensors. The system interfaces a temperature, humidity, and rain sensor to a Raspberry Pi that updates the weather status over the internet in real time. It allows users to observe local weather anywhere there is an internet connection. The system aims to provide accurate, real-time weather reporting in a low-cost and simple design.
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12
IOT Based Weather Reporting
System
Presented by: Internal Guide:
A. Sai Ram Reddy 15C21A0403 M. Santosh Kumar T. Prem Kumar 15C21A0430 (Assistant Professor) T. Hari Haran 15C21A0431 Objectives Monitoring hyper local weather in an area using a cheap but efficient setup. The Device displays accurate weather conditions in real time and also the past weather patterns. The weather can be observed from anywhere in the world as long as there is an internet connection. Approach Humidity, temperature and rainfall are the three parameters we measure for weather reporting. We interface Humidity & temperature sensor and a rain sensor to the Raspberry Pi using python code. As the weather changes, the system updates the status to the monitor over the internet. Block Diagram Hardware Requirements Raspberry Pi 3 DHT11 Temperature and Humidity Sensor Rain Sensor LAN Cable Memory Card Software Requirements Python Language for programming Putty Software Raspberry pi 3: Raspberry Pi is a very versatile device which can be used for various applications. DTH11: DHT11 features a Complex temp and humidity sensor with a calibrated digital output Single-bus data format is used for communication and synchronization between MCU and DHT11 sensor. One communication process is about 4ms. Rain Sensor: The rain sensor module is an easy tool for rain detection. It can be used as a switch when raindrop falls through the raining board and also for measuring Rainfall intensity. Advantages Monitoring the weather in an area in Real time as opposed to News reports which only tell the approximate weather conditions. Cost effective and simple design. Simple and easy to understand code. Goals and Deliverables System should be cheap to make and easy to use. The system needs to report on weather changes accurately, over the internet in real time. There are no errors in the displayed weather data.