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
636 stars 207 forks source link

How to set SF for Join procedure #918

Open sw-dev-code opened 1 year ago

sw-dev-code commented 1 year ago

Hi,

When I set SF11 using the function LMIC_setDrTxpow I can see that the Join request is always sent using SF7.

Can anyone tell me why this is the case and how I can set SF for the Join request?

slavendam commented 10 months ago

https://github.com/mcci-catena/arduino-lmic/issues/938#issuecomment-1778100771

Check my answer here