matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
705 stars 651 forks source link

How to change the Bandwidth #228

Open sjaimohd opened 5 years ago

sjaimohd commented 5 years ago

Hello Sir,

I understand we can change the spreading factor of the code and power transmit but how to change the bandwidth from 125 to 250 or 500? at this line:

// Set data rate and transmit power for uplink (note: txpow seems to be ignored by the library) LMIC_setDrTxpow(DR_SF12,14);

I checked the radio.c and change the bandwidth from there but there is doesn't show any change in the serial monitor? or it is impossible to change the bandwidth?

augisbud commented 4 years ago

same here

haidarm commented 4 years ago

same here i think the code is limited to 125. so its not changeable

adeel1710 commented 4 years ago

Was anyone able to obtain the change of bandwidth ?

raghavyadav11 commented 1 year ago

does anyone has the answer to this?