<
From version < 51.21 >
edited by Xiaoling
on 2022/07/13 14:22
To version < 51.18 >
edited by Xiaoling
on 2022/07/13 14:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -914,7 +914,6 @@
914 914  )))
915 915  
916 916  
917 -
918 918  == 7.11 Receive Delay2 ==
919 919  
920 920  
... ... @@ -934,7 +934,6 @@
934 934  )))
935 935  
936 936  
937 -
938 938  == 7.12 Rx2 Window Data Rate ==
939 939  
940 940  
... ... @@ -954,7 +954,6 @@
954 954  )))
955 955  
956 956  
957 -
958 958  == 7.13 Rx2 Window Frequency ==
959 959  
960 960  
... ... @@ -974,7 +974,6 @@
974 974  )))
975 975  
976 976  
977 -
978 978  == 7.14 Transmit Power ==
979 979  
980 980  
... ... @@ -993,7 +993,6 @@
993 993  
994 994  )))
995 995  
996 -
997 997  Downlink Payload. The 4th byte of 0x22 downlink.
998 998  
999 999  If the downlink payload=22000100, it means setting the TXP to 0.
... ... @@ -1003,7 +1003,6 @@
1003 1003  
1004 1004  
1005 1005  
1006 -
1007 1007  == 7.15 RSSI of the Last Received Packet ==
1008 1008  
1009 1009  
... ... @@ -1020,7 +1020,6 @@
1020 1020  )))
1021 1021  
1022 1022  
1023 -
1024 1024  == 7.16 SNR of the Last Received Packet ==
1025 1025  
1026 1026  
... ... @@ -1037,7 +1037,6 @@
1037 1037  )))
1038 1038  
1039 1039  
1040 -
1041 1041  == 7.17 Application Port ==
1042 1042  
1043 1043  
... ... @@ -1054,7 +1054,6 @@
1054 1054  )))
1055 1055  |(% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK
1056 1056  
1057 -
1058 1058  (% style="color:blue" %)**Downlink Command: 0x23**
1059 1059  
1060 1060  Format: Command Code (0x23) followed by 1 bytes port value.
... ... @@ -1083,7 +1083,6 @@
1083 1083  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
1084 1084  
1085 1085  
1086 -
1087 1087  == 7.19 Eight Channel Mode ==
1088 1088  
1089 1089  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
... ... @@ -1101,7 +1101,6 @@
1101 1101  )))
1102 1102  |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
1103 1103  
1104 -
1105 1105  (% style="color:blue" %)**Downlink Command: 0x24**
1106 1106  
1107 1107  Format: Command Code (0x24) followed by 1 bytes channel value.
... ... @@ -1113,7 +1113,6 @@
1113 1113  
1114 1114  
1115 1115  
1116 -
1117 1117  == 7.20 Get or Set RXwindows1 timeout ==
1118 1118  
1119 1119  
... ... @@ -1164,7 +1164,6 @@
1164 1164  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1165 1165  
1166 1166  
1167 -
1168 1168  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1169 1169  
1170 1170  
... ... @@ -1181,7 +1181,6 @@
1181 1181  )))
1182 1182  |(% style="width:183px" %)AT+DWELLT=0|(% style="width:179px" %)Set uplinkdwelltime|(% style="width:131px" %)OK
1183 1183  
1184 -
1185 1185  (% style="color:blue" %)**Downlink Command: 0x25**
1186 1186  
1187 1187  Format: Command Code (0x25) followed by 1 bytes state value.
... ... @@ -1193,7 +1193,6 @@
1193 1193  
1194 1194  
1195 1195  
1196 -
1197 1197  == 7.23 Set Packet Receiving Response Level ==
1198 1198  
1199 1199  
... ... @@ -1200,7 +1200,7 @@
1200 1200  Feature: Get or Set packet receiving response level. This feature is used to set compatible with different LoRaWAN servers. If RPL doesn;t match , user will see strange message in the server portal.
1201 1201  
1202 1202  
1203 -**RPL value:**
1188 +RPL value:
1204 1204  
1205 1205  * **AT+RPL=0:** Device won't immediately reply any downlink commands from platform.
1206 1206  * **AT+RPL=1:** Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00.
... ... @@ -1209,7 +1209,7 @@
1209 1209  * **AT+RPL=4: **Device will immediately reply message to Confirmed Data Down & MAC Command. Payload is 0x00 and requied response header for these two commands.
1210 1210  
1211 1211  
1212 -**Case Analyes:**
1197 +Case Analyes:
1213 1213  
1214 1214  * For Class A devices, AT+RPL=0 is ok. that is defaut settings in software.
1215 1215  * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command.
... ... @@ -1226,7 +1226,6 @@
1226 1226  )))
1227 1227  |(% style="width:160px" %)AT+RPL=0|(% style="width:263px" %)Set packet receiving response level|(% style="width:109px" %)OK
1228 1228  
1229 -
1230 1230  (% style="color:blue" %)**Downlink Command: 0x21**
1231 1231  
1232 1232  Format: Command Code (0x21) followed by 1 bytes level value.
... ... @@ -1238,29 +1238,23 @@
1238 1238  
1239 1239  
1240 1240  
1241 -
1242 1242  == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) ==
1243 1243  
1244 1244  
1245 1245  (% style="color:blue" %)**AT Command: AT+SETMAXNBTRANS **
1246 1246  
1247 -(% border="1" style="background-color:#ffffcc; color:green; width:589px" %)
1248 -|=(% colspan="3" style="width: 586px;" %)AT+**SETMAXNBTRANS**
1249 -|(% style="width:227px" %)**Command Example**|(% style="width:300px" %)**Function**|(% style="width:87px" %)**Response**
1250 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:300px" %)Value1: set the maximum NBTrans.|(% style="width:87px" %)1(((
1230 +(% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
1231 +|=(% colspan="3" style="width: 533px;" %)AT+**SETMAXNBTRANS**
1232 +|(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
1233 +|(% style="width:160px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:263px" %)Value1: set the maximum NBTrans.|(% style="width:109px" %)1(((
1251 1251  OK
1252 1252  )))
1253 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=?,1**|(% style="width:300px" %)(((
1254 -value2: 0: uplink fcnt doesn't change for each NBTrans;
1255 -
1256 -1: uplink fcnt increase by 1 for each NBTrans.
1257 -)))|(% style="width:87px" %)(((
1236 +|(% style="width:160px" %)**AT+SETMAXNBTRANS=?,1**|(% style="width:263px" %)value2: 0: uplink fcnt doesn't change for each NBTrans; 1: uplink fcnt increase by 1 for each NBTrans.|(% style="width:109px" %)(((
1258 1258  1
1259 1259  
1260 1260  OK
1261 1261  )))
1262 1262  
1263 -
1264 1264  (% style="color:blue" %)**Downlink Command: 0x33**
1265 1265  
1266 1266  Format: Command Code (0x33) followed by 2 bytes mode value.
... ... @@ -1308,7 +1308,6 @@
1308 1308  OK
1309 1309  )))
1310 1310  
1311 -
1312 1312  (% style="color:blue" %)**Downlink Command: 0x33**
1313 1313  
1314 1314  Format: Command Code (0x32) followed by 2 bytes mode value.
... ... @@ -1337,7 +1337,6 @@
1337 1337  )))
1338 1338  
1339 1339  
1340 -
1341 1341  == 7.27 Adjust network rejoining interval ==
1342 1342  
1343 1343  
... ... @@ -1355,7 +1355,6 @@
1355 1355  Set the ReJoin data transmission interval to 60000ms = 60 seconds
1356 1356  )))
1357 1357  
1358 -
1359 1359  (% style="color:blue" %)**Downlink Command: 0x26**
1360 1360  
1361 1361  Format: Command Code (0x26) followed by 2 bytes mode value.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0