<
From version < 52.1 >
edited by Edwin Chen
on 2022/07/23 11:23
To version < 50.18 >
edited by Xiaoling
on 2022/07/13 13:49
>
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
... ... @@ -103,7 +103,6 @@
103 103  )))
104 104  
105 105  
106 -
107 107  = 4. System Management Commands =
108 108  
109 109  
... ... @@ -139,8 +139,8 @@
139 139  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
140 140  )))
141 141  
142 -* **Example 1**: Downlink Payload:** 0100001E**  ~/~/ Set Transmit Interval (TDC) = 30 seconds
143 -* **Example 2**: Downlink Payload:** 0100003C**  ~/~/ Set Transmit Interval (TDC) = 60 seconds
141 +* **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
142 +* **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
144 144  
145 145  
146 146  
... ... @@ -169,6 +169,7 @@
169 169  <followed by the Tx and Rx information>
170 170  )))
171 171  
171 +
172 172  (% style="color:blue" %)**Downlink Command: 0x04**
173 173  
174 174  (((
... ... @@ -206,6 +206,7 @@
206 206  Please set the parameters or reset Device to apply change
207 207  )))
208 208  
209 +
209 209  (% style="color:blue" %)**Downlink Command: 0x04**
210 210  
211 211  (((
... ... @@ -234,6 +234,7 @@
234 234  OK
235 235  )))
236 236  
238 +
237 237  (% style="color:blue" %)**Downlink Command: 0x26 (Valid in 006 stack)**
238 238  
239 239  (((
... ... @@ -258,6 +258,7 @@
258 258  (((
259 259  
260 260  
263 +
261 261  **yy: Frequency Band:**
262 262  )))
263 263  
... ... @@ -275,6 +275,7 @@
275 275  (((
276 276  
277 277  
281 +
278 278  **zz: Subband**
279 279  )))
280 280  
... ... @@ -307,6 +307,7 @@
307 307  )))
308 308  
309 309  
314 +
310 310  = 5. Keys, IDs and EUIs management =
311 311  
312 312  
... ... @@ -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  
335 +
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  
353 +
347 347  == 5.3 Application Session Key ==
348 348  
349 349  
... ... @@ -363,6 +363,7 @@
363 363  )))
364 364  
365 365  
373 +
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  
393 +
385 385  == 5.5 Device EUI ==
386 386  
387 387  
... ... @@ -401,6 +401,7 @@
401 401  )))
402 402  
403 403  
413 +
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  
431 +
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  
449 +
438 438  = 6. Joining and sending date on LoRaWAN network =
439 439  
440 440  
... ... @@ -458,6 +458,7 @@
458 458  |(% style="width:155px" %)AT+CFM=1|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)OK
459 459  |(% style="width:155px" %)AT+CFM=2|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)While Error in format, return AT_PARAM_ERROR
460 460  
473 +
461 461  (% style="color:blue" %)**Downlink Command: 0x05**
462 462  
463 463  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -464,11 +464,12 @@
464 464  
465 465  If the downlink payload=0501, it means set end node to use confirm mode, while type code is 05.
466 466  
467 -* **Example 1:** Downlink Payload: 0501  ~/~/ Set AT+CFM=1
468 -* **Example 2:** Downlink Payload: 0500  ~/~/ Set AT+CFM=0
480 +* Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
481 +* Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
469 469  
470 470  
471 471  
485 +
472 472  === 6.1.2  AT+CFM command since DR-LWS007 software stack ===
473 473  
474 474  
... ... @@ -505,6 +505,7 @@
505 505  OK
506 506  )))
507 507  
522 +
508 508  (% style="color:blue" %)**Downlink Command: 0x05**
509 509  
510 510  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -511,11 +511,12 @@
511 511  
512 512  If the downlink payload=05010101, it means set end node to use confirm mode, while type code is 05.
513 513  
514 -* **Example 1:** Downlink Payload: 05010101  ~/~/ Set AT+CFM=1,1,1
515 -* **Example 2:** Downlink Payload: 05000700  ~/~/ Set AT+CFM=0,7,0
529 +* Example 1: Downlink Payload: 05010101 ~/~/ Set AT+CFM=1,1,1
530 +* Example 2: Downlink Payload: 05000700 ~/~/ Set AT+CFM=0,7,0
516 516  
517 517  
518 518  
534 +
519 519  == 6.2 Confirm Status ==
520 520  
521 521  
... ... @@ -532,6 +532,7 @@
532 532  )))
533 533  
534 534  
551 +
535 535  == 6.3 Join LoRa® Network ==
536 536  
537 537  
... ... @@ -550,6 +550,7 @@
550 550  )))
551 551  
552 552  
570 +
553 553  == 6.4 LoRa® Network Join Mode ==
554 554  
555 555  
... ... @@ -567,6 +567,7 @@
567 567  |(% style="width:162px" %)AT+NJM=0|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)OK
568 568  |(% style="width:162px" %)AT+NJM=2|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)While Error in format, return AT_PARAM_ERROR
569 569  
588 +
570 570  (% style="color:blue" %)**Downlink Command: 0x20**
571 571  
572 572  Format: Command Code (0x20) followed by 1 bytes mode value.
... ... @@ -573,11 +573,12 @@
573 573  
574 574  If the downlink payload=2000, it means set the Network Join Mode, while type code is 20.
575 575  
576 -* **Example 1: **Downlink Payload: **2000                  ** ~/~/ Set AT+NJM=0
577 -* **Example 2:** Downlink Payload: **2001**  ~/~/ Set AT+NJM=1
595 +* **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=0
596 +* **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
578 578  
579 579  
580 580  
600 +
581 581  == 6.5 LoRa® Network Join Status ==
582 582  
583 583  
... ... @@ -594,6 +594,7 @@
594 594  )))
595 595  
596 596  
617 +
597 597  == 6.6 Print Last Received Data in Raw Format ==
598 598  
599 599  
... ... @@ -610,6 +610,7 @@
610 610  )))
611 611  
612 612  
634 +
613 613  == 6.7 Print Last Received Data in Binary Format ==
614 614  
615 615  
... ... @@ -626,6 +626,7 @@
626 626  )))
627 627  
628 628  
651 +
629 629  == 6.8 Send Text Data ==
630 630  
631 631  
... ... @@ -646,6 +646,7 @@
646 646  )))
647 647  
648 648  
672 +
649 649  == 6.9 Send Hexadecimal Data ==
650 650  
651 651  
... ... @@ -665,6 +665,7 @@
665 665  )))
666 666  
667 667  
692 +
668 668  = 7. LoRaWAN network management =
669 669  
670 670  
... ... @@ -687,15 +687,17 @@
687 687  AT_PARAM_ERROR
688 688  )))
689 689  
715 +
690 690  (% style="color:blue" %)**Downlink Command: 0x22**
691 691  
692 692  If the downlink payload=2201, it means setting the adaptive data rate to 1, while type code is 22.
693 693  
694 -* **Example 1**: Downlink Payload: **2201**  ~/~/ Set AT+ADR=1.
695 -* **Example 2**: Downlink Payload: **2200FFFF**  ~/~/ Set AT+ADR=0.
720 +* **Example 1**: Downlink Payload: **2201**  ~/~/ Set AT+ADR=1.
721 +* **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
696 696  
697 697  
698 698  
725 +
699 699  == 7.2 LoRa® Class ==
700 700  
701 701  
... ... @@ -715,6 +715,7 @@
715 715  )))
716 716  
717 717  
745 +
718 718  == 7.3 Duty Cycle Setting ==
719 719  
720 720  
... ... @@ -734,6 +734,7 @@
734 734  )))
735 735  
736 736  
765 +
737 737  == 7.4 Data Rate ==
738 738  
739 739  
... ... @@ -752,15 +752,17 @@
752 752  
753 753  )))
754 754  
784 +
755 755  (% style="color:blue" %)**Downlink Command: 0x2200aaFF**
756 756  
757 757  If the downlink payload=220001FF, it means setting the data rate to 1, while type code is 22 00 aa FF.
758 758  
759 -* **Example 1**: Downlink Payload: **220001FF**  ~/~/ Set AT+DR=1.
760 -* **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+DR=0.
789 +* **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
790 +* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
761 761  
762 762  
763 763  
794 +
764 764  == 7.5 Frame Counter Downlink ==
765 765  
766 766  
... ... @@ -780,6 +780,7 @@
780 780  )))
781 781  
782 782  
814 +
783 783  == 7.6 Frame Counter Uplink ==
784 784  
785 785  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -787,6 +787,7 @@
787 787  
788 788  (% style="color:blue" %)**AT Command:AT+FCU**
789 789  
822 +
790 790  (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
791 791  |=(% colspan="3" style="width: 531px;" %)AT+FCU
792 792  |(% style="width:177px" %)**Command Example**|(% style="width:239px" %)**Function**|(% style="width:113px" %)**Response**
... ... @@ -797,15 +797,14 @@
797 797  
798 798  )))
799 799  
800 -
801 801  == 7.7 Join Accept Delay1 ==
802 802  
803 -
804 804  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
805 805  
806 806  
807 807  (% style="color:blue" %)**AT Command:AT+JN1DL**
808 808  
840 +
809 809  (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %)
810 810  |=(% colspan="3" style="width: 534px;" %)AT+JN1DL
811 811  |(% style="width:164px" %)**Command Example**|(% style="width:229px" %)**Function**|(% style="width:140px" %)**Response**
... ... @@ -816,7 +816,6 @@
816 816  
817 817  )))
818 818  
819 -
820 820  == 7.8 Join Accept Delay2 ==
821 821  
822 822  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -824,6 +824,7 @@
824 824  
825 825  (% style="color:blue" %)**AT Command:AT+JN2DL**
826 826  
858 +
827 827  (% border="1" style="background-color:#ffffcc; color:green; width:538.222px" %)
828 828  |=(% colspan="3" style="width: 535px;" %)AT+JN2DL
829 829  |(% style="width:160px" %)**Command Example**|(% style="width:228px" %)**Function**|(% style="width:146px" %)**Response**
... ... @@ -834,17 +834,16 @@
834 834  
835 835  )))
836 836  
837 -
838 838  == 7.9 Public Network Mode ==
839 839  
840 -
841 841  Feature: Get or Set the public network mode. (0: off, 1: on). A Public LoRaWAN network use 0x34 as syncword. Default Settings; PNM=1
842 842  
843 -(% style="color:red" %)Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network
873 +Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network
844 844  
845 845  
846 846  (% style="color:blue" %)**AT Command:AT+PNM**
847 847  
878 +
848 848  (% border="1" style="background-color:#ffffcc; color:green; width:667.222px" %)
849 849  |=(% colspan="3" style="width: 664px;" %)AT+PNM
850 850  |(% style="width:166px" %)**Command Example**|(% style="width:225px" %)**Function**|(% style="width:272px" %)**Response**
... ... @@ -862,15 +862,14 @@
862 862  )))
863 863  |(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network autoset syncword=0x12|(% style="width:272px" %)
864 864  
865 -
866 866  == 7.10 Receive Delay1 ==
867 867  
868 -
869 869  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
870 870  
871 871  
872 872  (% style="color:blue" %)**AT Command:AT+RX1DL**
873 873  
903 +
874 874  (% border="1" style="background-color:#ffffcc; color:green; width:408.222px" %)
875 875  |=(% colspan="3" style="width: 405px;" %)AT+RX1DL
876 876  |(% style="width:155px" %)**Command Example**|(% style="width:128px" %)**Function**|(% style="width:122px" %)**Response**
... ... @@ -881,15 +881,14 @@
881 881  
882 882  )))
883 883  
884 -
885 885  == 7.11 Receive Delay2 ==
886 886  
887 -
888 888  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
889 889  
890 890  
891 891  (% style="color:blue" %)**AT Command:AT+RX2DL**
892 892  
921 +
893 893  (% border="1" style="background-color:#ffffcc; color:green; width:481.222px" %)
894 894  |=(% colspan="3" style="width: 478px;" %)AT+RX2DL
895 895  |(% style="width:175px" %)**Command Example**|(% style="width:152px" %)**Function**|(% style="width:150px" %)**Response**
... ... @@ -900,15 +900,14 @@
900 900  
901 901  )))
902 902  
903 -
904 904  == 7.12 Rx2 Window Data Rate ==
905 905  
906 -
907 907  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
908 908  
909 909  
910 910  (% style="color:blue" %)**AT Command:AT+RX2DR**
911 911  
939 +
912 912  (% border="1" style="background-color:#ffffcc; color:green; width:525.222px" %)
913 913  |=(% colspan="3" style="width: 522px;" %)AT+RX2DR
914 914  |(% style="width:160px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:130px" %)**Response**
... ... @@ -919,15 +919,14 @@
919 919  
920 920  )))
921 921  
922 -
923 923  == 7.13 Rx2 Window Frequency ==
924 924  
925 -
926 926  Feature: Get or Set the Rx2 window frequency
927 927  
928 928  
929 929  (% style="color:blue" %)**AT Command:AT+RX2FQ**
930 930  
957 +
931 931  (% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %)
932 932  |=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
933 933  |(% style="width:183px" %)**Command Example**|(% style="width:240px" %)**Function**|(% style="width:160px" %)**Response**
... ... @@ -938,17 +938,14 @@
938 938  
939 939  )))
940 940  
941 -
942 942  == 7.14 Transmit Power ==
943 943  
944 -
945 945  Feature: Get or Set the Transmit Power(0-5, MAX:0, MIN:5, according to LoRaWAN Spec, or 40=10dB, 41 = 11dB, …, 50 = 20dB which is out of LoRaWAN spec. )
946 946  
947 -Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor
948 948  
949 -
950 950  (% style="color:blue" %)**AT Command:AT+TXP**
951 951  
975 +
952 952  (% border="1" style="background-color:#ffffcc; color:green; width:465.222px" %)
953 953  |=(% colspan="3" style="width: 462px;" %)AT+TXP
954 954  |(% style="width:161px" %)**Command Example**|(% style="width:189px" %)**Function**|(% style="width:112px" %)**Response**
... ... @@ -963,19 +963,17 @@
963 963  
964 964  If the downlink payload=22000100, it means setting the TXP to 0.
965 965  
966 -* **Example 1**: Downlink Payload: **22000102**  ~/~/ Set AT+TXP=2.
967 -* **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+TXP=0.
990 +* **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
991 +* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
968 968  
969 -
970 -
971 971  == 7.15 RSSI of the Last Received Packet ==
972 972  
973 -
974 974  Feature: Get or Set the Rx2 window frequency
975 975  
976 976  
977 977  (% style="color:blue" %)**AT Command:AT+RSSI**
978 978  
1000 +
979 979  (% border="1" style="background-color:#ffffcc; color:green; width:557.222px" %)
980 980  |=(% colspan="3" style="width: 554px;" %)AT+RSSI
981 981  |(% style="width:164px" %)**Command Example**|(% style="width:289px" %)**Function**|(% style="width:100px" %)**Response**
... ... @@ -983,15 +983,14 @@
983 983  OK
984 984  )))
985 985  
986 -
987 987  == 7.16 SNR of the Last Received Packet ==
988 988  
989 -
990 990  Feature: Get the SNR of the last received packet
991 991  
992 992  
993 993  (% style="color:blue" %)**AT Command:AT+SNR**
994 994  
1015 +
995 995  (% border="1" style="background-color:#ffffcc; color:green; width:571.222px" %)
996 996  |=(% colspan="3" style="width: 568px;" %)AT+SNR
997 997  |(% style="width:164px" %)**Command Example**|(% style="width:290px" %)**Function**|(% style="width:113px" %)**Response**
... ... @@ -999,15 +999,14 @@
999 999  OK
1000 1000  )))
1001 1001  
1002 -
1003 1003  == 7.17 Application Port ==
1004 1004  
1005 -
1006 1006  Feature: Get or set the application port.
1007 1007  
1008 1008  
1009 1009  (% style="color:blue" %)**AT Command: AT+PORT**
1010 1010  
1030 +
1011 1011  (% border="1" style="background-color:#ffffcc; color:green; width:500.222px" %)
1012 1012  |=(% colspan="3" style="width: 497px;" %)AT+PORT
1013 1013  |(% style="width:157px" %)**Command Example**|(% style="width:204px" %)**Function**|(% style="width:135px" %)**Response**
... ... @@ -1018,22 +1018,22 @@
1018 1018  
1019 1019  (% style="color:blue" %)**Downlink Command: 0x23**
1020 1020  
1041 +
1021 1021  Format: Command Code (0x23) followed by 1 bytes port value.
1022 1022  
1023 1023  If the downlink payload=2301, it means set the application port to 1, while type code is 23.
1024 1024  
1025 -* **Example 1**: Downlink Payload: **2301**  ~/~/ set the application port to 1
1026 -* **Example 2**: Downlink Payload:** 2305**  ~/~/ set the application port to 5
1046 +* **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
1047 +* **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
1027 1027  
1028 -
1029 1029  == 7.18 Single Channel Mode ==
1030 1030  
1031 -
1032 1032  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
1033 1033  
1034 1034  
1035 1035  (% style="color:blue" %)**AT Command: AT+CHS**
1036 1036  
1056 +
1037 1037  (% border="1" style="background-color:#ffffcc; color:green; width:603.222px" %)
1038 1038  |=(% colspan="3" style="width: 600px;" %)AT+CHS
1039 1039  |(% style="width:182px" %)**Command Example**|(% style="width:295px" %)**Function**|(% style="width:122px" %)**Response**
... ... @@ -1042,7 +1042,6 @@
1042 1042  )))
1043 1043  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
1044 1044  
1045 -
1046 1046  == 7.19 Eight Channel Mode ==
1047 1047  
1048 1048  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
... ... @@ -1050,6 +1050,7 @@
1050 1050  
1051 1051  (% style="color:blue" %)**AT Command: AT+CHE**
1052 1052  
1072 +
1053 1053  (% border="1" style="background-color:#ffffcc; color:green; width:710.222px" %)
1054 1054  |=(% colspan="3" style="width: 707px;" %)AT+CHE
1055 1055  |(% style="width:160px" %)**Command Example**|(% style="width:198px" %)**Function**|(% style="width:349px" %)**Response**
... ... @@ -1062,23 +1062,22 @@
1062 1062  
1063 1063  (% style="color:blue" %)**Downlink Command: 0x24**
1064 1064  
1085 +
1065 1065  Format: Command Code (0x24) followed by 1 bytes channel value.
1066 1066  
1067 1067  If the downlink payload=2401, it means set channel mode to 1, while type code is 24.
1068 1068  
1069 -* **Example 1**: Downlink Payload: 2401  ~/~/ set channel mode to 1
1070 -* **Example 2**: Downlink Payload: 2405  ~/~/ set channel mode to 5
1090 +* **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
1091 +* **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
1071 1071  
1072 -
1073 -
1074 1074  == 7.20 Get or Set RXwindows1 timeout ==
1075 1075  
1095 +Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
1076 1076  
1077 -Feature: Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
1078 1078  
1079 -
1080 1080  (% style="color:blue" %)**AT Command: AT+RX1WTO**
1081 1081  
1100 +
1082 1082  (% border="1" style="background-color:#ffffcc; color:green; width:460.222px" %)
1083 1083  |=(% colspan="3" style="width: 457px;" %)AT+ RX1WTO
1084 1084  |(% style="width:163px" %)**Command Example**|(% style="width:201px" %)**Function**|(% style="width:93px" %)**Response**
... ... @@ -1088,16 +1088,11 @@
1088 1088  |(% style="width:163px" %)AT+RX1WTO=60|(% style="width:201px" %)Set RXwindows1 timeout|(% style="width:93px" %)OK
1089 1089  
1090 1090  (((
1091 -
1092 -
1093 1093  **AT+RX1TWO** is theRxSingle timeout value of receive window 1. If it is not set, then the queriedvalue is the default value. If it is set, then the queried value is the setvalue. AT+RX2TWO is thesame as above. The definitionof RxSingle timeout is as described in the following paragraph.
1094 -
1095 -
1096 1096  )))
1097 1097  
1098 1098  [[image:image-20220526162535-1.png]]
1099 1099  
1100 -
1101 1101  (((
1102 1102  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.
1103 1103  
... ... @@ -1106,12 +1106,12 @@
1106 1106  
1107 1107  == 7.21 Get or Set RXwindows2 timeout ==
1108 1108  
1123 +Feature:Get or Set the number of symbols to detect and timeout from RXwindow2(0 to 255).
1109 1109  
1110 -Feature: Get or Set the number of symbols to detect and timeout from RXwindow2(0 to 255).
1111 1111  
1112 -
1113 1113  (% style="color:blue" %)**AT Command: AT+RX2WTO**
1114 1114  
1128 +
1115 1115  (% border="1" style="background-color:#ffffcc; color:green; width:497.222px" %)
1116 1116  |=(% colspan="3" style="width: 494px;" %)AT+ RX2WTO
1117 1117  |(% style="width:190px" %)**Command Example**|(% style="width:199px" %)**Function**|(% style="width:104px" %)**Response**
... ... @@ -1120,15 +1120,14 @@
1120 1120  )))
1121 1121  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1122 1122  
1123 -
1124 1124  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1125 1125  
1126 -
1127 1127  Feature: Get or Set uplinkdwelltime
1128 1128  
1129 1129  
1130 1130  (% style="color:blue" %)**AT Command: AT+DWELLT**
1131 1131  
1144 +
1132 1132  (% border="1" style="background-color:#ffffcc; color:green; width:497.222px" %)
1133 1133  |=(% colspan="3" style="width: 494px;" %)AT+DWELLT
1134 1134  |(% style="width:183px" %)**Command Example**|(% style="width:179px" %)**Function**|(% style="width:131px" %)**Response**
... ... @@ -1139,23 +1139,20 @@
1139 1139  
1140 1140  (% style="color:blue" %)**Downlink Command: 0x25**
1141 1141  
1155 +
1142 1142  Format: Command Code (0x25) followed by 1 bytes state value.
1143 1143  
1144 1144  If the downlink payload=2501, it means set uplinkdwelltime to 1, while type code is 25.
1145 1145  
1146 -* **Example 1**: Downlink Payload: **2501**  ~/~/ set uplinkdwelltime to 1
1147 -* **Example 2**: Downlink Payload: **2500**  ~/~/ set uplinkdwelltime to 0
1160 +* **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1
1161 +* **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
1148 1148  
1149 -
1150 -
1151 1151  == 7.23 Set Packet Receiving Response Level ==
1152 1152  
1153 -
1154 1154  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.
1155 1155  
1167 +RPL value:
1156 1156  
1157 -**RPL value:**
1158 -
1159 1159  * **AT+RPL=0:** Device won't immediately reply any downlink commands from platform.
1160 1160  * **AT+RPL=1:** Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00.
1161 1161  * **AT+RPL=2:** Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command.
... ... @@ -1162,7 +1162,7 @@
1162 1162  * **AT+RPL=3:** Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command.
1163 1163  * **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.
1164 1164  
1165 -**Case Analyes:**
1175 +Case Analyes:
1166 1166  
1167 1167  * For Class A devices, AT+RPL=0 is ok. that is defaut settings in software.
1168 1168  * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command.
... ... @@ -1170,6 +1170,7 @@
1170 1170  
1171 1171  (% style="color:blue" %)**AT Command: AT+RPL**
1172 1172  
1183 +
1173 1173  (% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
1174 1174  |=(% colspan="3" style="width: 533px;" %)AT+RPL
1175 1175  |(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
... ... @@ -1180,31 +1180,27 @@
1180 1180  
1181 1181  (% style="color:blue" %)**Downlink Command: 0x21**
1182 1182  
1194 +
1183 1183  Format: Command Code (0x21) followed by 1 bytes level value.
1184 1184  
1185 1185  If the downlink payload=2101, it means set packet receiving response level to 1, while type code is 21.
1186 1186  
1187 -* **Example 1**: Downlink Payload: **2101**  ~/~/ set packet receiving response level to 1
1188 -* **Example 2**: Downlink Payload: **2102**  ~/~/ set packet receiving response level to 2
1199 +* **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1
1200 +* **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
1189 1189  
1190 -
1191 -
1192 1192  == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) ==
1193 1193  
1194 1194  
1195 1195  (% style="color:blue" %)**AT Command: AT+SETMAXNBTRANS **
1196 1196  
1197 -(% border="1" style="background-color:#ffffcc; color:green; width:589px" %)
1198 -|=(% colspan="3" style="width: 586px;" %)AT+**SETMAXNBTRANS**
1199 -|(% style="width:227px" %)**Command Example**|(% style="width:300px" %)**Function**|(% style="width:87px" %)**Response**
1200 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:300px" %)Value1: set the maximum NBTrans.|(% style="width:87px" %)1(((
1207 +
1208 +(% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
1209 +|=(% colspan="3" style="width: 533px;" %)AT+**SETMAXNBTRANS**
1210 +|(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
1211 +|(% style="width:160px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:263px" %)Value1: set the maximum NBTrans.|(% style="width:109px" %)1(((
1201 1201  OK
1202 1202  )))
1203 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=?,1**|(% style="width:300px" %)(((
1204 -value2: 0: uplink fcnt doesn't change for each NBTrans;
1205 -
1206 -1: uplink fcnt increase by 1 for each NBTrans.
1207 -)))|(% style="width:87px" %)(((
1214 +|(% 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" %)(((
1208 1208  1
1209 1209  
1210 1210  OK
... ... @@ -1212,19 +1212,20 @@
1212 1212  
1213 1213  (% style="color:blue" %)**Downlink Command: 0x33**
1214 1214  
1222 +
1215 1215  Format: Command Code (0x33) followed by 2 bytes mode value.
1216 1216  
1217 1217  If the downlink payload=330100, it means set end node to use confirm mode, while type code is 33.
1218 1218  
1219 -* Example 1: Downlink Payload: 330100  ~/~/ Set AT+SETMAXNBTRANS=1,0
1220 -* Example 2: Downlink Payload: 330201  ~/~/ Set AT+SETMAXNBTRANS=2,1
1227 +* Example 1: Downlink Payload: 330100 ~/~/ Set AT+SETMAXNBTRANS=1,0
1228 +* Example 2: Downlink Payload: 330201 ~/~/ Set AT+SETMAXNBTRANS=2,1
1221 1221  
1222 -
1223 1223  == 7.25 Device offline rejoining (LWS007) ==
1224 1224  
1225 1225  
1226 1226  (% style="color:blue" %)**AT Command: AT+DDETECT**
1227 1227  
1235 +
1228 1228  (% border="1" style="background-color:#ffffcc; color:green; width:710.222px" %)
1229 1229  |=(% colspan="3" style="width: 707px;" %)AT+**DDETECT**
1230 1230  |(% style="width:160px" %)**Command Example**|(% style="width:198px" %)**Function**|(% style="width:349px" %)**Response**
... ... @@ -1258,18 +1258,19 @@
1258 1258  
1259 1259  (% style="color:blue" %)**Downlink Command: 0x33**
1260 1260  
1269 +
1261 1261  Format: Command Code (0x32) followed by 2 bytes mode value.
1262 1262  
1263 1263  If the downlink payload=320105A00B40, it means set end node to use confirm mode, while type code is 33.
1264 1264  
1265 -* **Example 1:** Downlink Payload: 320105A00B40  ~/~/ Set AT+DDETECT=1,1440,2880
1274 +* Example 1: Downlink Payload: 320105A00B40 ~/~/ Set AT+DDETECT=1,1440,2880
1266 1266  
1267 -
1268 1268  == 7.26 Request the server to send an ACK ==
1269 1269  
1270 1270  
1271 1271  (% style="color:blue" %)**AT Command: AT+PNACKMD**
1272 1272  
1281 +
1273 1273  (% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
1274 1274  |=(% colspan="3" style="width: 533px;" %)**AT+PNACKMD**
1275 1275  |(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
... ... @@ -1282,12 +1282,12 @@
1282 1282  OK
1283 1283  )))
1284 1284  
1285 -
1286 1286  == 7.27 Adjust network rejoining interval ==
1287 1287  
1288 1288  
1289 1289  (% style="color:blue" %)**AT Command: AT+RJTDC**
1290 1290  
1299 +
1291 1291  (% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
1292 1292  |=(% colspan="3" style="width: 724px;" %)AT+RJTDC
1293 1293  |(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response**
... ... @@ -1302,31 +1302,29 @@
1302 1302  
1303 1303  (% style="color:blue" %)**Downlink Command: 0x26**
1304 1304  
1314 +
1305 1305  Format: Command Code (0x26) followed by 2 bytes mode value.
1306 1306  
1307 1307  If the downlink payload=26000A, it means set end node to use confirm mode, while type code is 26.
1308 1308  
1309 -* **Example 1:** Downlink Payload: 26000A  ~/~/ Set AT+RJTDC=10
1310 -* **Example 2: **Downlink Payload: 260002  ~/~/ Set AT+RJTDC=2
1319 +* Example 1: Downlink Payload: 26000A ~/~/ Set AT+RJTDC=10
1320 +* Example 2: Downlink Payload: 260002 ~/~/ Set AT+RJTDC=2
1311 1311  
1312 -
1313 1313  = 8. AT Commands Combination =
1314 1314  
1315 -
1316 1316  == 8.1 Set a fix RX2DR for downlink window ==
1317 1317  
1326 +* **AT+ADR=0 **~-~-> Disable ADR first
1327 +* **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate
1318 1318  
1319 -* **AT+ADR=0             ** **~-~->**  Disable ADR first
1320 -* **AT+RX2DR=xxxx**  **~-~->**  Set xxxx to your wanted DataRate
1321 -
1322 -
1323 1323  == 8.2 Use Downlink Command to set a fix uplink DR ==
1324 1324  
1325 1325  
1326 1326  (% style="color:blue" %)**Downlink Command: 0x22000500**
1327 1327  
1328 -**Same as:**
1329 1329  
1330 -* AT+ADR=0  [[Reference>>||anchor="H7.1AdaptiveDataRate"]]
1331 -* AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1332 -* AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
1335 +Same as:
1336 +
1337 +* AT+ADR=0  [[Reference>>||anchor="H7.1AdaptiveDataRate"]]
1338 +* AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1339 +* AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0