Yeah i hope so because i am unable to receive single packet but when i commented few channel i got three packet but with different payload length like 256, 357, 359…
LMIC_setupChannel(0, 868100000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(1, 868300000, DR_RANGE_MAP(DR_SF12, DR_SF7B), BAND_CENTI); // g-band
// LMIC_setupChannel(2, 868500000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(3, 867100000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(4, 867300000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(5, 867500000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(6, 867700000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(7, 867900000, DR_RANGE_MAP(DR_SF12, DR_SF7), BAND_CENTI); // g-band
// LMIC_setupChannel(8, 868800000, DR_RANGE_MAP(DR_FSK, DR_FSK), BAND_MILLI); // g2-band
Also in gateway side instead of SF_ALL i changed to single SF7… because if i use SF_ALL its shows
Gateway ID 5CCF7FF42F33BB33
ntp synced using 52.187.42.158
2017-05-11 12:31:46 GMT
sx1272: 34
start allSF detector
router ip: 52.169.76.203
ntp synced using 52.187.42.158
rx timeout 9 rssi 45
rx timeout 9 rssi 46
rx timeout 9 rssi 45
rx timeout 9 rssi 45
rx timeout 9 rssi 51
rx timeout 9 rssi 51
rx timeout 9 rssi 53
rx timeout 8 rssi 53
rx timeout 8 rssi 53
rx timeout 8 rssi 53
rx timeout 9 rssi 22
it is continuously… but whenever i supposed to change from SF_ALL to SF7 at that i receive single packet…