Replies: 1 comment
-
As I understand LMIC_setClockError serves the same purpose as THRESH. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Just an idea, since LORA requires so strict microsec precise timing (starting RX_SINGLE during the half of preamble),
we could simply use continuous OPMODE_RX with a wider RX window, say
So it doesn't really matter if user makes +10ms calculation, we won't miss the deadline.
Downside it could cost more power (rxing longer), but threshold can be reduces even to current level.
Another more complicated option would be using internal Timer1 of sx12xx.
Beta Was this translation helpful? Give feedback.
All reactions