100% found this document useful (2 votes)
1K views

Weather Monitoring System

This project develops a weather monitoring system that uses sensors to measure parameters like temperature, humidity, pressure, and light intensity in remote places. The analog sensor outputs are converted to digital data using an analog-to-digital converter (ADC) and passed to a controller. The controller then displays the digital data values on an LCD display. Specifically, this system measures temperature and light intensity using an LM35 temperature sensor and LDR light sensor, with the analog outputs converted to digital by an ADC for processing by a microcontroller.

Uploaded by

varnakumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
1K views

Weather Monitoring System

This project develops a weather monitoring system that uses sensors to measure parameters like temperature, humidity, pressure, and light intensity in remote places. The analog sensor outputs are converted to digital data using an analog-to-digital converter (ADC) and passed to a controller. The controller then displays the digital data values on an LCD display. Specifically, this system measures temperature and light intensity using an LM35 temperature sensor and LDR light sensor, with the analog outputs converted to digital by an ADC for processing by a microcontroller.

Uploaded by

varnakumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

WEATHER MONITORING SYSTEM

The objective of this project is to develop a weather monitoring system and monitor the parameters like temperature, humidity, pressure, light intensity etc in remote places. Different sensors are used for different parameter measurement. Since all the sensors outputs analog values, these analog values has to be converted into digital data and should be presented to the controlling for further processing. ADC is used to convert these analog parameters into digital values. These digital values are then passed to the controller. The data coming out from the controller will be displayed on LCD display. The parameters like temperature and light intensity are measured in this project. These physical quantities are to be converted into digital values for further processing. One such device to convert these physical quantities into electrical signals is sensor. Sensors for temperature, pressure, humidity, light and many other natural quantities produce an output that is voltage or current. Thus, an analog-to-digital converter is needed to convert these electrical signals into digital values so that the microcontroller can read and process them. SOFTWARE AND HARDWARE TOOLS: Software Tools: 1. Keil compiler 2. Orcad. Hardware Tools: 1. Microcontroller AT89S52. 2. Sensors- LM35, LDR 3. ADC 4. LCD

Block diagram

You might also like