SX1262-Implement Retransmission Mechanism #1198
Nandhini-271
started this conversation in
General
Replies: 1 comment 2 replies
-
No, it does not. There's no such functionality directly in RadioLib. If you need it, you will have to either find a higher-layer protocol that does have it, or implement it yourself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the SX1262 LoRa module with an ESP32, programmed using the RadioLib library. This library has a built-in retransmission mechanism, where if the
startTransmit
orstartReceive
function fails, it automatically attempts retransmission. Could you please provide clarity on how this retransmission process works?Beta Was this translation helpful? Give feedback.
All reactions