arduino-LoRa icon indicating copy to clipboard operation
arduino-LoRa copied to clipboard

How to implement Low Data Rate Optimization (LDRO)

Open MuhammadAsadUllah1 opened this issue 2 years ago • 1 comments

Low Data Rate Optimization (LDRO) is one of the key features of LoRa, and it is essential for SF11 and SF12. How to enable LDRO?

MuhammadAsadUllah1 avatar Jun 26 '23 14:06 MuhammadAsadUllah1

By setting bit 3 of RegModemConfig3 (0x26). See https://github.com/sandeepmistry/arduino-LoRa/blob/master/src/LoRa.cpp#L576-L587

Kongduino avatar Jun 27 '23 17:06 Kongduino