Hi all,
I am having problems setting up a Dragino LT-33222 node, I’m in Germany, so I use EU frequencies and nodes.
It IS able to join the network and DOES send packets including payload after the join, however it never seems to switch to SF7 although the node and one or more gateways are in the same office (10 m apart). BTW, same issue if I have only one gateway in operation.
What I see in my RAK7258 gateway is that after each uplink telegram, the gateway sends this:
{
"freq": 869525000,
"mode": "timerstamped",
"tmst": 541090308,
"rfch": 0,
"powe": 27,
"prea": 8,
"ncrc": true,
"modu": "LORA",
"datr": "SF9BW125",
"codr": "4/5",
"ipol": true,
"size": 17,
"data": "<REDACTED>="
}
{
"MHDR": {
"MType": "Unconfirmed Data Down",
"RFU": 0,
"Major": 0
},
"MACPayload": {
"FHDR": {
"DevAddr": "26012056",
"FCtrl": {
"ADR": true,
"RFU": 0,
"FPending": false,
"ACK": false,
"FOptsLen": 5
},
"FCnt": 1,
"FOpts": [
{
"CID": "LinkADRReq",
"DataRate": 4,
"TXPower": 1,
"ChMask": "0xff00",
"ChMaskCntl": 0,
"NbTrans": 1
}
]
}
},
"MIC": "F4576028"
}
… which looks like a request from TTN to the node to switch spreading factor, but to no avail… next packet will be SF12 again.
What looks strange to me is that in the TTN console, I see an empty downlink packet, port 0 as response 2 seconds after each uplink packet, if I intertret the signs well enough.
Any ideas? Do I have to contact the vendor?
Thanks in advance
Andreas