Introduction: Arduino Weather Station (AWS)
In this project, we will be making a weather station that measures air pressure, temperature, rain drop, soil humidity and air humidity using Arduino which save the data for data acquisition!
It’s a fairly easy project and can be used either on its own or part of something bigger, check it out >> Integrated Weather Station (IWS).
Step 1: List of Material
For this project, we will be using:
- Arduino boards (mine Arduino Uno Rev3)
- DHT11 Humidity and temperature sensor cost: ~5.00 USD
- BMP185 Barometer sensor cost: ~6.00 USD
- Rain Drop sensor module cost:~2.00 USD
- Soil Humidity sensor module cost:~2.00 USD
- Breadboard or Custom ProtoShield (Check it out how to make it >> )
- Jumper Wire
Step 2: Hardware Connections
In general, the connections are very simple. Follow the instructions and images above, and you should have no problems.
Connecting Rain Drop Module
- the VCC pin on Arduino’s 5V output
- the GND pin to Arduino’s GND and
- the Analog Data to Arduino's analog pin 0
Connecting Soil Humidity Module
- the VCC pin on Arduino’s 5V output
- the GND pin to Arduino’s GND and
- the Analog Data to Arduino's analog pin 1
Connecting BMP185
- the VCC pin on Arduino’s 3.3V output
- the GND pin to Arduino’s GND
- the SDA (Serial Data Line) pin to Arduino’s analog pin 4 and
- the SCL (Serial Clock Line) pin to Arduino’s analog pin 5
Connecting DHT11
- the VCC pin on Arduino’s 5V output
- the GND pin to Arduino’s GND and
- the DATA pin to Arduino’s digital pin 4
Step 3: Arduino Programming
Below is the Arduino Weather Station code. Include the library from AWS_library.rar, upload the code to your Arduino (Mine Arduino Uno Rev3), and you should have no problems.
You can clone and edit the code in any way you prefer.
Attachments
Step 4: Enjoy!
Power through batteries or a plug and you’re good to go.
After making sure that everything works smoothly, you can take this project into bigger project. Check it out >> Integrated Weather Station(IWS) !

Participated in the
Tech Contest
73 Comments
Question 3 years ago on Introduction
What will be it's circuit diagram
4 years ago
Sir how I can add Bluetooth to this project to receive output on android
Question 4 years ago
Does anyone know what the LM393's are? Or the two little blue things with the hole in them? I'm knew to Arduino so some explanation would be greatly appreciated.
6 years ago
Great build! I really enjoyed putting it together. I will like to make the custom Proto-Shield but the link to the instructions appears to be broken. Are they still available?
Reply 4 years ago
Yeah i cannot click on that too
6 years ago
hi i build this project but i want to add an LCD screen how to edit the program?
Reply 5 years ago
add an I2C LCD to I2C pins, include the proper library, create lcd object and use 'lcd.print'
Reply 5 years ago
Hello,
I just made a request, for this information.
Is it possible for you, to allow me view your notes, and apply your schema>
Let me know (tptbusines_98@yahoo.com).
I look forward to hearing from you...
Reply 5 years ago
I do not have a specific schema or notes but you can have a look how I did it here:
https://www.instructables.com/id/Arduino-for-Green...
Question 5 years ago on Step 1
Hello,
How are you doing???
Has ANYONE installed an LCD, or thought about installing a mini-LCD to this project?
If so, PLEASE contact me.
Let me know.
I look forward to hearing from you..
6 years ago
How to send attach a PIR sensor and DHT11 Humidity and temperature sensor in audrino and send the status of these sensors to an android app via bluetooth.
PLEASE help me
Reply 5 years ago
attach PIR sensor to free digital pin and read the status. Attach a bluetooth module to the Serial port and use a bluetoot terminal app on your phone to read the data.
There already is a DHT11 sensor
5 years ago
i want to send the output to my mobile via wifi can anyone tell about it
Reply 5 years ago
add a wifi card. or better yet, ditch the ArduinoUNO and use an ESP8266
5 years ago
where we will be getting output results? on laptop or we need any lcd display?
what to do if we don't want pressure sensor in circuit?
Reply 5 years ago
There is a pressure sensor in the circuit: the BMP180.
Judging from the program the output is sent to the console
6 years ago
hi can i use a dht 22 instead of the dht 11 what will be the change in code and circuit pls tell fast i am a total beginner in this
Reply 5 years ago
change DHTTYPE from DHT11 into DHT22
7 years ago
BTW, you can create pretty cool little online dashboard with these sensors. I just combined it with few other sensors and wifi cc3000 shield and you can get something on the pic bellow.
I have 10 more sensors to add to it. I am not really building weather station...more like replica of Mars Rover...so it is robot which has all these sensors to measure enviroment.
Reply 5 years ago
can you please send the source code for it?