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
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