Replies: 1 comment
-
The code you show only performs frequency calibration, which is done in rough bands. The actual frequency configuration is performed in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at SX1262.cpp in order to find how frequency setting works, I found this:
It seems that there are specific values that are chosen whatever frequency we select.
The fact is that the ebyte SX1262 module at 433Mhz supports a frequency range from 410~493 MHz.
Let's say I want to use the specific frequency of 434.79 Mhz. According to the .cpp file, the library will choose the 430Mhz value.
Is that true? Also is there any way to choose the exact frequency value that we need?
Beta Was this translation helpful? Give feedback.
All reactions