real_ale
Posts: 12
Joined: Sat Oct 26, 2013 9:08 am

Pi Weather Station

Sun Nov 24, 2013 2:05 pm

Whats the best way of getting a weather staion setup on a RPi unit?

User avatar
Douglas6
Posts: 5197
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, USA

Re: Pi Weather Station

Sun Nov 24, 2013 4:21 pm

One of the great things about the Pi (and more generally Linux, and even more generally computers, and even more generally, life) is that there is rarely a single 'best way'.

The 'best way' is to do your research, look at what others have done, define your own requirements as best as possible, and ask specific questions when needed.

That way you can avoid unhelpful philosophical responses like this one. :D

[EDIT:] Here a few links to get your research started; 'different' ways, none of them 'best'.
https://www.tindie.com/products/tmhrtly/airpi-kit/
http://www.adafruit.com/blog/2013/03/08 ... pberry_pi/
http://www.tinkerforge.com/en/doc/Kits/ ... ation.html
http://www.weather.dragontail.co.uk/ind ... tion_setup

User avatar
DougieLawson
Posts: 42483
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: Pi Weather Station

Sun Nov 24, 2013 4:57 pm

real_ale wrote:Whats the best way of getting a weather staion setup on a RPi unit?
The answer is "It depends.".

Most of what it depends on is the make, model and interface requirements of your weather station.
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

Kymru
Posts: 18
Joined: Tue Aug 06, 2013 11:28 am
Location: Y Drenewydd, Cymru

Re: Pi Weather Station

Tue Dec 03, 2013 10:48 am

i agree with DougieLawson, depends

i got one of these Weather Stations and i was going to follow this guide by pingu512 to set it up, then realised he had already made a prebuilt image of his setup, so i used that instead

I am not a linux guru, I am a beginner and i found it relatively easy to setup from the guide of Pingu512

Jooohan
Posts: 2
Joined: Wed Jan 01, 2014 9:56 pm

Re: Pi Weather Station

Wed Jan 01, 2014 10:31 pm

Hi, I just finished my weather station which reads temps via a digital DS18B20 and posts them via a RESTful interface to a Java web application on a cloud server. The server displays the weather station web site with diagrams and charts of the temperature over time. Take a look at this blog post and GitHub account for the python and java code.
http://macgyverdev.blogspot.se/2014/01/ ... ry-pi.html

Return to “General discussion”