<
From version < 46.1 >
edited by Edwin Chen
on 2022/06/10 20:37
To version < 50.1 >
edited by Edwin Chen
on 2022/06/22 14:26
>
Change comment: There is no comment for this version

Summary

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).
... ... @@ -553,7 +553,7 @@
553 553  
554 554  If the downlink payload=2000, it means set the Network Join Mode, while type code is 20.
555 555  
556 -* **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O
554 +* **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=0
557 557  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
558 558  
559 559  == 6.5 LoRa® Network Join Status ==
... ... @@ -809,8 +809,10 @@
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  
812 +Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network
813 +
814 814  {{info}}
815 815  **AT Command:AT+PNM**
816 816  {{/info}}
... ... @@ -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)(((
824 +|(% style="width:166px" %)AT+PNM=1|(% style="width:225px" %)(((
825 +Set the public network mode.
826 +
827 +Set syncword=0x34
828 +)))|(% style="width:272px" %)(System will write new value to PNM)(((
825 825  OK
826 826  
827 827  
828 828  )))
833 +|(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network autoset 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  
1240 +== 7.27 Adjust network rejoining interval ==
1241 +
1242 +{{info}}
1243 +**AT Command: AT+RJTDC**
1244 +{{/info}}
1245 +
1246 +(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
1247 +|=(% colspan="3" style="width: 724px;" %)AT+RJTDC
1248 +|(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response**
1249 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30000(((
1250 +OK
1251 +
1252 +the interval is 30000ms = 30s
1253 +)))
1254 +|(% style="width:165px" %)AT+RJTDC=60000|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK(((
1255 +Set the ReJoin data transmission interval to 60000ms = 60 seconds
1256 +)))
1257 +
1258 +{{info}}
1259 +**Downlink Command: 0x26**
1260 +{{/info}}
1261 +
1262 +Format: Command Code (0x26) followed by 2 bytes mode value.
1263 +
1264 +If the downlink payload=26000A, it means set end node to use confirm mode, while type code is 26.
1265 +
1266 +* Example 1: Downlink Payload: 26000A ~/~/ Set AT+RJTDC=10
1267 +* Example 2: Downlink Payload: 260002 ~/~/ Set AT+RJTDC=2
1268 +
1236 1236  = 8. AT Commands Combination =
1237 1237  
1238 1238  == 8.1 Set a fix RX2DR for downlink window ==
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0