Skip to content
dekay edited this page Jan 25, 2015 · 13 revisions

Davis Weather Station Hacking

The DavisRFM69 repository is the result of efforts to reverse engineer the wireless transmissions used by Davis Instruments in their weather stations, specifically their Integrated Sensor Suite (ISS) and the Vantage Pro2 (VP2) Weather Station console. A newer product, the Davis Vantage Vue, is a more integrated product with a few new messages added in, but is otherwise compatible.

The DavisRFM69 repository is one result of that exercise, but the whole thing has really spiralled out of control. This wiki is an attempt to pull together the disparate pieces of information collected by many people scattered across many pages in the reserve engineering effort of the Davis system as a whole.

RF Protocol describes how the message from the ISS to the console at the RF level. An understanding of this is necessary if we are going to try to build a compatible receiver. Which we have done, of course.

Message Protocol details the format of the raw data messages transmitted from the ISS to the console. Eight data bytes are transmitted.

Harware Hacks is a preliminary list of some of the hardware hacks that have sprung out of this effort. DIY serial interfaces and dataloggers, wireless interfaces, and compatible receivers... they're all here.

Additional Resources is a collection of links to other useful places on the net that you'll want to check out.

Clone this wiki locally