Hi Rich,
When I look at the frequencies used in file DavisRFM69.h (see:
https://github.com/kobuki/VPTools/blob/master/DavisRFM69.h), I believe all
the US frequencies in protocol.go are 26300 Hz too low.
BTW. The EU frequencies in the same DavisRFM69.h file seem not useful for
my EU Davis transmitters.
It took a while to find the conversion formula for those three byte numbers
in the DavisRFM69.h file.
The formula is:
Frequency (Hz) = (HEX) Frequency DavisRFM69.h * 32,000,000 / (2^19)
Example: *{0xE3, 0xDA, 0x7C}*, = HEX: E3DA7C = Dec: 14932604. Frequency in
Hz is: 14932604 * 32000000 / 61.03515625 = *911413818.4*
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.