4

I want to create an Arduino Weather Station with Temperature Rain Gauge Wind Speed Wind Direction Humidity

What peripherals should I be looking at getting?

Ideally I want this project to tweet the results - how do I do this?

flag
How are you going to power this? If it's off of batteries, how long would you want it to last? – Lou Jan 26 at 13:19

2 Answers

2

Sparkfun has a pretty comprehensive weather meter package that sounds like what you want here and as for tweeting it depends on where it is if you have WiFi you can get a wifi shield or if you have ethernet and ethernet shield or if none of these are available you can use a cell phone data connection.

link|flag
1

Get yourself an Arduino board + ethernet shield. You'll need sensors (temperature, wind, humidity,...) aswell. You'll find a huge selection in your preffered online tech store. Then, learn some low level programming on Arduino, involving the ethernet library, code a small webclient and off you go. It's not rocket science ;)

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.