Re: [weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-03-19 Thread nls
You can find the frequency tables starting here: https://github.com/kobuki/VPTools/blob/master/DavisRFM69.h#L206 The conversion process is to concatenate the 3 octets - eg. for the first 3 it's producing the 0xE3DA7C hex number. You convert it to decimal and multiply by RF69_FSTEP, which is 61.035

Re: [weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-03-19 Thread Greg Troxel
ljm.hei...@gmail.com writes: > I don’t know. What we do know by now is that the well known and proven to be > good frequencies (of RFM69) are not working in program rtldavis. > We can do one of two things to solve this. > 1. Find out what the problem is and fix it. This is not easy and a thorou