Skip to content
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

Handling of region-specific power limits #168

Open
6 tasks
plaes opened this issue Nov 15, 2023 · 0 comments
Open
6 tasks

Handling of region-specific power limits #168

plaes opened this issue Nov 15, 2023 · 0 comments

Comments

@plaes
Copy link
Collaborator

plaes commented Nov 15, 2023

Now that support for PhyRxTx has gained support for limiting maximum power and dealing with board-specific antenna gain via #159, region-specific transmission power limits should be revisited (see also #150).
Also, all drivers in lora-phy have been fixed to clamp output power between supported values instead of raising Err(InvalidOutputPower).

Values for maximum transmission power for each region have been pulled from RP002-1.0.3 Regional Parameters.

Dynamic Channel plans (currently, the maximum EIRP value ( Region::get_dbm()) is 14dBm):

  1. AS923: +16dBm
  2. EU433: +12dBm
  3. EU863-870: +16dBm
  4. IN865-867: +30dBm

Fixed channel plans:

  1. AU915-928: +30dBm - currently 21dBm
  2. US902-928: +30dBm (?) - currently 21dBm

Unimplemented regions:

  1. CN779-787: +12dBm
  2. CN470-510: +19dBm
  3. KR920-923: (depends on frequency: +12dBm if f < 922MHz), otherwise +14dBm
  4. RU864-870: +16dBm
@plaes plaes mentioned this issue Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant