Weather Station

26
Weather Weather Station Station Weather station design for measuring weather parameters wind speed temperature and humidity

description

Weather Station. Weather station design for measuring weather parameters wind speed temperature and humidity. Weather Station Team. Imad Rabayaa. Abdulmjeed Safa. Dr.Imad Braik. Outline. Definition problem . Layout of the design. - PowerPoint PPT Presentation

Transcript of Weather Station

Page 1: Weather Station

Weather StationWeather Station

Weather station design for measuring weather parameters wind speed temperature and humidity

Page 2: Weather Station

Weather Station TeamWeather Station Team

Imad Rabayaa

Abdulmjeed Safa

Dr.Imad Braik

Page 3: Weather Station

OutlineOutline

Definition problem . Layout of the design. ( practical & technical ) constraints of

weather station design.Using hardware to measure weather

parameters. Implementing software solutions to the

problem. practical tests .

Page 4: Weather Station

Definition problem

Page 5: Weather Station

Layout of the DesignLayout of the Design

Block diagram

PACK

BASE

PC

Sensors Tx RxSensors

RS232

LCD

Page 6: Weather Station

Working togetherWorking together

The layout of this product will offer hardware solutions that integrate with the power of the PC.

Pack 2.4 GHZ Base

RS 232

PC

Page 7: Weather Station

Practical ConstraintsPractical Constraints

Type Description

Economic The cost to build will be 500$ approximately .

Environmental The weather station will be able to operate in temperatures from -30°C to 60°C.

The weather station will be constructed with environmentally friendly products.

Sustainability Outdoor pack will be able to withstand outside conditions, with minimal maintenance.

Page 8: Weather Station

Technical ConstraintsTechnical Constraints

Name Description

Transmission Distance (Pack to Base)

The distance will be 100 meters indoor.

Communication Protocol (Base to PC)

The weather station’s base will communicate with PC serially .

Radio Frequency Transmission frequency will be 2.4 GHZ.

Memory Requirements

The base microcontroller will have enough memory to store 12 hours of data.

Page 9: Weather Station

Hard wareHard ware

Common hardware components . - Micro controller . - Humidity sensor. - Temperature sensor . Base hardware components . - LCD . - Wireless (Rx) . Pack hardware components . - Anemometer sensor. - Wireless (Tx) .

LCD :Liquid Crystal Display

Page 10: Weather Station

Common hardware componentsCommon hardware components

Micro controller ( PIC 16f877 )– 10-bit ADC module.– Timers .– SSP .– USART .– CCP.

Page 11: Weather Station

Common hardware components Common hardware components

Humidity Sensor

– There are several devices used to measure relative humidity.

- A stable design using hygrometer HS1101 with a TLC-

555 timer .

- RH = 565.1− 0.0767 f

RH : Relative Humidity

Page 12: Weather Station

Humidity Circuit

Page 13: Weather Station

Humidity Sensor (output)Humidity Sensor (output)

RH = 50%RH = 50%

RH = 91%RH = 91%

Page 14: Weather Station

Common hardware componentsCommon hardware components

Temperature Sensor– ICTS LM35 used in the design .– It has an output voltage that is proportional to the Celsius temperature.

– Temperature (oC) = 5 * Vout * 100 / 1023 (oC /V) .

ICTS : Integrated Circuit Temperature Sensor

Page 15: Weather Station

Temperature sensor Circuit

Page 16: Weather Station

Temperature Sensor (output)Temperature Sensor (output)

@Input voltage 5v

Temperature : 22 oC

Page 17: Weather Station

Pack hardware componentsPack hardware components

Anemometer– The basic cause of wind can be attributed to

variation in temperature.

– Starting speed 0.3 m/s.– Electrical output 3….1042 HZ .– Power Consumption 0.3….1.2 mA.

Page 18: Weather Station

Anemometer (output)Anemometer (output)

Wind Speed : 2.7 m/s

WS : Wind Speed

Page 19: Weather Station

Pack hardware componentsPack hardware components

Power supply – The power supply for the pack needs to be

as efficient as possible .

– Since the pack is powered

from batteries, it will not require

any rectification .

Page 20: Weather Station

Hardware componentsHardware components

Wireless XBee Transmitter & Receiver.1- High Performance.

2- Low Power.

3- Advanced and

Networking Security.

4- bidirectional transmission.

5- 10 bit ADC.

Page 21: Weather Station

Base hardware componentsBase hardware components

Power supply– The power supply for the base

needs to be accurate enough for the microcontroller to function properly .

LCD– 2 X 16 character matrix .– On-board controller .– Backlit display .

Page 22: Weather Station

softwaresoftware

Page 23: Weather Station

ApplicationsApplications

Page 24: Weather Station

DifficultiesDifficulties

pressure sensor is difficult to obtain. Fault tolerance and nature of sensors adds

complexity to hardware and software . wireless. Low output frequency of the anemometer .

Page 25: Weather Station

Conclusion & recommendationConclusion & recommendation

Hardware and software are integrated to solve the problem.

Parallel implementation of designed components allows problems to surface early in the process.less

wireless system used in the station is professional for long distances without data losses .

system is ready to be used by another students to complete building a whole weather station .

Page 26: Weather Station

Questions?