mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
632 stars 207 forks source link

Can we disable the Hamming Code? #623

Closed kangyang73 closed 3 years ago

kangyang73 commented 3 years ago

How to disable the Hamming code? It means that sets the coding rate to 4/4. I look forward to hearing from you. Thanks a lot.

terrillmoore commented 3 years ago

Thanks for your question. It's not possible in this library. This library targets LoRaWAN compliance, and coding rates of 4/4 are not something that's part of the standard.

Best regards, --Terry