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

txPower and DataRate settings #12

Open
everhamme opened this issue Jan 17, 2019 · 2 comments
Open

txPower and DataRate settings #12

everhamme opened this issue Jan 17, 2019 · 2 comments

Comments

@everhamme
Copy link

everhamme commented Jan 17, 2019

I'd like to modify setDataRate and setTxPower. Could you document valid range of values in // Configure LoRaWAN connection? I tried hunting down the forks and its not clear.. Here's what I found

Valid DataRate

  • LoRaWAN US or AU:
  • 0: SF = 10, BW = 125 kHz, BitRate = 980 bps
  • 1: SF = 9, BW = 125 kHz, BitRate = 1760 bps
  • 2: SF = 8, BW = 125 kHz, BitRate = 3125 bps
  • 3: SF = 7, BW = 125 kHz, BitRate = 5470 bps

Valid TxPower

I believe its expressed in dB
0 to 20 (eu) ... maybe 0 to 14 (us)

Let me know!

@kriswiner
Copy link
Owner

kriswiner commented Jan 17, 2019 via email

@kriswiner
Copy link
Owner

kriswiner commented Jan 17, 2019 via email

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

2 participants