Skip to content

Force avoiding use of high spreading factors with ADR and LinkCheckMode enabled #761

Answered by chansheunglong
m7a asked this question in Q&A
Discussion options

You must be logged in to vote

If I understand your question correctly
Since i am on AS923 I will use that as an example (not sure about EU868)

Setup a channel that use SF7 to SF9
LMIC_setupChannel(0, 923200000, DR_RANGE_MAP(DR_SF9, DR_SF7), BAND_CENTI);

You can also force SF7 by calling LMIC_setDrTxpow(DR_SF7, 14) before sending data, which I think is better (?) than setting value inside LMIC's data struct

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@chansheunglong
Comment options

@m7a
Comment options

@chansheunglong
Comment options

@terrillmoore
Comment options

@terrillmoore
Comment options

Answer selected by m7a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants