-
Notifications
You must be signed in to change notification settings - Fork 32
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
EU868 TxPower #725
Comments
Fixed in LoRaWAN library |
A bit surprised to see we use eirp. Btw ok. But the regulation depends on the rx windows
What about the rx2 ? Going always 14dBm will make a regression on the ability to join. |
@disk91 - Can you find the exact spec which advises 14dBm for RX 1 and 27dBm for RX 2? The only value in the spec I can find is a max value of 16dBm. We've used the value 20dBm for quite a while for both EU868 RX1 and RX2 |
@disk91 We have reviewed the evidence and you are right. Nevertheless, the regional spec makes no mention of this so we had to dig into the actual EU standard that you provided to see that RX2 is allowed to broadcast at As we re-wrote the regional code to improve it, we got confused because of some previously file tickets that seemed to tell us otherwise.
So we really want to make sure that: Please confirm that this is the intended behavior and will will fix it. |
Check the regulation spec : http://www.arcep.fr/fileadmin/reprise/dossiers/frequences/ERC-REC-70-03E-version02.PDF In the LoRaWan Regional settings (RP002-1*.0.3-Final-1.pdf) you can see : This frequency is inside the band G3 -- To confirm my previous tickets, I propose to:
the second option is for when the device is really close to reduce the risk of saturating the device receiver. |
Fix to LoRaWAN library |
Fix to Router |
This comment is a bit confusing to me when read with the one above.
Most of the RSSI's in the tests are changing to 30.
These two are the outliers, and I don't understand from the comments why they're both changing to 20 under opposite circumstances.
Originally posted by @michaeldjeffrey in #710 (comment)
We need to revisit the EU868 maximum tx_power setting in the LoRaWAN library. Historically it has been set to 20, but the maximum allowed is actually 16. Also double-check other Region maximums in the new Regional spec.
Related Issues:
https://www.etsi.org/deliver/etsi_en/300200_300299/30022002/03.02.01_60/en_30022002v030201p.pdf
#304
#355
We noticed while reviewing that this unit test sets packet Region to EU868, but Gateway processing packet is US915 causing confusion.
The text was updated successfully, but these errors were encountered: