SX1262 DutyCycledReceive question #330
Unanswered
tshcherban
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This function was contributed by @BarryPSmith in #84 Unfortunately I don't know where the information about 8 symbols being required comes from. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Can someone help me with startReceiveDutyCycleAuto? I found in comments that According to Semtech, receiver requires 8 symbols to reliably latch a preamble. however i failed to find that info in a datasheet the only mention was for FSK modulation preamble length (im using SX1262, so used according pdf from Semtech's site). Just for experiments i run down to minSymbols = 3, which works quite unreliably, 4 - ~40% packets are missed, and minSymbols = 5 works good.
Later i found this article. It states that 2 symbols rx window works good.
Is working with minSymbols < 8 under specs and should be avoided?
UPD
also library sets radio awake for 2x minSymbols, but in the article above only for minSymbols amount
Beta Was this translation helpful? Give feedback.
All reactions