sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.6k stars 621 forks source link

How to implement Low Data Rate Optimization (LDRO) #652

Open MuhammadAsadUllah1 opened 1 year ago

MuhammadAsadUllah1 commented 1 year ago

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?

Kongduino commented 1 year ago

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