Weather Station Hardware > Other Weather Station Hardware

Custom Weather Stations with Arduino

(1/2) > >>

Harley:
Hi, returning member to the forum here (its been a few years).

After my cheapie Watson weather station failed last year I set about finally making my own from numerous parts I have gathered. I started out with a good enclosure that I fitted a Davis-like wind sensor arm to and bolted my Arduino with a cellular and LCD shield inside to process sensor information. Currently I have this mounted on a pole with a solar panel sending wind data via the cellular network to twitter. In the UK/Ireland it is free to send SMS to Twitter on most networks! I've now also got a Rainwise rain gauge and eventually I hope to purchase a DHT11 Humidity/Temperature sensor to cover most of the basics.

Overall the station is working great but I am now beginning to consider my options for logging and distribution of data. I'm wondering what my options are for software packages that will accept text file/web input for data? I am good with code so ripping the data from the station's twitter feed will not be an issue but it hasn't been easy to figure out wether software like Weather Display or Cumulus allow for this style of input and what basic values they need.

Anyone ever done anything like this or know of any similar projects (apart from the obvious ones on google that don't interface with Weather Display, etc.)?

Skywatch:
Looks and sounds like a Spectrum Technologies Watch Dog station. Sounds like a good setup.

aweatherguy:
The Weather Station Data Logger (WDSL) program can accept "generic" inputs from an Arduino -- actually it can accept inputs from anything that looks like a COM port. This might work quite well with your project. If you're interested, post back and I'll provide you a pointer to more information.

Harley:

--- Quote from: aweatherguy on August 13, 2013, 01:40:34 AM ---The Weather Station Data Logger (WDSL) program can accept "generic" inputs from an Arduino -- actually it can accept inputs from anything that looks like a COM port. This might work quite well with your project. If you're interested, post back and I'll provide you a pointer to more information.

--- End quote ---

I've been looking into WDSL, wview and a number of others. Right now I have the station sending data via SMS to Twitter (its free to do so here) and I have a PHP script logging the tweets to a text file. What I'm ideally looking for is software that can read in from a text/csv file at an interval I specify, even better a text file online. All I really want from the software is CWOP + WeatherUnderground updates.

My current issue is that its looking like Im gonna have to re-format my updates into a VWS or Easy Weather file. The idea behind this thread was so that I can work out if this is the best/worst option and what other people have been doing. I am aware of the Dream Machine project by wxtech but he has yet to discuss how he will integrate with software.

aweatherguy:
Well, if all you are trying to do is get the data to CWOP/etc then you might be better off writing your own little program to do that. Can you do any programming? That's a pretty simple task for someone with experience in .NET for example. The WSDL source code is publicly available and I could point you to examples of internet uploads.

Navigation

[0] Message Index

[#] Next page

Go to full version