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

RF settings description #28

Closed
dontsovcmc opened this issue Nov 23, 2017 · 2 comments
Closed

RF settings description #28

dontsovcmc opened this issue Nov 23, 2017 · 2 comments

Comments

@dontsovcmc
Copy link

Can you write something about RF settings? It's very important for reliable, delay and radius.. Thanks

uint32_t frequency = 867000000;
uint32_t loraBandwidth = 250000;
uint8_t loraSpreadingFactor = 7;
uint8_t loraCodingRate = 6;

Why you don't change TxPower?

LoRa.setTxPower(17); //2-17

Thanks!

@DzikuVx
Copy link
Owner

DzikuVx commented Nov 23, 2017

Those value seems to be working pretty well. It's a compromise between range and delay. At 25mW (14dBm) I was able to test at 3km range on the ground with few dB of budget link still to spare. At few meters above the ground.

For the second question, default is 50mW (17dBm) at it is the strongest allowed output power for SX1276 without duty cycle limitation

@DzikuVx
Copy link
Owner

DzikuVx commented Nov 23, 2017

Let's say solved in 8ffaccb

@DzikuVx DzikuVx closed this as completed Nov 23, 2017
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