sx126x rx timeout #387
Unanswered
macleayislandbruce
asked this question in
Q&A
Replies: 1 comment 3 replies
-
In the interrupt mode, RX timeout is not used, the radio is placed to countinuous reception mode and never times out. The timeout only matters for blocking reception. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first congratulations to Jan for the library, I can see an enormous amount of work went into it, great examples too.
I am using SX1262 LoRa radios, basically built on the ping/pond interrupt example. However I cannot get the rx timeout to work. From the class constructor it should be radio.startReceive(timeout in multiples of 15.625 microsecs), I have tried to set timeout to 200mS, ie 15.625uS x 12800 = 200,000uS so we get "uint32_t rxTimeOut = `12800; radio.startReceive(rxTimeOut);"? this doesn't work, timeout is still default of infinite. What is the format for setting the timeout? Sorry if this is an obvious newby mistake.
Regard Bruce
Beta Was this translation helpful? Give feedback.
All reactions