-
Notifications
You must be signed in to change notification settings - Fork 300
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
TX power > 23dbm, lgw_get_instcnt will appear to slip away #131
Comments
Updated test program, at 30dbm, using 2dBi antenna, there is 100% probability of error.
console log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The hardware uses the 470 full-duplex reference design provided by Semtech: SX1302CFD490GW1_e537v03a_490MHz_prod_folder
During the test, it was found that when the transmission power is greater than 23dbm (radiation measured by the spectrum analyzer), the time obtained by the lgw_get_instcnt interface and the time count value will jump.
I provide a test code.
Case 1. In the test code, modify line 286 pkt.rf_power = 30; // 20/23 time no slip,but 27/30 sx1302 time slip
【An error will occur if a LoRa antenna is connected. If a LoRa antenna is not connected, or a non-LoRa antenna is connected, such as a 2.4G WiFi antenna (make sure 30dbm is radiated, if the antenna is not connected, the PA may burn out), the time will not slip away.】
sx1302 internal time jump occurs, test output results
Console Messages------>
Case 2. In the test code, modify line 286 pkt.rf_power = 20; // 20/23 time no slip,but 27/30 sx1302 time slip
No time jump printing
The text was updated successfully, but these errors were encountered: