Weather Station Help

Hi All,
I have an AWS ( automatic weather station )which wirelessly transmits , temp ( inside & outside ), humidity ( inside and outside ), rainfall, dew point, wind direction and strength , all to a display in my house.
What I would like to do ( dont know if this is possible or if I am up to it ) is to contruct a unit that could also receive this information from the AWS and then feed it to an Arduino so that the info can then be used / passed to a dew heater ( which I already have ) on my telescope so that as the dew point gets reached the dew heater will automatically come on. I am currently using my Arduino to control the focus function of the telescope and this seemed like a good idea if feasable.

The receiver in the display is a DCF77 if this helps and the transmitter operates at 868Mhz .

Any info would be greatly appreciated, you will see from my post count that I am a noobie so be gentle ..
Rgds
John

Technically this is possible, but you have to know the frequency it transmits (possibly 433Mhz). This should be described in the documentation, so can you provide more information about the AWS? Type, URL, datasheet etc.

Second part is if you have a receiver and are able to receive, you have to decompose the data stream into its functional blocks, not trivial, but doable most of the time.

DCF77 is a time protocol, send over Europe from a radiobeacon. It only contains time information, no weather info (AFAIK)

Hi robtillaart,
The first part of the received DCF77 signal is used for weather information as shown in this link....
...http://www.endorphino.de/projects/electronics/timemanipulator/bilder/timemanipulator_codescheibe_01.gif.
The langauge is German but it basically states that fro m 1 - R is saved for weather information.
The other point was that myt AWS transmits at 868Mhz.
Here is another link that shows whats inside the display / receiver unit..http://www.timetec.freeserve.co.uk/DCF/dcf.htm

HTH
Thanks for looking
Rgds
John

A dedicated temperature/humidity sensor, like the SHT15, would be much easier to connect to the Arduino.

Hi PaulS,
That is probably true but as I already have the information streamed to my display I thought
I might be able to use that information to hand.
John

Hi John, the US has a similar long wave time station (WWVB) which I use for a time standard through the Arduino. A couple of years ago there was some discussion about it on this forum. You could do a search for that.

As far as the other information, if you can find in your indoor display where the output of the receiver is, you might be able to tap off of that to feed an Arduino for display. Is that what you had in mind or did you want to get completely away from the inside display?

The first part of the received DCF77 signal is used for weather information as shown in this link....

didn't know that, learned something today :slight_smile:

Hi Emily Jane,
I would really have preferred to get away from the Display unit, it uses a usb to into my PC so there may be an
easy way there although I wanted a seperate feed ( intercept the outgoing transmission) and then send to the Arduino>
to the telescope dew heater. I am very early into the project and first just wanted to establish if it is feasable.

Would that thread be on the old forum ??

How do you get your time standard into your Arduino ??

Regards
John

I would really have preferred to get away from the Display unit

I'm not too familiar with your ISM band but I'm fairly confident that you can buy a receiver module to pick up the signal and feed it directly unto an Arduino.

Would that thread be on the old forum ??

It was a couple of years ago so probably yes.

How do you get your time standard into your Arduino ??

I bought a receiver module and fed the output into the Arduino. The time code is well documented and I just decoded it. I bought my receiver from the manufacturer but I see Sparkfun has them now. Of course, mine is the US version. The manufacturer is called C-Max and I am almost certain they make a receiver for the German standard as well.

Here is the thread I was thinking of:

Hi Emily Jane,
Do you have a C-Max part number or name so that I can have a look at the module.
Appreciate your time.
Thanks
John

I found this listing at Digikey:

http://dkc3.digikey.com/PDF/US2011/P0578.pdf

That should give you a start. The multifrequency version will operate on the German standard.

There seems to be a fairly active group interested in this weather station:

http://code.google.com/p/pywws/

No one seems to have tackled the problem of decoding the radio transmissions though.

Thanks for the links I will check them out, I am off to work shortly, thanks for your time & effort.

Cheers
John