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

On Weather Monitoring System

The document discusses a weather monitoring system using a Raspberry Pi. It measures environmental parameters like temperature and humidity using a DHT11 sensor connected to the Raspberry Pi. The system allows real-time monitoring of weather conditions through an internet connection to the Raspberry Pi. It provides a low-cost and portable way to study weather patterns.

Uploaded by

Abhay Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
293 views

On Weather Monitoring System

The document discusses a weather monitoring system using a Raspberry Pi. It measures environmental parameters like temperature and humidity using a DHT11 sensor connected to the Raspberry Pi. The system allows real-time monitoring of weather conditions through an internet connection to the Raspberry Pi. It provides a low-cost and portable way to study weather patterns.

Uploaded by

Abhay Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Search

Upload Read ad-free Login

PPT on Weather Monitoring System-converted (1).pptx


Oct 17, 2023 • Download as PPTX, PDF • 0 likes • 238 views
A abhisheksinghcompute Follow

hello
Read more

Technology

Recommended
IRJET - Smart Crop
Protection System from
Animals using PIC
IRJET Journal
3.2K views • 4 slides

weather monitoiring
system.pptx
PranayBathini1
4.9K views • 22 slides

Internet of Things (IoT) -


We Are at the Tip of An
Iceberg
Dr. Mazlan Abbas
303.1K views • 90 slides

Iot based smart irrigation


system
Krishna Vala
48.9K views • 23 slides

Smart irrigation system


Ayesha Sajjad
907 views • 19 slides
Save slide
15CS81 Module1 IoT
Ganesh Awati
1.1K views • 25 slides

@Smart farming using io t


Arun Singh
505 views • 48 slides

Garbage Monitoring
System using Arduino
ijtsrd
1.6K views • 4 slides
25 of 25 Download Now
More Related Content
What's hot (20)

Water level monitoring Chapter_1.pptx Introduction To Smart irrigation system L


system Intelligent Parking using internet of things P
Gaurav kumar … • 7.3K views AadiSoni3 • 580 views guest4074240 • 2.1K views Basavaraj Galagi • 6.6K views P

Similar to PPT on Weather Monitoring System-converted (1).pptx (20)


Industrial Hazard Internet of things SenseHome : IoT based IRJET- Information I
Monitoring using IOT home automation system Logging and Investigati… A
Ayush Chhang… • 2.8K views Brockanurag • 687 views Rafiul Islam • 305 views IRJET Journal • 27 views C

Slideshows for you (20)

Protein Energy Sterilization Gram staining Cerebrospinal fluid(csf) C


Malnutrition d
Qurrot Ulain T… • 577.4K views Dr.Sudeesh Sh… • 477.9K views Shivang Patel • 177.3K views promotemedical • 161.4K views P

Recently uploaded (20)

Emixa Mendix Meetup 11 Microservices, Docker WomenInAutomation2024 Accelerating Enterprise R


April 2024 about Mendix… deploy and Microservice… : AI and Automation for … Software Engineering … C
Pim van der Noll • 185 views Karmanjay Ver… • 14 views UiPathCommu… • 36 views WSO2 • 14 views K

Related Books
Free with a 30 day trial from Everand View All
Ebook Ebook Ebook Ebook Ebook Ebook
ESP32 Learn IoT Internet of Things Computer Python Computer
Programming f… Programming… with ESP8266 Networking: An… Programming f… Networking
Sever Spanulescu Bernardo Ronquillo … Schwartz Marco Ramon Nastase Pratik Desai Axel Ross
5/5 0/5 5/5 45/5 5/5

Related Audiobooks
Free with a 30 day trial from Everand View All

Audiobook Audiobook Audiobook Audiobook Audiobook Audiobook


Clean CompTIA A+ Linux: The Solving the Accelerated How Do
Architecture: A… Complete… Ultimate… Technology… DevOps with AI… Computers
Robert C. Martin Richie Miller Ryan Turner Dr. Jim Anderson Stephen Fleming J. T. Liso
5/5 5/5 4.5 / 5 0/5 4/5

PPT on Weather Monitoring System-converted (1).pptx


1. Weather Monitoring System Using Raspberry Pi Presentation On : Submitted to : Mr. Yogesh Kumar Asst. Prof. Dev Bhoomi Group of Institution, Dehradun Submitted By Abhishek
kumar Singh 18PTCSE0011 Sudhir Kumar 18PTCSE0032 Manmohan Rana 18PTCSE0027 Amjad Alam 18PTCSE0028 Sunny Kumar Ray 18PTCSE0020
2. Weather Monitoring System Using Raspberry Pi
3. Introduction Many things affect the weather. And weather also have affect on most of living as well as non- living things. At Weather station study of different environmental
parameters using some instruments and equipment's has been done. So to meet the goal of weather monitoring we have designed IoT based real-time, low-cost, portable and high speed
weather station using Raspberry Pi. At our weather station we are measuring some environmental parameters like temperature& humidity. IoT means Internet of Things. It provides inter-
networking of physical devices, buildings, vehicles and other components like sensors and actuators. By giving network connectivity to systems embedded with electronics, software,
sensors and actuators; these objects are able to collect and exchange data. By using IoT objects to be sensed or controlled remotely through existing network. It gives opportunity to
connect physical world with computer-based systems.
4. Resources Hardware Uses: • Raspberry PI 3 • DHT 11 Sensor • Breadboard • Jumper Wire • Memory Card Software Uses: • Raspbian OS • Python IDLE • VNC Viewers
5. Raspberry PI RASPBERRY PI platform is most used after ARDUINO. Although overall applications ofPI are less it is most preferred when developing advanced applications. Also the
RASPBERRY PI is an open source platform where one can get a lot of related information so you can customize the system depending on the need.
6. Raspberry PI Here are few examples where RASPBERRY PI 3 is chosen over other microcontrollers and development boards: 1. Where the system processing is huge. Most ARDUINO
boards all have clock speed of less than 100MHz, so they can perform functions limited to their capabilities. They cannot process high end programs for applications like Weather Station,
Cloud server, gaming console etc. With 1.2GHz clock speed and 1 GB RAM RASPBERRY PI can perform all those advanced functions. 2. Where wireless connectivity is needed RASPBERRY
PI 3 has wireless LAN and Bluetooth facility by which you can setup WIFI HOTSPOT for internet connectivity. For Internet of Things this feature is best suited. 3. RASPBERRY PI had
dedicated port for connecting touch LCD display which is a feature that completely omits the need of monitor.
7. Raspberry PI Model
8. Raspberry PI Pins
9. DHT11 (Humidity & Temperature) Sensor The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and to measure the
surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to grab data.
10. Breadboard A breadboard is a very useful device for prototyping circuits. It allows you to easily plug in and remove components and so if there are going to be many changes or if you
just want to make a circuit quickly, it will be much quicker than soldering up your circuit.
11. Jumper Wires Jumper wires are simply wires that have connector pins at each end, allowing them to be used to connect two points to each other without soldering. Jumper wires
are typically used with breadboards and other prototyping tools in order to make it easy to change a circuit as needed.
12. Data Flow Diagram Start Wait for the Sensor Stability Send a Instruction Wait for Response The Microprocessor receive data result Heck Result Result is Correct OutputTemp &
Humidity Continue to collect data Return Output “-1” No Y es Y es No
13. 1. Download the Required Software and Files. i. Download Win32disk imagers. ii. SD Card Formatter. 2. Format SD Card and Plug in through Card Reader. 3. Write the Operating
System on the SD Card : i. Open win32 disk Imager ii. Browse the .img file of Raspbian OS. iii. Click on open then click on write (Note: if any warning Popup then ignore those, by
clickingOk) 4. After Completing Write process then Eject SD Card, Now OS is Installed in Memory Card. Process of Installing Raspbian OS
14. Raspbian OS Windows
15. 1. Connect Raspberry Pi in Monitor through HDMI Cable. 2. Then Connect Raspberry Pi using Data Cable with your PC. (*Note:- Raspberry Pi and PC are connected in Same Network)
3. In Raspbian OS open Terminal and Open Terminal (CMD) and type ifconfig press Enter. 4. Then See IP Address, Subnet Masketc. How to Check Raspberry Pi IPAddress
16. Ifconfig Windows
17. VNC Viewer • In computing, Virtual Network Computing (VNC) is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another
computer. • VNC is platform-independent – there are clients and servers for many GUI-based operating systems
18. VNC Viewer Windows
19. Connectivity
20. Coding Open Python IDLE then New and Start Programming :-
21. Output in Windows
22. Output in Cloud (ThingSpeak)
23. ThingSpeak • ThingSpeak is an IoT analytics platform service that allows you to aggregate, visualize and analyze live data streams in the cloud. • ThingSpeak provides instant
visualizations of data posted by your devices to ThingSpeak. With the ability to execute MATLAB code in ThingSpeak you can perform online analysis and processing of the data as it
comes in. • ThingSpeak is often used for prototyping and proof of concept IoT systems that require analytics.
24. CONCLUSION • This IoT based system gives real-time monitoring of environmental parameters. This system monitors temperature & humidity. Data can be seen from anywhere in the
world. By using this system the client can continuously monitor different environmental parameters without any interaction with additional server. • Raspberry Pi itself acts as a server.
This is efficiently carried out by Raspbian operating system. This weather monitoring system is designed using Raspberry pi is having low cost, small size, low power consumption, fast
data transfer, good performance and remote monitoring. This system has some limitations, it do not have built-in Wi-Fi and built-in Real Time Clock.
25. Thank You !

About Support Terms Privacy Copyright Cookie Preferences Do not sell or share my personal information
English 

Everand

© 2024 SlideShare from Scribd  

You might also like