WeatherMonitor is for receiving data from a Lacrosse TX17 transmitter using a Raspberry PI.
The data can then be pushed to a remote server for further processing.
Based on the following:
- http://forum.hardware.fr/hfr/Discussions/Loisirs/arduino-topic-unique-sujet_93606_29.htm#t32501473
- http://www.f6fbb.org/domo/sensors/tx3_th.php
Requires the wiringpi library.
- make
- ./weatherd -n GPIO_PIN -i EXPECTED_SENSOR_ID
- edit default.weatherd to suite your needs
- make
- make install
- sudo /etc/init.d/weatherd start