How are link-check mode and ADR related? #668
Unanswered
MarcusWichelmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a bit new to LoRaWAN and have seen two methods in the documentation where I'm not very sure about, how they relate to each other:
LMIC_setLinkCheckMode
andLMIC_setAdrMode
.Maybe you could help me with this.
Here are my questions:
AdrMode
is also enabled, which means, that I must not enableLinkCheckMode
without also enablingAdrMode
?LinkCheckMode
working? The documentation says theLMIC_setLinkCheckMode
method "must be called only if a session is established". Why is that?AdrMode
andLinkCheckMode
be both disabled, before setting the data rate and transmit power manually usingLMIC_setDrTxpow
? Or is it sufficient to disableAdrMode
to make sure my changes don't get overwritten?LinkCheckMode
, too?Maybe one could clarify this a bit. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions