-
Notifications
You must be signed in to change notification settings - Fork 75
Different frequncies on TX and RX1 #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @Achichig work with @Shubham-embed. It seems that the Up and expected down are off by 0.6 mHz:
When tested the us_region_915.c , us_region_915.h, us_region_915_defs.h we the same as used in the code (all channels enabled) just incase there had been a change we did by mistake The default DEFAULT_RX_FREQ_500_START_US_915 is set to 923900000 but on the graph it starts at 923300000. When I change it to 923300000 it seems to fix the difference in frequencies but we can still not join the network |
Hello, Indeed, Default_RX_FREQ_500_START_US should be 923300000 and not 923900000. I just checked on the master branch (and the relay branch), and on both of these branches, this value is correctly set to 923300000 Hz. |
Ok thanks for that. It must have been changed by one of us by mistake. Sorry about the mix up |
Thanks for your feedback. |
When trying to connect to the gateway in the Region_US_915 we are seeing that the RX1 (923.9) on the board and the TX (923.3) from the gateway are on different frequencies. We have set the board to stay in Sub-band 2 by commenting out


snapshot_bank_tx_mask++;
The text was updated successfully, but these errors were encountered: