Wireless weather station(eee499.blogspot.com)

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

Transcript of Wireless weather station(eee499.blogspot.com)

Page 1: Wireless weather station(eee499.blogspot.com)

Weather StationWeather Station

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

Page 2: Wireless weather station(eee499.blogspot.com)

Weather Station TeamWeather Station TeamImad Rabayaa

Abdulmjeed Safa

Dr.Imad Braik

Page 3: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Definition problem

Page 5: Wireless weather station(eee499.blogspot.com)

Layout of the DesignLayout of the Design

Block diagram

PACK

BASE

PC

Sensors Tx RxSensors

RS232

LCD

Page 6: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Practical ConstraintsPractical ConstraintsType 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: Wireless weather station(eee499.blogspot.com)

Technical ConstraintsTechnical Constraints

Name DescriptionTransmission 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: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Common hardware componentsCommon hardware components

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

Page 11: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Humidity Circuit

Page 13: Wireless weather station(eee499.blogspot.com)

Humidity Sensor (output)Humidity Sensor (output)

RH = 50%RH = 50%

RH = 91%RH = 91%

Page 14: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Temperature sensor Circuit

Page 16: Wireless weather station(eee499.blogspot.com)

Temperature Sensor (output)Temperature Sensor (output)

@Input voltage 5v

Temperature : 22 oC

Page 17: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Anemometer (output)Anemometer (output)

Wind Speed : 2.7 m/s

WS : Wind Speed

Page 19: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

softwaresoftware

Page 23: Wireless weather station(eee499.blogspot.com)

ApplicationsApplications

Page 24: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

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: Wireless weather station(eee499.blogspot.com)

Questions?