SlideShare a Scribd company logo
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
85 | P a g e 
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY COMMUNICATION 
Dushyant Pande1, Sanjeev Gaba2 
1M.Tech. Student, Dept. of Instrumentation & Control Engineering, 
2Assistant Professor, Dept. of Instrumentation & Control Engineering, 
Graphic Era University, Dehradun, India 
Abstract— The measurement of various atmospheric parameters is of outmost importance, not only for the weather forecasting process but also for future references. A smart, robust and cheap system is implemented which can not only measure the various atmospheric parameters like light, temperature, humidity, wind speed and atmospheric pressure but can also transmit the acquired data to a personal computer using radio frequency based wireless communication. This paper proposes the design and development of such system. The system can be considered to be consisting of two modules. One is the transmitting module and the other is receiving module. The use of microcontroller and various sensors make the system operational in real time. The acquired data is displayed on the transmitting terminal with the help of a LCD and on the personal computer with the help of a customized Visual Basic interface. 
Index Terms—Component, formatting, style, styling, insert. (key words) 
I. INTRODUCTION. 
The significance of changes in weather conditions is not unknown to anyone. It is always desirable in some way or another that we can measure the atmospheric parameters and then use those measured parameters to forecast the sudden atmospheric changes so that any kind of loss can be minimized. We always hear of the damage to property and lives caused by such atmospheric disasters. In the ancient times weather forecasting was done mostly by human experiences over the cloud cover and the wind movements. Farmers were one of the most affected by the weather conditions. With the advent of time and with a rapid progress in the field of science and technology various electronic devices were invented to forecast the weather conditions. At present there are various satellites orbiting in the atmosphere just to monitor the climatic conditions, also there are various kinds of radars available for the same purpose. But it is notable that such devices are very robust, expensive and are associated with high end technologies. So there is a need for a system which can monitor the weather parameters precisely and also is cost efficient, robust and real time operational so that it can be installed at any place like small industries. 
A wireless system is designed and developed as described in this paper which is very cost efficient and stands for a replacement of various similar traditional techniques. This device is very simple to use, needs no specific technical knowledge, and using radio frequency communication it can transfer the measured atmospheric parameters to a personal computer for further analysis. The atmospheric parameters which are considered here are wind speed, light intensity, temperature, humidity and atmospheric pressure. We can also calculate the Dew point using the temperature and humidity values. The temperature at which condensation appears is known as the dew point of the air sample. 
II. PROPOSED SYSTEM 
The block diagram of the overall proposed system is shown in figure 1. The diagram can be broadly divided into two sections. One is the transmitter unit, which consists of Humidity sensor, Pressure sensor, Light sensor, Temperature sensor, Wind anemometer, and LCD along with a microcontroller and a power supply. This unit in the first phase measures all the desired atmospheric parameters and then in the next phase transmits this atmospheric data wirelessly using RF Communication. Transmission through RF system is preferred because of various reasons. Firstly, signals through RF can travel through larger distances making it suitable for long range applications. Next, RF transmission is more strong and reliable and also uses a specific frequency so that no interference from foreign equipments occur. The RF module used in the work comprises of an RF Transmitter and an RF Receiver and the digital data is represented as variations in the amplitude of carrier wave. This kind of modulation is known as Amplitude Shift Keying (ASK).. The transmitter/receiver (Tx/Rx) pair operates at a frequency of 434 MHz. An RF transmitter receives serial data and transmits it wirelessly through RF through its antenna. 
The second unit is the receiver unit. It receives data using a RF receiver and forwards that data to personal computer where it is displayed on a designed Visual BASIC interface.
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
86 | P a g e 
Also a MAX232 level convertor is used which is an integrated circuit that converts signals from an RS-232 serial port to signals suitable for use in TTL Compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals. The drivers provide RS-232 voltage level outputs (approx. ± 7.5 V) from a single + 5 V supply via on-chip charge pumps and external capacitors. This makes it useful for implementing RS-232 in devices that otherwise do not need any voltages outside the 0 V to + 5 V range, as power supply design does not need to be made more complicated just for driving the RS-232 in this case. The receivers reduce RS-232 inputs (which may be as high as ± 25 V), to standard 5V TTL levels 
Figure 1 -Block diagram of the system 
III. HARDWARE DEVELOPMENT 
A. SYSTEM DESIGN 
The designing of the proposed system begins with the selection of proper sensors and other electronic equipments required. The selected sensors are listed in table 1: 
Table.1 
Component 
Model/Specification 
Temperature sensor 
National Semiconductor`s LM35 
Light sensor 
LDR 
Humidity sensor 
DHT11 
Pressure sensor 
Freescale Semiconductor`s MP3H6115A 
Microcontroller 
PIC 16F877A 
Transformer 
9-0-9 
LCD 
ACM 1602A 
Voltage regulator IC 
LM7805CV 
RF Module 
SUMMITEK Technologies, 434 MHz 
Now, in the designing of transmitter unit as shown in the circuit diagram (figure 5) the output of all the sensors are given to the input ports of the microcontroller. For this purpose we use four ports i.e. Port A-D. Pins 13 and 14 of the microcontroller are connected to the external crystal oscillator which provides a frequency of 8 MHz. A 16*2 LCD is used to display the measured parameters and is connected to the port D. The buzzer is provided to give warming signal in case the wind speed or the atmospheric parameters deviates from their user defined values. This buzzer is connected to the port B. To provide electrical power to the system, a power supply module is also developed which consists of a 9-0-9 step down transformer along with some capacitors and resistors. The center tapped transformer is preferred because it enables us to get two supplies of 9V or 18V. Further, as the microcontroller and other components operate at around 5V, so we use a LM7805 IC which converts every voltage greater than 9V to a standard 5V supply. The wireless module used for this work is Radio Frequency module. It is preferred because it operates over a long range and is not disturbed by obstructions. In this RF system, the digital data is represented as variations in the amplitude of carrier wave. This kind of modulation is known as Amplitude Shift Keying (ASK). The RF transmitter is connected to the Port C of the microcontroller. The supply to microcontroller is given through VDD pins numbered 11 and 32. Ground connected pins are VSS 12 and 31. 
The receiver module consists of an RF receiver whose data pins numbered 2 and 3 are connected to the pin 8 of the MAX 232 IC. MAX232 is an integrated circuit, first created by Maxim Integrated Products, that converts signals from an RS-232 serial port to signals suitable for use in TTL Compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals. The drivers provide RS-232 voltage level outputs (approx. ± 7.5 V) from a single + 5 V supply via on-chip charge pumps and external capacitors. This makes it useful for implementing RS-232 in devices that otherwise do not need any voltages outside the 0 V to + 5 V range, as power supply design does not need to be made more complicated just for driving the RS-232 in this case. The receivers reduce RS-232 inputs (which may be as high as ± 25 V), to standard 5V TTL levels. These receivers have a typical threshold of 1.3 V, and a typical hysteresis of 0.5 V. The output of this IC is given to a DB9 connector which takes the data to the personal computer via a connecting cable. 
B. DESIGN OF WIND ANEMOMETER
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
87 | P a g e 
An anemometer is a device for measuring wind speed, and is a common weather station instrument. The term is derived from the Greek word anemos, meaning wind, and is used to describe any air speed measurement instrument used in meteorology or aerodynamics. It basically consists of three or four cup shaped structures which are mounted on a metal rod. These cups are used to catch the air flowing which rotates the cups, which in turn rotates the shaft. In this project work, the wind anemometer is designed with the help of an IR LED and a Photo diode. The shaft is connected to an IR LED which also rotates with the movement in the shaft. Just opposite to the IR LED is a structure designed to support a Photo diode. This diode receives the signal whenever the IR LED crosses it, and initiates a counter in the controller. Now as the distance travelled by the IR LED is known, which is the circumference of the circle formed and the time taken by this LED to travel the distance is measured. We can calculate the speed of movement of shaft by using the simple formula: 
The picture of the designed wind anemometer is shown in figure 2. 
Figure 2 - Wind Anemometer 
Figure 3 - Power Supply 
Figure 4 - RF Module
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
88 | P a g e 
Figure 5 - Microcontroller Module 
IV. CIRCUIT DIAGRAM OF THE SYSTEM 
Figure 6 – Circuit diagram (Transmitter section) 
figure 7 – circuit diagram (receiver section) 
V. SOFTWARE DEVELOPMENT 
A. MICROCHIP`S MPLAB 
MPLAB IDE is a software program that runs on PC to provide a development environment for embedded system design. The MPLAB X Integrated Development Environment or IDE is the new graphical, integrated debugging tool set for all of Microchip’s more than 800 8-bit, 16-bit and 32-bit MCUs and digital signal controllers, and memory device. It runs as a 32-bit application on MS Windows, is easy to use and includes a host of free software components for fast application development and super-charged debugging. MPLAB IDE also serves as a single, unified graphical user interface for additional Microchip and third party software and hardware development tools. Moving between tools is a snap, and upgrading from the free software simulator to hardware debug and programming tools is done in a flash because MPLAB IDE has the same user interface for all tools. 
The process for writing an application is often described as a development cycle, since it is rare that all the steps from design to implementation can be done flawlessly the first time.
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
89 | P a g e 
More often code is written, tested and then modified in order to produce an application that performs correctly. The Designed cycle consists of following steps: 
I. High level designing –From the features and performance desired, we decide which PICmicro or dsPIC device is needed, then the associated hardware circuitry is designed. 
II. After checking which peripherals and pins control the associated hardware, the software is written. Assembly language is generally used as it is directly translatable into machine code or using a compiler that allows a more natural language for creating programs. With these Language Tools we can write and edit code that is more or less understandable, with constructs that helps to organize the code. 
III. Compile or assemble the software using a Language Tool to convert the code into machine code for the PIC micro device. This machine code will eventually become firmware, the code programmed into the microcontroller. 
IV. Testing – Testing of the code is always necessary as usually a complex program does not work exactly the way it is expected to, and “bugs” need to be removed from the design to get it to act properly. 
V. Burning - “Burn” the code into a microcontroller and verify that it executes correctly in your finished application. 
B. VISUAL BASIC 
After programming the microcontroller using the MPLAB`S IDE, the next work is to design a interface for windows desktop which can display the received atmospheric parameters on the computer. This is achieved by designing a interface on Visual BASIC. Visual BASIC is a high level programming language evolved from the earlier DOS version called BASIC. BASIC means Beginners All purpose Symbolic Instruction Code. It is a fairly easy programming language to learn. The codes look a bit like English Language. Different software companies produced different version of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC, IBM BASICA and so on. Visual Basic was one of the first products to provide a graphical programming environment and a paint metaphor for developing user interfaces. Instead of worrying about syntax details, the Visual Basic programmer can add a substantial amount of code simply by dragging and dropping controls, such as buttons and dialog boxes, and then defining their appearance and behavior. Although not a true object- oriented programming language in the strictest sense, Visual Basic nevertheless has an object-oriented philosophy. It is sometimes called an event-driven language because each object can react to different events such as a mouse click. A programmer can create an application using the components provided by the Visual Basic program itself. Programs written in Visual Basic can also use the Windows API, but doing so requires external function declarations. The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the designated successor was Visual Basic .NET (now known simply as Visual Basic). The final designed Visual Basic interface which is displayed on the computer screen is shown in figure 8. 
Figure 8 – Designed Visual Basic interface 
VI. RESULTS AND DISCUSSION 
The hardware system comprising of all the sensors and other electronic equipments have been successfully designed and programmed. This system is able to transmit the measured parameters like temperature, atmospheric pressure, wind speed, humidity and light intensity wirelessly to a personal computer where it is displayed on an interface designed with visual BASIC. Also, by using the measured values of temperature and humidity we can calculate the Dew point. Relative humidity is a measure of the quantity of water vapor present compared to the maximum water vapor possible. The maximum quantity of water vapor that can exist in the air decreases with temperature. Thus, if a sample of air is cooled without removing any water vapor, the relative humidity will increase. As the air is cooled, at some temperature the relative humidity will reach 100% and moisture will begin to form as fog or dew. The temperature at which condensation appears is known as the dew point of the air sample. It is calculated by using the formula: 
Where, TD is the Dew point temperature, RH is measured relative humidity and T is the atmospheric temperature. 
The measured value of relative humidity is 47.00 % at a temperature of 35°C. So by putting these values in the above formula we find: 
TD = 22.07°C 
Also, the measured values of atmospheric pressure can be utilized to forecast the future weather conditions. . Very simply put, cold air is denser than warm air - thus as air of differing
International Journal of Technical Research and Applications e-ISSN: 2320-8163, 
www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 
90 | P a g e 
temperature passes over the sensor, the pressure will change. The arrival of warm air will cause the pressure to fall and as warm air holds more moisture than cold air a falling pressure will herald the arrival of rain. Conversely, if the pressure rises this will indicate some nice sunny days to come. Further, if the pressure falls (or rises) fast, then there are likely to be strong winds. 
The wind anemometer is used to measure the intensity of winds. Whenever the wind speed crosses the comfortable range which is generally around 40 kmph it may cause loss or lives or property. So it is also of utmost importance to measure wind speed. The output of the LDR i.e. the light intensity is used to predict the part of day. Highest light intensities occur during the daytime and lowest during night. 
VII. CONCLUSION 
The Weather monitoring system is comprehensively derived according to the natural phenomenon of weather like temperature, air velocity, humidity, day/night stage etc in living- kind. In this project work the designing and implementation of a weather monitoring system using radio frequency wireless communication is successfully done. The system is tested which concludes that the implemented system can provide the desired results. The system is robust, cheap and handy so that it can be used at any feasible location. This system can be successfully used for the weather monitoring process even at places where the user is at distant location. This work has a great potential to be extended to incorporate more functionality. Firstly, it can be extended to include more environmental variables to be monitored for agricultural or industrial applications. Secondly, some more sophisticated wireless technologies can be employed to increase the distance between the user and the system. Also some automatic actions can be triggered as for example glowing of a electric bulb on the detection of poor lighting conditions. Some of the possible future applications of the system include local weather monitoring, emergency warning for environmental disasters, shipboard weather monitoring, defense, agricultural and industrial applications. Further some warning mechanism can also be employed which can give a warning signal whenever the atmospheric parameters deviates from the desired values which are in comfortable range of humans as well as plants and animals. 
ACKNOWLEDGMENT 
I hereby acknowledge my advisors Mr. Sanjeev Gabba , Mr. Sunil Semwal and Dr. Rajesh Kumar for guiding me in the right direction and for giving tremendous support and encouragement to make this project a success. 
REFERENCES 
[1] Muhammad Ali Mazidi and Janice Gillispe Mazidi, “The 8051 microcontroller and embedded systems”, Pearson education ltd., India, 2007. 
[2] G.S. Nhivekar, R.R.Mudholker, “Data logger and remote monitoring system for multiple parameter measurement applications”, e -Journal of Science & Technology (e-JST) 
[3] Cholatip Yawut and Sathapath Kilaso,2011, “A Wireless Sensor Network for Weather and Disaster Alarm Systems”, International Conference on Information and Electronics Engineering IPCSIT Volume.6, IACSIT Press, Singapore 
[4] Khalid Parveez, “A Smart Zigbee Based Wireless Weather Station Monitoring System” , International Conference on Computing and control Engineering (ICCCE 2012), 12 and 13 April 2012 
[5] Izzatdin Abdul Aziz, “Remote Monitoring in Agricultural Greenhouse Using Wireless Sensor and Short Message Service (SMS)”, International Journal of Engineering & Technology IJET Vol: 9 No: 9 
[6] Goswami, T. Bezboruah and K.C.Sharma, 2009, “Design of An Embedded System For Monitoring and Controlling Temperature and Light”, International Journal of Electronic Engineering Research Volume 1 Number 1 
[7] Rong-Hua Ma, Yu-Hsiang Wang and Chia-Yen Lee, “Wireless Remote Weather Monitoring System Based on MEMS Technologies”, Sensors 2011, 11, 2715-2727; doi:10.3390/s110302715 
[8] National Semiconductor Corporation, LM35 datasheet, precision centigrade temperature sensors, Atmel data book, November 2000 update. 
[9] http://en.wikipedia.org/wiki/Liquid_crystal_display . 
[10] http://en.wikipedia.org/wiki/Rf_module 
[11] http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469 
[12] http://msdn.microsoft.com/en- us/library/xk24xdbe(v=vs.80).aspx

More Related Content

PDF
A low cost short range wireless embedded system for multiple parameter control
PDF
A low cost short range wireless embedded system for multiple parameter control
PPT
Scada monitoring system
PDF
A project report on Remote Monitoring of a Power Station using GSM and Arduino
PPTX
Centralized environment and battery monitoring system for server
PDF
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
PDF
IRJET- Radiosonde Payload for Weather Balloons
PPTX
data-acquisition-system-ppt
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
Scada monitoring system
A project report on Remote Monitoring of a Power Station using GSM and Arduino
Centralized environment and battery monitoring system for server
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
IRJET- Radiosonde Payload for Weather Balloons
data-acquisition-system-ppt

What's hot (20)

PPTX
SCADA Implementation Based on wireless RF Technology
PPTX
Substation monitoring1
PDF
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
PPTX
Transformer protection using microcontroller and gsm technology
PDF
Fulltext 1005224
PDF
Wind Turbine programme
PDF
Fog computing and data concurrency
PPTX
protype implementation of Supervisory control & data Acquisition using GPRS
PDF
Non-Contact Temperature Measurement System Based on Embedded
PPTX
project presentation on "THMC"
DOC
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
PDF
Case study-Kovis
PDF
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
PDF
Transformer failure prevent
PPTX
Micro controller based DAQ
PDF
Elspec g4420 blackbox_fixed_power_quality_analyzer_datasheet
PDF
IRJET-An Enhanced Scheme for Detecting Under-Voltage and Over-Voltage using F...
PDF
Chap 5 introduction to intelligent instruments
PPTX
Data acquisition system
PPTX
Gsm based transformer fault detection system
SCADA Implementation Based on wireless RF Technology
Substation monitoring1
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
Transformer protection using microcontroller and gsm technology
Fulltext 1005224
Wind Turbine programme
Fog computing and data concurrency
protype implementation of Supervisory control & data Acquisition using GPRS
Non-Contact Temperature Measurement System Based on Embedded
project presentation on "THMC"
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
Case study-Kovis
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
Transformer failure prevent
Micro controller based DAQ
Elspec g4420 blackbox_fixed_power_quality_analyzer_datasheet
IRJET-An Enhanced Scheme for Detecting Under-Voltage and Over-Voltage using F...
Chap 5 introduction to intelligent instruments
Data acquisition system
Gsm based transformer fault detection system
Ad

Viewers also liked (20)

PDF
REVIEW ON MANET: EVOLUTION, CHALLENGES AND USES
PDF
TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY
PDF
About TrueNorth Consulting
PPSX
Взрывная волна позитива в вашей группе!
PPTX
Wai ola official presentation
PDF
DEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMS
PDF
CitySprintHealthcarebrochure
PDF
حبيب سويدية الحرب القذرة
DOCX
DOCX
Bus 370 entire course
PDF
THE INFLUENCE OF ETHICAL IDEOLOGIES ON ATTITUDES TOWARD SUICIDE
PDF
PDF
GeoEng12334
PDF
CCTV | Fire Alarm System - AA2000 Security and Technology Solutions
PDF
DATA HIDING IMAGES USING SPREAD SPECTRUM IN CLOUD COMPUTING
PPTX
What can Digital marketing Need For You
DOCX
บทที่ 6 การสร้างตาราง
REVIEW ON MANET: EVOLUTION, CHALLENGES AND USES
TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY
About TrueNorth Consulting
Взрывная волна позитива в вашей группе!
Wai ola official presentation
DEVELOPMENT OF A MULTIAGENT BASED METHODOLOGY FOR COMPLEX SYSTEMS
CitySprintHealthcarebrochure
حبيب سويدية الحرب القذرة
Bus 370 entire course
THE INFLUENCE OF ETHICAL IDEOLOGIES ON ATTITUDES TOWARD SUICIDE
GeoEng12334
CCTV | Fire Alarm System - AA2000 Security and Technology Solutions
DATA HIDING IMAGES USING SPREAD SPECTRUM IN CLOUD COMPUTING
What can Digital marketing Need For You
บทที่ 6 การสร้างตาราง
Ad

Similar to MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY COMMUNICATION (20)

PDF
1. 2017_IEEE_INTERCON_paper_205xxxxx.pdf
 
PDF
Zigbee based weather monitoring system
PDF
Zigbee based weather monitoring system
PDF
K05137073
PDF
Real Time Data Transmission for Weather Monitoring System
PDF
Real-time monitoring system for weather and air pollutant measurement with HT...
PDF
Weather Monitoring Station: A Review
PDF
IRJET- Climate Monitoring System and Transmission of Data without Internet
PDF
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
PDF
Low cost smart weather station using arduino and zig bee
PDF
Low cost smart weather station using Arduino and zig bee
PDF
Low cost smart weather station using Arduino and ZigBee
PPTX
Mine workers protection slides
PDF
Online monitoring of greenhouse gases leakage by using gsm
PDF
Study and Development of Temperature & Humidity monitoring system through Wir...
PDF
Development of Personal Weather Report for Home Security
PDF
An efficient data logger system for continous
PDF
IRJET- IoT Air Pollution Monitoring System using Arduino
PDF
Ijeee 3-6-implementation of environment monitoring system using arm microcont...
PDF
Education set for collecting and visualizing data using sensor system based o...
1. 2017_IEEE_INTERCON_paper_205xxxxx.pdf
 
Zigbee based weather monitoring system
Zigbee based weather monitoring system
K05137073
Real Time Data Transmission for Weather Monitoring System
Real-time monitoring system for weather and air pollutant measurement with HT...
Weather Monitoring Station: A Review
IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
Low cost smart weather station using arduino and zig bee
Low cost smart weather station using Arduino and zig bee
Low cost smart weather station using Arduino and ZigBee
Mine workers protection slides
Online monitoring of greenhouse gases leakage by using gsm
Study and Development of Temperature & Humidity monitoring system through Wir...
Development of Personal Weather Report for Home Security
An efficient data logger system for continous
IRJET- IoT Air Pollution Monitoring System using Arduino
Ijeee 3-6-implementation of environment monitoring system using arm microcont...
Education set for collecting and visualizing data using sensor system based o...

More from International Journal of Technical Research & Application (20)

PDF
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
PDF
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
PDF
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
PDF
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
PDF
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
PDF
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
PDF
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
PDF
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
PDF
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
PDF
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
PDF
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
PDF
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
PDF
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
PDF
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
PDF
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
PDF
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
PDF
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
PDF
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
PDF
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
PDF
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...

Recently uploaded (20)

PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
master seminar digital applications in india
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
01-Introduction-to-Information-Management.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
Classroom Observation Tools for Teachers
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Sports Quiz easy sports quiz sports quiz
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Basic Mud Logging Guide for educational purpose
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
human mycosis Human fungal infections are called human mycosis..pptx
master seminar digital applications in india
O5-L3 Freight Transport Ops (International) V1.pdf
Renaissance Architecture: A Journey from Faith to Humanism
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
01-Introduction-to-Information-Management.pdf
Insiders guide to clinical Medicine.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
TR - Agricultural Crops Production NC III.pdf
Cell Types and Its function , kingdom of life
Classroom Observation Tools for Teachers
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Sports Quiz easy sports quiz sports quiz

MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY COMMUNICATION

  • 1. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 85 | P a g e MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY COMMUNICATION Dushyant Pande1, Sanjeev Gaba2 1M.Tech. Student, Dept. of Instrumentation & Control Engineering, 2Assistant Professor, Dept. of Instrumentation & Control Engineering, Graphic Era University, Dehradun, India Abstract— The measurement of various atmospheric parameters is of outmost importance, not only for the weather forecasting process but also for future references. A smart, robust and cheap system is implemented which can not only measure the various atmospheric parameters like light, temperature, humidity, wind speed and atmospheric pressure but can also transmit the acquired data to a personal computer using radio frequency based wireless communication. This paper proposes the design and development of such system. The system can be considered to be consisting of two modules. One is the transmitting module and the other is receiving module. The use of microcontroller and various sensors make the system operational in real time. The acquired data is displayed on the transmitting terminal with the help of a LCD and on the personal computer with the help of a customized Visual Basic interface. Index Terms—Component, formatting, style, styling, insert. (key words) I. INTRODUCTION. The significance of changes in weather conditions is not unknown to anyone. It is always desirable in some way or another that we can measure the atmospheric parameters and then use those measured parameters to forecast the sudden atmospheric changes so that any kind of loss can be minimized. We always hear of the damage to property and lives caused by such atmospheric disasters. In the ancient times weather forecasting was done mostly by human experiences over the cloud cover and the wind movements. Farmers were one of the most affected by the weather conditions. With the advent of time and with a rapid progress in the field of science and technology various electronic devices were invented to forecast the weather conditions. At present there are various satellites orbiting in the atmosphere just to monitor the climatic conditions, also there are various kinds of radars available for the same purpose. But it is notable that such devices are very robust, expensive and are associated with high end technologies. So there is a need for a system which can monitor the weather parameters precisely and also is cost efficient, robust and real time operational so that it can be installed at any place like small industries. A wireless system is designed and developed as described in this paper which is very cost efficient and stands for a replacement of various similar traditional techniques. This device is very simple to use, needs no specific technical knowledge, and using radio frequency communication it can transfer the measured atmospheric parameters to a personal computer for further analysis. The atmospheric parameters which are considered here are wind speed, light intensity, temperature, humidity and atmospheric pressure. We can also calculate the Dew point using the temperature and humidity values. The temperature at which condensation appears is known as the dew point of the air sample. II. PROPOSED SYSTEM The block diagram of the overall proposed system is shown in figure 1. The diagram can be broadly divided into two sections. One is the transmitter unit, which consists of Humidity sensor, Pressure sensor, Light sensor, Temperature sensor, Wind anemometer, and LCD along with a microcontroller and a power supply. This unit in the first phase measures all the desired atmospheric parameters and then in the next phase transmits this atmospheric data wirelessly using RF Communication. Transmission through RF system is preferred because of various reasons. Firstly, signals through RF can travel through larger distances making it suitable for long range applications. Next, RF transmission is more strong and reliable and also uses a specific frequency so that no interference from foreign equipments occur. The RF module used in the work comprises of an RF Transmitter and an RF Receiver and the digital data is represented as variations in the amplitude of carrier wave. This kind of modulation is known as Amplitude Shift Keying (ASK).. The transmitter/receiver (Tx/Rx) pair operates at a frequency of 434 MHz. An RF transmitter receives serial data and transmits it wirelessly through RF through its antenna. The second unit is the receiver unit. It receives data using a RF receiver and forwards that data to personal computer where it is displayed on a designed Visual BASIC interface.
  • 2. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 86 | P a g e Also a MAX232 level convertor is used which is an integrated circuit that converts signals from an RS-232 serial port to signals suitable for use in TTL Compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals. The drivers provide RS-232 voltage level outputs (approx. ± 7.5 V) from a single + 5 V supply via on-chip charge pumps and external capacitors. This makes it useful for implementing RS-232 in devices that otherwise do not need any voltages outside the 0 V to + 5 V range, as power supply design does not need to be made more complicated just for driving the RS-232 in this case. The receivers reduce RS-232 inputs (which may be as high as ± 25 V), to standard 5V TTL levels Figure 1 -Block diagram of the system III. HARDWARE DEVELOPMENT A. SYSTEM DESIGN The designing of the proposed system begins with the selection of proper sensors and other electronic equipments required. The selected sensors are listed in table 1: Table.1 Component Model/Specification Temperature sensor National Semiconductor`s LM35 Light sensor LDR Humidity sensor DHT11 Pressure sensor Freescale Semiconductor`s MP3H6115A Microcontroller PIC 16F877A Transformer 9-0-9 LCD ACM 1602A Voltage regulator IC LM7805CV RF Module SUMMITEK Technologies, 434 MHz Now, in the designing of transmitter unit as shown in the circuit diagram (figure 5) the output of all the sensors are given to the input ports of the microcontroller. For this purpose we use four ports i.e. Port A-D. Pins 13 and 14 of the microcontroller are connected to the external crystal oscillator which provides a frequency of 8 MHz. A 16*2 LCD is used to display the measured parameters and is connected to the port D. The buzzer is provided to give warming signal in case the wind speed or the atmospheric parameters deviates from their user defined values. This buzzer is connected to the port B. To provide electrical power to the system, a power supply module is also developed which consists of a 9-0-9 step down transformer along with some capacitors and resistors. The center tapped transformer is preferred because it enables us to get two supplies of 9V or 18V. Further, as the microcontroller and other components operate at around 5V, so we use a LM7805 IC which converts every voltage greater than 9V to a standard 5V supply. The wireless module used for this work is Radio Frequency module. It is preferred because it operates over a long range and is not disturbed by obstructions. In this RF system, the digital data is represented as variations in the amplitude of carrier wave. This kind of modulation is known as Amplitude Shift Keying (ASK). The RF transmitter is connected to the Port C of the microcontroller. The supply to microcontroller is given through VDD pins numbered 11 and 32. Ground connected pins are VSS 12 and 31. The receiver module consists of an RF receiver whose data pins numbered 2 and 3 are connected to the pin 8 of the MAX 232 IC. MAX232 is an integrated circuit, first created by Maxim Integrated Products, that converts signals from an RS-232 serial port to signals suitable for use in TTL Compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals. The drivers provide RS-232 voltage level outputs (approx. ± 7.5 V) from a single + 5 V supply via on-chip charge pumps and external capacitors. This makes it useful for implementing RS-232 in devices that otherwise do not need any voltages outside the 0 V to + 5 V range, as power supply design does not need to be made more complicated just for driving the RS-232 in this case. The receivers reduce RS-232 inputs (which may be as high as ± 25 V), to standard 5V TTL levels. These receivers have a typical threshold of 1.3 V, and a typical hysteresis of 0.5 V. The output of this IC is given to a DB9 connector which takes the data to the personal computer via a connecting cable. B. DESIGN OF WIND ANEMOMETER
  • 3. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 87 | P a g e An anemometer is a device for measuring wind speed, and is a common weather station instrument. The term is derived from the Greek word anemos, meaning wind, and is used to describe any air speed measurement instrument used in meteorology or aerodynamics. It basically consists of three or four cup shaped structures which are mounted on a metal rod. These cups are used to catch the air flowing which rotates the cups, which in turn rotates the shaft. In this project work, the wind anemometer is designed with the help of an IR LED and a Photo diode. The shaft is connected to an IR LED which also rotates with the movement in the shaft. Just opposite to the IR LED is a structure designed to support a Photo diode. This diode receives the signal whenever the IR LED crosses it, and initiates a counter in the controller. Now as the distance travelled by the IR LED is known, which is the circumference of the circle formed and the time taken by this LED to travel the distance is measured. We can calculate the speed of movement of shaft by using the simple formula: The picture of the designed wind anemometer is shown in figure 2. Figure 2 - Wind Anemometer Figure 3 - Power Supply Figure 4 - RF Module
  • 4. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 88 | P a g e Figure 5 - Microcontroller Module IV. CIRCUIT DIAGRAM OF THE SYSTEM Figure 6 – Circuit diagram (Transmitter section) figure 7 – circuit diagram (receiver section) V. SOFTWARE DEVELOPMENT A. MICROCHIP`S MPLAB MPLAB IDE is a software program that runs on PC to provide a development environment for embedded system design. The MPLAB X Integrated Development Environment or IDE is the new graphical, integrated debugging tool set for all of Microchip’s more than 800 8-bit, 16-bit and 32-bit MCUs and digital signal controllers, and memory device. It runs as a 32-bit application on MS Windows, is easy to use and includes a host of free software components for fast application development and super-charged debugging. MPLAB IDE also serves as a single, unified graphical user interface for additional Microchip and third party software and hardware development tools. Moving between tools is a snap, and upgrading from the free software simulator to hardware debug and programming tools is done in a flash because MPLAB IDE has the same user interface for all tools. The process for writing an application is often described as a development cycle, since it is rare that all the steps from design to implementation can be done flawlessly the first time.
  • 5. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 89 | P a g e More often code is written, tested and then modified in order to produce an application that performs correctly. The Designed cycle consists of following steps: I. High level designing –From the features and performance desired, we decide which PICmicro or dsPIC device is needed, then the associated hardware circuitry is designed. II. After checking which peripherals and pins control the associated hardware, the software is written. Assembly language is generally used as it is directly translatable into machine code or using a compiler that allows a more natural language for creating programs. With these Language Tools we can write and edit code that is more or less understandable, with constructs that helps to organize the code. III. Compile or assemble the software using a Language Tool to convert the code into machine code for the PIC micro device. This machine code will eventually become firmware, the code programmed into the microcontroller. IV. Testing – Testing of the code is always necessary as usually a complex program does not work exactly the way it is expected to, and “bugs” need to be removed from the design to get it to act properly. V. Burning - “Burn” the code into a microcontroller and verify that it executes correctly in your finished application. B. VISUAL BASIC After programming the microcontroller using the MPLAB`S IDE, the next work is to design a interface for windows desktop which can display the received atmospheric parameters on the computer. This is achieved by designing a interface on Visual BASIC. Visual BASIC is a high level programming language evolved from the earlier DOS version called BASIC. BASIC means Beginners All purpose Symbolic Instruction Code. It is a fairly easy programming language to learn. The codes look a bit like English Language. Different software companies produced different version of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC, IBM BASICA and so on. Visual Basic was one of the first products to provide a graphical programming environment and a paint metaphor for developing user interfaces. Instead of worrying about syntax details, the Visual Basic programmer can add a substantial amount of code simply by dragging and dropping controls, such as buttons and dialog boxes, and then defining their appearance and behavior. Although not a true object- oriented programming language in the strictest sense, Visual Basic nevertheless has an object-oriented philosophy. It is sometimes called an event-driven language because each object can react to different events such as a mouse click. A programmer can create an application using the components provided by the Visual Basic program itself. Programs written in Visual Basic can also use the Windows API, but doing so requires external function declarations. The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the designated successor was Visual Basic .NET (now known simply as Visual Basic). The final designed Visual Basic interface which is displayed on the computer screen is shown in figure 8. Figure 8 – Designed Visual Basic interface VI. RESULTS AND DISCUSSION The hardware system comprising of all the sensors and other electronic equipments have been successfully designed and programmed. This system is able to transmit the measured parameters like temperature, atmospheric pressure, wind speed, humidity and light intensity wirelessly to a personal computer where it is displayed on an interface designed with visual BASIC. Also, by using the measured values of temperature and humidity we can calculate the Dew point. Relative humidity is a measure of the quantity of water vapor present compared to the maximum water vapor possible. The maximum quantity of water vapor that can exist in the air decreases with temperature. Thus, if a sample of air is cooled without removing any water vapor, the relative humidity will increase. As the air is cooled, at some temperature the relative humidity will reach 100% and moisture will begin to form as fog or dew. The temperature at which condensation appears is known as the dew point of the air sample. It is calculated by using the formula: Where, TD is the Dew point temperature, RH is measured relative humidity and T is the atmospheric temperature. The measured value of relative humidity is 47.00 % at a temperature of 35°C. So by putting these values in the above formula we find: TD = 22.07°C Also, the measured values of atmospheric pressure can be utilized to forecast the future weather conditions. . Very simply put, cold air is denser than warm air - thus as air of differing
  • 6. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 1, Issue 3 (july-August 2013), PP. 85-90 90 | P a g e temperature passes over the sensor, the pressure will change. The arrival of warm air will cause the pressure to fall and as warm air holds more moisture than cold air a falling pressure will herald the arrival of rain. Conversely, if the pressure rises this will indicate some nice sunny days to come. Further, if the pressure falls (or rises) fast, then there are likely to be strong winds. The wind anemometer is used to measure the intensity of winds. Whenever the wind speed crosses the comfortable range which is generally around 40 kmph it may cause loss or lives or property. So it is also of utmost importance to measure wind speed. The output of the LDR i.e. the light intensity is used to predict the part of day. Highest light intensities occur during the daytime and lowest during night. VII. CONCLUSION The Weather monitoring system is comprehensively derived according to the natural phenomenon of weather like temperature, air velocity, humidity, day/night stage etc in living- kind. In this project work the designing and implementation of a weather monitoring system using radio frequency wireless communication is successfully done. The system is tested which concludes that the implemented system can provide the desired results. The system is robust, cheap and handy so that it can be used at any feasible location. This system can be successfully used for the weather monitoring process even at places where the user is at distant location. This work has a great potential to be extended to incorporate more functionality. Firstly, it can be extended to include more environmental variables to be monitored for agricultural or industrial applications. Secondly, some more sophisticated wireless technologies can be employed to increase the distance between the user and the system. Also some automatic actions can be triggered as for example glowing of a electric bulb on the detection of poor lighting conditions. Some of the possible future applications of the system include local weather monitoring, emergency warning for environmental disasters, shipboard weather monitoring, defense, agricultural and industrial applications. Further some warning mechanism can also be employed which can give a warning signal whenever the atmospheric parameters deviates from the desired values which are in comfortable range of humans as well as plants and animals. ACKNOWLEDGMENT I hereby acknowledge my advisors Mr. Sanjeev Gabba , Mr. Sunil Semwal and Dr. Rajesh Kumar for guiding me in the right direction and for giving tremendous support and encouragement to make this project a success. REFERENCES [1] Muhammad Ali Mazidi and Janice Gillispe Mazidi, “The 8051 microcontroller and embedded systems”, Pearson education ltd., India, 2007. [2] G.S. Nhivekar, R.R.Mudholker, “Data logger and remote monitoring system for multiple parameter measurement applications”, e -Journal of Science & Technology (e-JST) [3] Cholatip Yawut and Sathapath Kilaso,2011, “A Wireless Sensor Network for Weather and Disaster Alarm Systems”, International Conference on Information and Electronics Engineering IPCSIT Volume.6, IACSIT Press, Singapore [4] Khalid Parveez, “A Smart Zigbee Based Wireless Weather Station Monitoring System” , International Conference on Computing and control Engineering (ICCCE 2012), 12 and 13 April 2012 [5] Izzatdin Abdul Aziz, “Remote Monitoring in Agricultural Greenhouse Using Wireless Sensor and Short Message Service (SMS)”, International Journal of Engineering & Technology IJET Vol: 9 No: 9 [6] Goswami, T. Bezboruah and K.C.Sharma, 2009, “Design of An Embedded System For Monitoring and Controlling Temperature and Light”, International Journal of Electronic Engineering Research Volume 1 Number 1 [7] Rong-Hua Ma, Yu-Hsiang Wang and Chia-Yen Lee, “Wireless Remote Weather Monitoring System Based on MEMS Technologies”, Sensors 2011, 11, 2715-2727; doi:10.3390/s110302715 [8] National Semiconductor Corporation, LM35 datasheet, precision centigrade temperature sensors, Atmel data book, November 2000 update. [9] http://en.wikipedia.org/wiki/Liquid_crystal_display . [10] http://en.wikipedia.org/wiki/Rf_module [11] http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469 [12] http://msdn.microsoft.com/en- us/library/xk24xdbe(v=vs.80).aspx