<
From version < 55.1 >
edited by Edwin Chen
on 2022/10/16 07:43
To version < 59.2 >
edited by Xiaoling
on 2023/01/29 11:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -14,7 +14,6 @@
14 14  
15 15  (((
16 16  **This page shows the common commands since Dragino LoRaWAN stack DR-LWS-005. Make sure the end node support stack higher than DR-LWS-005 before checking this page.**
17 -
18 18  
19 19  
20 20  )))
... ... @@ -22,13 +22,14 @@
22 22  = 2. How to use AT Commands or Downlink command =
23 23  
24 24  
25 -* For AT Command , See Devices User Manual for Device. The user manual can be found in each product page of [[Dragino Official Website>>url:http://www.dragino.com/]]
26 -* For LoRaWAN Downlink: The gateway transfer downlink command in HEX format. This page shows the HEX format downlink code for each command. but some servers use base64 as downlink code. Below are reference for how to use downlink command:
24 +* **AT Command** See Devices User Manual for how to connect to device via USB TTL adapter and use. The user manual can be found in each product page of [[Dragino Official Website>>url:http://www.dragino.com/]]
25 +* **LoRaWAN Downlink Command**: The gateway transfer downlink command in HEX format. This page shows the Downlink Command In HEX format. Please note some LoRaWAN servers use base64 as downlink code so user need to convert HEX to Base64 and use. Below are references for how to use downlink command:
27 27  ** Use HEX format to send a downlink: [[TTN v3>>Notes for TTN]]
28 28  ** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]], [[How to Convert>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.1ConvertHEXtoBase64]]?
29 29  ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
30 30  
31 31  
31 +
32 32  = 3. Support End Node and firmware version =
33 33  
34 34  
... ... @@ -104,6 +104,7 @@
104 104  )))
105 105  
106 106  
107 +
107 107  = 4. System Management Commands =
108 108  
109 109  == 4.1 Change Uplink Interval ==
... ... @@ -142,6 +142,7 @@
142 142  * **Example 2**: Downlink Payload:** 0100003C**  ~/~/ Set Transmit Interval (TDC) = 60 seconds
143 143  
144 144  
146 +
145 145  == 4.2 Reboot End Node ==
146 146  
147 147  
... ... @@ -176,7 +176,6 @@
176 176  (((
177 177  If the downlink payload=**04FF**, the end node will reboot.
178 178  
179 -
180 180  
181 181  )))
182 182  
... ... @@ -216,7 +216,6 @@
216 216  )))
217 217  
218 218  
219 -
220 220  == 4.4 Show Firmware Version ==
221 221  
222 222  
... ... @@ -247,7 +247,6 @@
247 247  (((
248 248  
249 249  
250 -
251 251  **xx: Software Type:**
252 252  )))
253 253  
... ... @@ -281,7 +281,6 @@
281 281  firmware version: v1.1.0 ~-~-> 110
282 282  
283 283  
284 -
285 285  == 4.5 Show System Configure ==
286 286  
287 287  
... ... @@ -308,6 +308,7 @@
308 308  )))
309 309  
310 310  
309 +
311 311  = 5. Keys, IDs and EUIs management =
312 312  
313 313  == 5.1 Application EUI ==
... ... @@ -327,6 +327,7 @@
327 327  |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK
328 328  
329 329  
329 +
330 330  == 5.2 Application Key ==
331 331  
332 332  
... ... @@ -344,6 +344,7 @@
344 344  |(% style="width:441px" %)AT+APPKEY=00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35|(% style="width:180px" %)Set the Application Key|(% style="width:350px" %)OK
345 345  
346 346  
347 +
347 347  == 5.3 Application Session Key ==
348 348  
349 349  
... ... @@ -363,6 +363,7 @@
363 363  )))
364 364  
365 365  
367 +
366 366  == 5.4 Device Address ==
367 367  
368 368  
... ... @@ -382,6 +382,7 @@
382 382  |(% style="width:192px" %)AT+DADDR=A8 40 41 FF|(% style="width:241px" %)Set the Application Session Key.|(% style="width:359px" %)OK
383 383  
384 384  
387 +
385 385  == 5.5 Device EUI ==
386 386  
387 387  
... ... @@ -401,6 +401,7 @@
401 401  )))
402 402  
403 403  
407 +
404 404  == 5.6 Network ID ==
405 405  
406 406  
... ... @@ -418,6 +418,7 @@
418 418  |(% style="width:191px" %)AT+NWKID=A8 40 41 FF|(% style="width:153px" %)Set the Network ID.|(% style="width:101px" %)OK
419 419  
420 420  
425 +
421 421  == 5.7 Network Session Key ==
422 422  
423 423  
... ... @@ -435,6 +435,7 @@
435 435  |(% style="width:455px" %)AT+NWKSKEY=A8 40 41 FF FF 12 34 56 00 01 02 04 05 06 06 07|(% style="width:215px" %)Set the Network Session Key.|(% style="width:343px" %)OK
436 436  
437 437  
443 +
438 438  = 6. Joining and sending date on LoRaWAN network =
439 439  
440 440  == 6.1 Confirm Mode ==
... ... @@ -466,6 +466,7 @@
466 466  * **Example 2:** Downlink Payload: 0500  ~/~/ Set AT+CFM=0
467 467  
468 468  
475 +
469 469  === 6.1.2  AT+CFM command since DR-LWS007 software stack ===
470 470  
471 471  
... ... @@ -512,6 +512,7 @@
512 512  * **Example 2:** Downlink Payload: 05000700  ~/~/ Set AT+CFM=0,7,0
513 513  
514 514  
522 +
515 515  == 6.2 Confirm Status ==
516 516  
517 517  
... ... @@ -520,14 +520,15 @@
520 520  
521 521  (% style="color:blue" %)**AT Command: AT+CFS**
522 522  
523 -(% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
524 -|=(% colspan="3" style="width: 531px;" %)AT+CFS
525 -|(% style="width:156px" %)**Command Example**|(% style="width:193px" %)**Function**|(% style="width:178px" %)**Response**
526 -|(% style="width:156px" %)AT+CFS=?|(% style="width:193px" %)Get confirmation status|(% style="width:178px" %)0(((
531 +(% border="1" style="background-color:#ffffcc; color:green; width:463px" %)
532 +|=(% colspan="3" style="width: 460px;" %)AT+CFS
533 +|(% style="width:156px" %)**Command Example**|(% style="width:193px" %)**Function**|(% style="width:107px" %)**Response**
534 +|(% style="width:156px" %)AT+CFS=?|(% style="width:193px" %)Get confirmation status|(% style="width:107px" %)0(((
527 527  OK
528 528  )))
529 529  
530 530  
539 +
531 531  == 6.3 Join LoRa® Network ==
532 532  
533 533  
... ... @@ -546,6 +546,7 @@
546 546  )))
547 547  
548 548  
558 +
549 549  == 6.4 LoRa® Network Join Mode ==
550 550  
551 551  
... ... @@ -573,6 +573,7 @@
573 573  * **Example 2:** Downlink Payload: **2001**  ~/~/ Set AT+NJM=1
574 574  
575 575  
586 +
576 576  == 6.5 LoRa® Network Join Status ==
577 577  
578 578  
... ... @@ -589,6 +589,7 @@
589 589  )))
590 590  
591 591  
603 +
592 592  == 6.6 Print Last Received Data in Raw Format ==
593 593  
594 594  
... ... @@ -605,6 +605,7 @@
605 605  )))
606 606  
607 607  
620 +
608 608  == 6.7 Print Last Received Data in Binary Format ==
609 609  
610 610  
... ... @@ -621,6 +621,7 @@
621 621  )))
622 622  
623 623  
637 +
624 624  == 6.8 Send Text Data ==
625 625  
626 626  
... ... @@ -641,6 +641,7 @@
641 641  )))
642 642  
643 643  
658 +
644 644  == 6.9 Send Hexadecimal Data ==
645 645  
646 646  
... ... @@ -660,6 +660,7 @@
660 660  )))
661 661  
662 662  
678 +
663 663  = 7. LoRaWAN network management =
664 664  
665 665  == 7.1 Adaptive Data Rate ==
... ... @@ -689,6 +689,7 @@
689 689  * **Example 2**: Downlink Payload: **2200FFFF**  ~/~/ Set AT+ADR=0.
690 690  
691 691  
708 +
692 692  == 7.2 LoRa® Class ==
693 693  
694 694  
... ... @@ -708,6 +708,7 @@
708 708  )))
709 709  
710 710  
728 +
711 711  == 7.3 Duty Cycle Setting ==
712 712  
713 713  
... ... @@ -727,6 +727,7 @@
727 727  )))
728 728  
729 729  
748 +
730 730  == 7.4 Data Rate ==
731 731  
732 732  
... ... @@ -736,9 +736,8 @@
736 736  **Notice:**
737 737  
738 738  * User need to set Adaptive Data Rate(ADR)=0 first. otherwise device will respond to server's ADR command and change the DR according to server auto-adjustment.
739 -* Data Rate specifies Spreading Factor. The mapping various in different frequency band. User can check this link for detail. [[rp2-1.0.3-lorawan-regional-parameters.pdf>>https://lora-alliance.org/resource_hub/rp2-1-0-3-lorawan-regional-parameters/]]
758 +* Data Rate specifies Spreading Factor. The mapping varies in different frequency bands. User can check this link for detail. [[rp2-1.0.3-lorawan-regional-parameters.pdf>>https://lora-alliance.org/resource_hub/rp2-1-0-3-lorawan-regional-parameters/]]
740 740  
741 -
742 742  (% style="color:blue" %)**AT Command: AT+DR**
743 743  
744 744  (% border="1" style="background-color:#ffffcc; color:green; width:466.222px" %)
... ... @@ -759,6 +759,7 @@
759 759  * **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+DR=0.
760 760  
761 761  
780 +
762 762  == 7.5 Frame Counter Downlink ==
763 763  
764 764  
... ... @@ -778,6 +778,7 @@
778 778  )))
779 779  
780 780  
800 +
781 781  == 7.6 Frame Counter Uplink ==
782 782  
783 783  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -796,6 +796,7 @@
796 796  )))
797 797  
798 798  
819 +
799 799  == 7.7 Join Accept Delay1 ==
800 800  
801 801  
... ... @@ -815,6 +815,7 @@
815 815  )))
816 816  
817 817  
839 +
818 818  == 7.8 Join Accept Delay2 ==
819 819  
820 820  
... ... @@ -834,6 +834,7 @@
834 834  )))
835 835  
836 836  
859 +
837 837  == 7.9 Public Network Mode ==
838 838  
839 839  
... ... @@ -862,6 +862,7 @@
862 862  |(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network autoset syncword=0x12|(% style="width:272px" %)
863 863  
864 864  
888 +
865 865  == 7.10 Receive Delay1 ==
866 866  
867 867  
... ... @@ -881,6 +881,7 @@
881 881  )))
882 882  
883 883  
908 +
884 884  == 7.11 Receive Delay2 ==
885 885  
886 886  
... ... @@ -900,6 +900,7 @@
900 900  )))
901 901  
902 902  
928 +
903 903  == 7.12 Rx2 Window Data Rate ==
904 904  
905 905  
... ... @@ -919,6 +919,7 @@
919 919  )))
920 920  
921 921  
948 +
922 922  == 7.13 Rx2 Window Frequency ==
923 923  
924 924  
... ... @@ -938,6 +938,7 @@
938 938  )))
939 939  
940 940  
968 +
941 941  == 7.14 Transmit Power ==
942 942  
943 943  
... ... @@ -966,6 +966,7 @@
966 966  * **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+TXP=0.
967 967  
968 968  
997 +
969 969  == 7.15 RSSI of the Last Received Packet ==
970 970  
971 971  
... ... @@ -982,6 +982,7 @@
982 982  )))
983 983  
984 984  
1014 +
985 985  == 7.16 SNR of the Last Received Packet ==
986 986  
987 987  
... ... @@ -998,6 +998,7 @@
998 998  )))
999 999  
1000 1000  
1031 +
1001 1001  == 7.17 Application Port ==
1002 1002  
1003 1003  
... ... @@ -1024,6 +1024,7 @@
1024 1024  * **Example 2**: Downlink Payload:** 2305**  ~/~/ set the application port to 5
1025 1025  
1026 1026  
1058 +
1027 1027  == 7.18 Single Channel Mode ==
1028 1028  
1029 1029  
... ... @@ -1041,6 +1041,7 @@
1041 1041  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
1042 1042  
1043 1043  
1076 +
1044 1044  == 7.19 Eight Channel Mode ==
1045 1045  
1046 1046  
... ... @@ -1059,7 +1059,7 @@
1059 1059  )))
1060 1060  |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
1061 1061  
1062 -(% style="color:blue" %)**Downlink Command: 0x24**
1095 +(% style="color:blue" %)**Downlink Command: 0x24 (LHT65,LHT65N Downlink Command:0x07)**
1063 1063  
1064 1064  Format: Command Code (0x24) followed by 1 bytes channel value.
1065 1065  
... ... @@ -1069,6 +1069,7 @@
1069 1069  * **Example 2**: Downlink Payload: 2405  ~/~/ set channel mode to 5
1070 1070  
1071 1071  
1105 +
1072 1072  == 7.20 Get or Set RXwindows1 timeout ==
1073 1073  
1074 1074  
... ... @@ -1100,7 +1100,6 @@
1100 1100  (((
1101 1101  Increasing thisvalue is equal to extending the time that the receiving window is opened, butthe corresponding power consumption will also increase. Properly increasingthis value can increase the success rate of the downlink.
1102 1102  
1103 -
1104 1104  
1105 1105  )))
1106 1106  
... ... @@ -1121,6 +1121,7 @@
1121 1121  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1122 1122  
1123 1123  
1157 +
1124 1124  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1125 1125  
1126 1126  
... ... @@ -1147,6 +1147,7 @@
1147 1147  * **Example 2**: Downlink Payload: **2500**  ~/~/ set uplinkdwelltime to 0
1148 1148  
1149 1149  
1184 +
1150 1150  == 7.23 Set Packet Receiving Response Level ==
1151 1151  
1152 1152  
... ... @@ -1187,6 +1187,7 @@
1187 1187  * **Example 2**: Downlink Payload: **2102**  ~/~/ set packet receiving response level to 2
1188 1188  
1189 1189  
1225 +
1190 1190  == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) ==
1191 1191  
1192 1192  
... ... @@ -1218,6 +1218,7 @@
1218 1218  * Example 2: Downlink Payload: 330201  ~/~/ Set AT+SETMAXNBTRANS=2,1
1219 1219  
1220 1220  
1257 +
1221 1221  == 7.25 Device offline rejoining (LWS007) ==
1222 1222  
1223 1223  
... ... @@ -1263,6 +1263,7 @@
1263 1263  * **Example 1:** Downlink Payload: 320105A00B40  ~/~/ Set AT+DDETECT=1,1440,2880
1264 1264  
1265 1265  
1303 +
1266 1266  == 7.26 Request the server to send an ACK ==
1267 1267  
1268 1268  
... ... @@ -1281,6 +1281,7 @@
1281 1281  )))
1282 1282  
1283 1283  
1322 +
1284 1284  == 7.27 Adjust network rejoining interval ==
1285 1285  
1286 1286  
... ... @@ -1289,13 +1289,13 @@
1289 1289  (% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
1290 1290  |=(% colspan="3" style="width: 724px;" %)AT+RJTDC
1291 1291  |(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response**
1292 -|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30000(((
1331 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30(((
1293 1293  OK
1294 1294  
1295 -the interval is 30000ms = 30s
1334 +the interval is 30 min
1296 1296  )))
1297 -|(% style="width:165px" %)AT+RJTDC=60000|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK(((
1298 -Set the ReJoin data transmission interval to 60000ms = 60 seconds
1336 +|(% style="width:165px" %)AT+RJTDC=60|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK(((
1337 +Set the ReJoin data transmission interval to 60 min
1299 1299  )))
1300 1300  
1301 1301  (% style="color:blue" %)**Downlink Command: 0x26**
... ... @@ -1308,6 +1308,7 @@
1308 1308  * **Example 2: **Downlink Payload: 260002  ~/~/ Set AT+RJTDC=2
1309 1309  
1310 1310  
1350 +
1311 1311  = 8. AT Commands Combination =
1312 1312  
1313 1313  == 8.1 Set a fix RX2DR for downlink window ==
... ... @@ -1317,6 +1317,7 @@
1317 1317  * (% style="color:blue" %)**AT+RX2DR=xxxx**   (%%) **~-~->**  Set xxxx to your wanted DataRate
1318 1318  
1319 1319  
1360 +
1320 1320  == 8.2 Use Downlink Command to set a fix uplink DR ==
1321 1321  
1322 1322  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0