Internet of Things (IOT) based Weather Monitoring System

DOI : 10.17577/IJERTCONV6IS13149

Download Full-Text PDF Cite this Publication

Text Only Version

Internet of Things (IOT) based Weather Monitoring System

Anagha G A

Girija C

Department of Electronics and Communication, NIEIT, Mysuru

Andreanna Grace Shires

Department of Electronics and Communication, NIEIT, Mysuru

Harshalatha H

Department of Electronics and Communication, NIEIT, Mysuru

Pushpalatha H P

Department of Electronics and Communication, NIEIT, Mysuru

Abstract- The system proposed in this paper is an advanced solution for monitoring the weather conditions at a particular place and make the information visible anywhere in the world. The technology behind this is Internet of Things (IoT), which is an advanced and efficient solution for connecting the things to the internet and to connect the entire world of things in a network. Here things might be whatever like electronic gadgets, sensors and automotive electronic equipment. The system deals with monitoring and controlling the environmental conditions like temperature, relative humidity and CO level with sensors and sends the information to the web page and then plot the sensor data as graphical statistics. The data updated from the implemented system can be accessible in the internet from anywhere in the world.

Keywords- Internet of Things (IoT) Embedded Computing System; Arduino Software, ESP8266, Smart Environment.

. INTRODUCTION

The internet of Things (IoT) is viewedas an innovation and financial wave in the worldwide data industry after the Internet. The IoT is a wise system which associates all things to the Internet with the end goal of trading data and conveying through the data detecting gadgets as per concurred conventions. It accomplishes the objective of keen recognizing, finding, following, observing, and overseeing things . It is an augmentation and extension of Internet-based system, which grows the correspondence from human and human to human and things or things and things. In the IoT worldview, many articles encompassing us will be associated into systems in some shape . It is a current correspondence paradigm that envisions a near future, in which the objects of regular day to day existence will be outfitted with microcontrollers, handsets for computerized correspondence, and reasonable convention stacks that will make them ready to speak with each other and with the clients, turning into a vital piece of the Internet. The IoT idea,consequently, goes for making the Internet much more immersive and unavoidable.Moreover, by empowering simple get to and association with a wide assortment of gadgets, for example, for example, home apparatuses, reconnaissance cameras, checking sensors, actuators, showcases, vehicles, et cetera, the IoT will encourage the advancement of various applications that make utilization of the possibly gigantic sum and assortment of information created by such questions give new

administrations to subjects, organizations, and open organizations. Present innovations in technology mainly focus on controlling and monitoring of different activities. These are increasingly emerging to reach the human needs. Most of this technology is focused on efficient monitoring and controlling different activities. An efficient environmental monitoring system is required to monitor and assess the conditions in case of exceeding the prescribed level of parameters (e.g., noise, CO and radiation levels). When the objects like environment equipped with sensor devices, microcontroller and various software applications becomes a self-protecting and self- monitoring environment and it is also called as smart environment. In such environment when some event occurs the alarm or LED alerts automatically. The effects due to the environmental changes on animals, plants and human beings can be monitored and controlled by smart environmental monitoring system. By using embedded intelligence into the environment makes the environment interactive with other objectives, this is one of the application that smart environment targets. Human needs demands different types of monitoring systems these are depends on the type of data gathered by the sensor devices.Event Detection based and Spatial Process Estimation are the two categories to which applications are classified. Initially the sensor devices are deployed in environment to detect the parameters (e.g., Temperature, Humidity and CO etc.)while the data acquisition, computation and controlling action (e.g., the variations in the temperature and CO levels with respect to the specified levels).

Sensor devices are placed at different locations to collect the data to predict the behaviour of a particular area of interest. The main aim of the this paper is to design and implement an efficient monitoring system through which the required parameters are monitored remotely using internet and the data gathered from the sensors are stored in the cloud and to project the estimated trend on the web browser. A solution for monitoring the temperature, humidity and CO levels i.e., any parameter value crossing its threshold value ranges, for example CO levels in air in a particular area exceeding the normal levels etc., in the environment using wireless embedded computing system is proposed in this paper. The solution also provides an intelligent remote monitoring for a particular area of interest. In this paper we also present a trending results of collected or sensed data with respect to the normal or specified ranges of particular parameters. The

embedded system is an integration of sensor devices, wireless communication which enables the user to remotely access the various parameters and store the data in cloud.

  1. SYSTEM ARCHITECTURE

    The implemented system consists of a microcontroller (ESP8266) as a main processing unit for the entire system and all the sensor and devices can be connected with the microcontroller. The sensors can be operated by the microcontroller to retrieve the data from them and it processes the analysis with the sensor data and updates it to the internet through Wi-Fi module connected with it.

    A.BLOCK DIAGRAM

    Fig. 1 Block Diagram of the Project

    B.WI-FI MODULE

    Fig 2.ESP8266

    Here we used ESP8266 Wi-Fi module which is having TCP/IP protocol stack integrated on chip. So that it can provide any microcontroller to get connected with Wi-Fi network. ESP8266 is a preprogrammed SOC and any microcontroller has to communicate with it through UART interface.. It works with a supply voltage of 3.3v. The module is configured with AT commands and the microcontroller should be programmed to send the AT commands in a required sequence to configure the module in client mode. The module can be used in both client and server modes.

    C.SENSORS:

    The system consists of temperature and humidity sensor(DHT

    11) and CO sensor(MQ 6). These 2 sensors will measure the primary environmental factors temperature, humidity and the

    CO levels. All this sensors will gives the analog voltage representing one particular weather factor. The microcontroller will converts this analog voltage into digital data.

    D.TEMPERATURE SENSOR AND HUMIDITY SENSOR

    The DHT11 is an essential, ultra minimal effort computerized temperature and humidity sensor.

    Fig. 3 Temperature and Humidity Sensor DHT 11

    It utilizes a capacitive humidity sensor and a thermistor to gauge the surrounding air, and releases a digital data on the data pin (no analog information pins required). The main genuine drawback of this sensor is you can just get new information from it once every 2 seconds, so when utilizing our library, sensor readings can be up to 2 seconds old. Itworks on 3 to 5V power supply. Good for 20- 80% humidity readings with 5% accuracy and for 0-50°C temperature readings ±2°C accuracy

    E.CARBON MONOXIDE (CO) SENSOR

    Carbon Monoxide (CO) sensor, suitable for sensing CO concentrations in the air.

    Fig. 4 Carbon Monoxide (CO) sensor MQ 6

    Carbon monoxide sensor, suitable for sensing CO concentration in air. The MQ-6 can sense CO-gas concentration somewhere in the range of 20 to 2000ppm. This sensor has a high affectability and quick reaction time. The sensor's yield is aanalog resistance. The drive circuit is exceptionally straightforward; you should simply control the heater curl with 5V, include a load resistance, and associate the output to an ADC. The standard reference strategy for the estimation of carbon monoxide concentration in air depends on the ingestion of infrared radiation by the gas in a no dispersive photometer. This technique is reasonable for stable establishments at fixed site monitoring stations. All the more as of late, convenient carbon monoxide analyzers with data- logging have turned out to be accessible for individual presentation observing. These estimations depend on the electrochemical responses between carbon monoxide and de- ionized water, which are detected by exceptionally planned sensors. These days the determination, strength and affectability of the electrochemical analyzers are inside the details of the reference technique and, together with the data-

    logging systems, they fit into a little rucksack or even a pocket.

    Conversion factors

    1 ppm= 1.145 mg/m3

    1 mg/mg = 0.873 ppm

    1. THING SPEAK

      According to its developers, Thing Speak is an open source Internet of Things (IOT) application and API to store and retrieve data from things using the HTTP protocol over the Internet or via a Local Area Network. Thing Speak enables the creation of sensor logging applications, location tracking applications, and a social network of things with status updates".

      Thing Speak has integrated support from the numerical computing software MATLAB from MathWorks allowing Thing Speak users to analyze and visualize uploaded data using Matlab without requiring the purchase of a Matlab license from Mathworks.

      Fig. 5 Circuit Diagram of the system

  2. SIMULATION RESULTS

    After sensing the data from different sensor devices, which are placed in particular area of interest. The sensed data will be automatically sent to the web server, when a proper connection is established with sever device.The web server page which will allow us to monitor and control the system. The web page gives the information about the temperature, humidity and the CO level variations in that particular region, where the embedded monitoring system is placed. The sensed data will be stored in cloud (Google Spread Sheets). The data stored in cloud can be used for the analysis of the parameter and continuous monitoring purpose. The temperature and humidity levels and CO levels in air at regular time intervals. All the above information will be stored in the cloud, so that we can provide trending of temperature and humidity levels and CO levels in a particular area at any point of time.

    Fig.6(a) Simulation of Temperature v/s Time

    Fig.6(b) Simulation of Humidity v/s Time

    Fig.6(c) Simulation of Smoke content v/s Time

  3. CONCLUSION

    By keeping the embedded devices in the environment for monitoring enables self protection (i.e., smart environment) to the environment. To implement this need to deploy the sensor devices in the environment for collecting the data and analysis. By deploying sensor devices in the environment, we can bring the environment into real life i.e. it can interact with other objects through the network. Then the collected data and analysis results will be available to the end user through the Wi-Fi. The smart way to monitor environment and an efficient, low cost embedded system is presented with different models in this paper. In the proposed architecture functions of different modules were discussed. The temperature, humidity and CO value can be monitored with Internet of Things (IoT) concept experimentally tested for monitoring three parameters. It also sent the sensor parameters to the cloud (Google Spread Sheets). This data will be helpful

    for future analysis and it can be easily shared to other end users. This model can be further expanded to monitor the developing cities and industrial zones for weather monitoring. To protect the public health from pollution, this model provides an efficient and low cost solution for continuous monitoring of environment.

  4. FUTURE SCOPE

An alarm can be added to the circuit to notify the user in case of excess smoke conditions i.e. Smoke alarm.

An SMS can be sent to clients notifying them with the temperature/humidity/smoke parameters.

REFERENCES

    1. E. Welbourne, L. Battle, G. Cole, K. Gould, K. Rector, S. Raymer et al., Building the internet of things using RFID: The RFID experience, IEEE internet comput., vol. 13, no. 3, pp.48- 55, May- Jun. 2009.

    2. Shifeng Fang; Li Da Xu; Yunqiang Zhu; JiaerhengAhati; Huan Pei; Jianwu Yan; Zhihui Liu., An integrated system for regional environmental monitoring and management based on internet of things, IEEE Transactions on Industrial Informatics,vol.10, no. 2,pp.1596-1605, May-Jun. 2014.

    3. J. A. Stankovic, Research directions for the Internet ofThings,

      IEEE Internet ThingsJ., vol. 1, no. 1, pp. 39, Feb. 2014

    4. Shanzhi Chen; HuiXu; Dake Liu; Bo Hu; Hucheng Wang.

    5. L. Atzori, A. Iera, and G. Morabito, The internet of things: A survey, Comput. Netw., vol. 54, no. 15, pp. 27872805, 2010

    6. P. Bellavista, G. Cardone, A. Corradi, and L. Foschini,Convergence of MANET and WSN in IoT urban scenarios,IEEE Sens. J., vol. 13, no. 10, pp. 35583567, Oct. 2013.

    7. BulipeSrinivasRao , Prof. Dr. K. SrinivasaRao , Mr. N. Ome, Internet of Things (IOT) Based Weather Monitoring system, IJARCCE Journal,vol. 5, no. 9, sept. 2016.

    8. B. Vongsagon, J. Ekchamanonta, K.Bumrungkhet, and S.Kittipiyakul, XBee wireless sensor networks for temperature monitoring, Retrieved 7/11/15 World WideWeb http://citeseerx.i st.psu.edu/viewdoc/download?doi=10.1.1.4 76.9630&rep

      =rep1&type=pdf

    9. Nashwa El-Bendary, Mohamed Mostafa M. Fouad, Rabie A. Ramadan, Soumya Banerjee and Aboul Ella Hassanien, Smart Environmental Monitoring Using Wireless Sensor Networks,K15146_C025.indd, 2013

    10. Grzegorz Lehmann, Andreas Rieger, Marco Blumendorf, SahinAlbayrakDAI, A 3-Layer Architecture for Smart Environment Models/A model-based approach/LaborTechnische University Berlin, Germany 978-1-4244-5328-3/10 © IEEE,2010.

    11. CharalamposDoukas, Building Internet of Things with the ESP8266, CreateSpace Publications, 2012

    12. Shifeng Fang et al., "An Integrated System for Regional Environmental Monitoring and Management Based on Internet of Things," , IEEE Transactions on Industrial Informatics , vol.10, no.2, pp.1596-1605, May 2014.

Leave a Reply