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
Uh oh!
There was an error while loading. Please reload this page.
-
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_setLinkCheckModeandLMIC_setAdrMode.Maybe you could help me with this.
Here are my questions:
AdrModeis also enabled, which means, that I must not enableLinkCheckModewithout also enablingAdrMode?LinkCheckModeworking? The documentation says theLMIC_setLinkCheckModemethod "must be called only if a session is established". Why is that?AdrModeandLinkCheckModebe both disabled, before setting the data rate and transmit power manually usingLMIC_setDrTxpow? Or is it sufficient to disableAdrModeto 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