SF lora comunication

Hi there,

I have a lora cubecell board trying to comunicate with my lora gateways, some are running fine but some others aren’t working as they have to.
For the comunication we use the library: “LoRaWan_APP.h”.
As far as I know the SF change automatically depending of the needs of the moment, but, is there any way to force the SF to be running at a certain power?
For example, the SF to be running all the time at 12.

Thanks!

Hi,

please refer the picture.

and use this function:
LoRaWAN.setDataRateForNoADR(dr);

Thank you, I’ll try it and let you know!