Last modified by Mengting Qiu on 2025/07/08 16:32

From version 83.1
edited by Mengting Qiu
on 2025/07/01 15:48
Change comment: There is no comment for this version
To version 85.1
edited by Mengting Qiu
on 2025/07/08 16:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,6 +23,8 @@
23 23  
24 24  
25 25  
26 +
27 +
26 26  = 2. How to use AT Commands or Downlink command =
27 27  
28 28  
... ... @@ -1343,7 +1343,7 @@
1343 1343  |(% style="width:160px" %)AT+PNACKMD=1|(% style="width:627px" %)If the node uploads the ACK as confirm, it will request the LoraWAN Network Server to send an ACK. If the LoraWAN Network Server ack is not received, the node will upload the packets that have not received the ACK the next time it receives the ACK|(% style="width:100px" %)1(((
1344 1344  OK
1345 1345  )))
1346 -|(% style="width:160px" %)AT+PNACKMD=0|(% style="width:627px" %)off request the LoraWAN Network Server to send an ACK|(% style="width:100px" %)(((
1348 +|(% style="width:160px" %)AT+PNACKMD=0(Default)|(% style="width:627px" %)off request the LoraWAN Network Server to send an ACK|(% style="width:100px" %)(((
1347 1347  0
1348 1348  OK
1349 1349  )))
... ... @@ -1362,11 +1362,16 @@
1362 1362  
1363 1363  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:889px" %)
1364 1364  |(% style="background-color:#4f81bd; color:white; width:165px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:357px" %)**Function**|(% style="background-color:#4f81bd; color:white; width:361px" %)**Response**
1365 -|(% style="width:165px" %)AT+RJTDC=?|(% style="width:357px" %)Show the ReJoin data transmission interval in min|(% style="width:361px" %)30(((
1367 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:357px" %)Show the ReJoin data transmission interval in min|(% style="width:361px" %)(((
1368 +20 (Default)
1369 +
1370 +
1371 +(((
1366 1366  OK
1367 1367  
1368 -the interval is 30 min
1374 +the interval is 20 min
1369 1369  )))
1376 +)))
1370 1370  |(% style="width:165px" %)AT+RJTDC=60|(% style="width:357px" %)Set the ReJoin data transmission interval in min|(% style="width:361px" %)OK(((
1371 1371  Set the ReJoin data transmission interval to 60 min
1372 1372  )))