Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -446,7 +446,6 @@ 446 446 * Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1 447 447 * Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0 448 448 449 - 450 450 === AT+CFM command since DR-LWS007 software stack === 451 451 452 452 {{info}} ... ... @@ -495,7 +495,6 @@ 495 495 * Example 1: Downlink Payload: 05010101 ~/~/ Set AT+CFM=1,1,1 496 496 * Example 2: Downlink Payload: 05000700 ~/~/ Set AT+CFM=0,7,0 497 497 498 - 499 499 == 6.2 Confirm Status == 500 500 501 501 Feature: Get confirmation status of the last AT+SEND (0-1). ... ... @@ -809,7 +809,7 @@ 809 809 810 810 == 7.9 Public Network Mode == 811 811 812 -Feature: Get or Set the public network mode. (0: off, 1: on) 810 +Feature: Get or Set the public network mode. (0: off, 1: on). A Public LoRaWAN network use 0x34 as syncword. Default Settings; PNM=1 813 813 814 814 {{info}} 815 815 **AT Command:AT+PNM** ... ... @@ -821,11 +821,16 @@ 821 821 |(% style="width:166px" %)AT+PNM=?|(% style="width:225px" %)Get the public network mode.|(% style="width:272px" %)1((( 822 822 OK 823 823 ))) 824 -|(% style="width:166px" %)AT+PNM=1|(% style="width:225px" %)Set the public network mode.|(% style="width:272px" %)(System will write new value to PNM)((( 822 +|(% style="width:166px" %)AT+PNM=1|(% style="width:225px" %)((( 823 +Set the public network mode. 824 + 825 +Set syncword=0x34 826 +)))|(% style="width:272px" %)(System will write new value to PNM)((( 825 825 OK 826 826 827 827 828 828 ))) 831 +|(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network syncword=0x12|(% style="width:272px" %) 829 829 830 830 == 7.10 Receive Delay1 == 831 831 ... ... @@ -1138,7 +1138,6 @@ 1138 1138 * **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1 1139 1139 * **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2 1140 1140 1141 - 1142 1142 == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) == 1143 1143 1144 1144 {{info}} ... ... @@ -1233,6 +1233,35 @@ 1233 1233 OK 1234 1234 ))) 1235 1235 1238 +== 7.27 Adjust network rejoining interval == 1239 + 1240 +{{info}} 1241 +**AT Command: AT+RJTDC** 1242 +{{/info}} 1243 + 1244 +(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %) 1245 +|=(% colspan="3" style="width: 724px;" %)AT+RJTDC 1246 +|(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response** 1247 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30000((( 1248 +OK 1249 + 1250 +the interval is 30000ms = 30s 1251 +))) 1252 +|(% style="width:165px" %)AT+RJTDC=60000|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK((( 1253 +Set the ReJoin data transmission interval to 60000ms = 60 seconds 1254 +))) 1255 + 1256 +{{info}} 1257 +**Downlink Command: 0x26** 1258 +{{/info}} 1259 + 1260 +Format: Command Code (0x26) followed by 2 bytes mode value. 1261 + 1262 +If the downlink payload=26000A, it means set end node to use confirm mode, while type code is 26. 1263 + 1264 +* Example 1: Downlink Payload: 26000A ~/~/ Set AT+RJTDC=10 1265 +* Example 2: Downlink Payload: 260002 ~/~/ Set AT+RJTDC=2 1266 + 1236 1236 = 8. AT Commands Combination = 1237 1237 1238 1238 == 8.1 Set a fix RX2DR for downlink window ==