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

Wrong bandwidth choices for LoRa (not LoRaWAN) #16

Open
Kongduino opened this issue Jun 15, 2021 · 0 comments
Open

Wrong bandwidth choices for LoRa (not LoRaWAN) #16

Kongduino opened this issue Jun 15, 2021 · 0 comments

Comments

@Kongduino
Copy link

sx1276.c states:

if( bandwidth > 2 ) {
  // Fatal error: When using LoRa modem only bandwidths 125, 250 and 500 kHz are supported
  while( 1 );
}

which is incorrect: {125, 250, 500} is the allowed subset for LoRaWAN. However for LoRa, the full range is allowed: {7.8, 10.4, 15.6, 20.8, 31.2, 41.7, 62.5, 125, 250, 500}.

at+set_config=lorap2p: should accept the full range of bandwidths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant