Difference between revisions of "Weather Station"

From wikidb
Jump to: navigation, search
(barnybug)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== wview ==
 +
 +
Redirect to [[wview]].
 +
 
== barnybug ==
 
== barnybug ==
  
[https://github.com/barnybug/wmr100 git site]
+
[https://github.com/barnybug/wmr100 wmr100 source] from the git site.
  
 
libhid-dev must be installed.
 
libhid-dev must be installed.
Line 19: Line 23:
  
 
If it refuses to connect, try resetting the Weather Console
 
If it refuses to connect, try resetting the Weather Console
 +
 +
== Links ==
 +
 +
* [http://wmrx00.sourceforge.net Whether Station Data Loger]
 +
* [http://www.bashewa.com/download-wmr200-sniffer.php WMR200 Sniffer]
 +
* [http://dague.net/2010/02/25/sniffing-oregon-scientific-weather-sensor-data/ sensor sniffer]
 +
* [http://www.bashewa.com/wmr200-protocol.php WMR300 Protocol Sniffer]
 +
* [http://wmrx00.sourceforge.net/Arduino/OregonScientific-RF-Protocols.pdf RF Protocol]
 +
* [http://www.raspberrypi.org/phpBB3/viewtopic.php?f=37&t=27728 Pi]

Latest revision as of 11:51, 9 November 2014

wview

Redirect to wview.

barnybug

wmr100 source from the git site.

libhid-dev must be installed.

 git clone https://github.com/barnybug/wmr100.git
 make

setup udev as root

 cp /home/eepp/weather/barnybug/wmr100/udev/wmr100.rules /etc/udev/
 cd /etc/udev/rules.d/
 ln -s ../wmr100.rules 025_wmr100.rules

Still had to run from root

 root@raspberrypi:/home/pi/weather/barnybug/wmr100# ./wmr100

If it refuses to connect, try resetting the Weather Console

Links