Hi Phil, My instructions are nor clear, sorry. Add the following 3 lines at the ens of your .profile file. export GOROOT=/usr/lib/go export GOPATH=$HOME/work export PATH=$PATH:$GOROOT/bin:$GOPATH/bin Then save the file. To activate the changes in the profile right away, type command: source ~/.profile
The program doesn't run at its own on future restarts. I have set a cronjob for program weewx (with the weewx-rtld driver installed) which will start program rtldavis. crontab -e Add at the end: @reboot /home/weewx/util/init.d/weewx.debian restart The weewx-rtld driver can be found here: https://github.com/lheijst/weewx-rtld Beware: the first action is to get program rtldavis collecting the raw data. Without this raw data the weewx-rtld program is useless. After each successful data collection program rtldavis reports the frequency-offset between the RTL-SDR dongle and the Davis transmitter of that message. Program rtldavis has an option to preset an overall frequency correction: -fc xxx (in Hz) for all configured transmitters (often there is only one transmitter). Please report the output of program rtldavis to get more information what is happening. Luc -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
