-
Hello, I got question. How to set up frequency of module to exact between 869,4 and 869,85 MHz by library? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jgromes
Jan 5, 2021
Replies: 1 comment 1 reply
-
Well - which one then? 869.4 or 896.85? SX126x can set frequency in 1 Hz steps, so you can do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jgromes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well - which one then? 869.4 or 896.85? SX126x can set frequency in 1 Hz steps, so you can do
setFrequency(896.123456)
and it will set it's frequency to 896.123456 MHz (within the XTAL/TCXO error, of course).