Pi Weather Station
Whats the best way of getting a weather staion setup on a RPi unit?
Re: Pi Weather Station
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.
[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
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.

[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
- DougieLawson
- Posts: 42483
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Pi Weather Station
The answer is "It depends.".real_ale wrote:Whats the best way of getting a weather staion setup on a RPi unit?
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.
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.
Re: Pi Weather Station
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
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
Re: Pi Weather Station
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
http://macgyverdev.blogspot.se/2014/01/ ... ry-pi.html