Skip to content

JayDigvijay/Automatic-Weather-Station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic-Weather-Station

PS-1 Project, Indian Meteorological Department, Pune

Wind Vane

Sensor manufactured by the department itself

Non-RS232 sensor, operates on TTL and can therefore be directly interfaced to the Arduino board via Analog Pins.

			N(180)


	W(90)				E(270)


			(0)S(360)

Check resistance of sensor first using multimeter before connecting to ensure resistance scheme is as above. Otherwise make appropriate changes in the code.

Analog values are received by connecting the sensor in a voltage divider circuit with a reference resistance. Only two pins present can be connected in any order.

Temperature and Humidity Probe

Sensor Name: RHT 175

Also operates on TTL Logic, but Analog values obtained need to be scaled down to obtain meaningful data.

Connections according to colour.

BLUE ---> TEMPERATURE ----> A1

PINK ----> HUMIDITY ----> A2

WHITE ----> 5V

THICK BLACK , BROWN, VIOLET ----> GND

About

PS-1 Project, Indian Meteorological Department, Pune

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages