<
From version < 51.22 >
edited by Xiaoling
on 2022/07/13 14:32
To version < 54.1 >
edited by Edwin Chen
on 2022/10/16 07:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -9,12 +9,14 @@
9 9  
10 10  Dragino LoRaWAN End Node support two types of AT Commands and Downlink Commands:
11 11  
12 -* **Common Commands:** They should be available for each sensor, such as: change uplink interval, reset device.
13 -* **Sensor Related Commands:** Only for special sensor, such as control relay, poll RS485 device.
12 +* (% style="color:blue" %)**Common Commands:** (%%) They should be available for each sensor, such as: change uplink interval, reset device.
13 +* (% style="color:blue" %)**Sensor Related Commands:** (%%) Only for special sensor, such as control relay, poll RS485 device.
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 17  
18 +
19 +
18 18  )))
19 19  
20 20  = 2. How to use AT Commands or Downlink command =
... ... @@ -23,12 +23,11 @@
23 23  * 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/]]
24 24  * 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:
25 25  ** Use HEX format to send a downlink: [[TTN v3>>Notes for TTN]]
26 -** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]]
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]]?
27 27  ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
28 28  
29 29  
30 30  
31 -
32 32  = 3. Support End Node and firmware version =
33 33  
34 34  
... ... @@ -105,10 +105,8 @@
105 105  
106 106  
107 107  
108 -
109 109  = 4. System Management Commands =
110 110  
111 -
112 112  == 4.1 Change Uplink Interval ==
113 113  
114 114  
... ... @@ -138,7 +138,7 @@
138 138  )))
139 139  
140 140  (((
141 -If the downlink payload=0100003C, it means set the END Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
140 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
142 142  )))
143 143  
144 144  * **Example 1**: Downlink Payload:** 0100001E**  ~/~/ Set Transmit Interval (TDC) = 30 seconds
... ... @@ -146,7 +146,6 @@
146 146  
147 147  
148 148  
149 -
150 150  == 4.2 Reboot End Node ==
151 151  
152 152  
... ... @@ -155,10 +155,10 @@
155 155  
156 156  (% style="color:blue" %)**AT Command: ATZ**
157 157  
158 -(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
159 -|=(% colspan="3" %)ATZ: Trig a reset of the MCU
160 -|**Command Example**|**Function**|**Response**
161 -|ATZ|Reset MCU|(((
156 +(% border="1" style="background-color:#ffffcc; color:green; width:546px" %)
157 +|=(% colspan="3" style="width: 543px;" %)ATZ: Trig a reset of the MCU
158 +|(% style="width:157px" %)**Command Example**|(% style="width:92px" %)**Function**|(% style="width:294px" %)**Response**
159 +|(% style="width:157px" %)ATZ|(% style="width:92px" %)Reset MCU|(% style="width:294px" %)(((
162 162  Device reset and show booting info
163 163  
164 164  LSN50 Device/LoRa ST Module
... ... @@ -172,7 +172,6 @@
172 172  <followed by the Tx and Rx information>
173 173  )))
174 174  
175 -
176 176  (% style="color:blue" %)**Downlink Command: 0x04**
177 177  
178 178  (((
... ... @@ -182,6 +182,7 @@
182 182  (((
183 183  If the downlink payload=**04FF**, the end node will reboot.
184 184  
182 +
185 185  
186 186  )))
187 187  
... ... @@ -193,10 +193,10 @@
193 193  
194 194  (% style="color:blue" %)**AT Command: AT+FDR**
195 195  
196 -(% border="1" style="background-color:#ffffcc; color:green; width:831.222px" %)
197 -|=(% colspan="3" style="width: 828px;" %)Reset to factory default
198 -|(% style="width:181px" %)**Command Example**|(% style="width:181px" %)**Function**|(% style="width:465px" %)**Response**
199 -|(% style="width:181px" %)AT+FDR|(% style="width:181px" %)Reset to factory default|(% style="width:465px" %)(((
194 +(% border="1" style="background-color:#ffffcc; color:green; width:789px" %)
195 +|=(% colspan="3" style="width: 786px;" %)Reset to factory default
196 +|(% style="width:154px" %)**Command Example**|(% style="width:175px" %)**Function**|(% style="width:456px" %)**Response**
197 +|(% style="width:154px" %)AT+FDR|(% style="width:175px" %)Reset to factory default|(% style="width:456px" %)(((
200 200  Device reset to factory default parameters and show booting info
201 201  
202 202  LSN50 Device/LoRa ST Module
... ... @@ -210,7 +210,6 @@
210 210  Please set the parameters or reset Device to apply change
211 211  )))
212 212  
213 -
214 214  (% style="color:blue" %)**Downlink Command: 0x04**
215 215  
216 216  (((
... ... @@ -222,6 +222,7 @@
222 222  )))
223 223  
224 224  
222 +
225 225  == 4.4 Show Firmware Version ==
226 226  
227 227  
... ... @@ -230,16 +230,15 @@
230 230  
231 231  (% style="color:blue" %)**AT Command: AT+VER**
232 232  
233 -(% border="1" style="background-color:#ffffcc; color:green; width:586px" %)
234 -|=(% colspan="3" style="width: 583px;" %)AT+VER: Image Version and Frequency Band
235 -|(% style="width:170px" %)**Command Example**|(% style="width:300px" %)**Function**|(% style="width:113px" %)**Response**
236 -|(% style="width:170px" %)AT+VER=?|(% style="width:300px" %)Show Image version and Frequency Band|(% style="width:113px" %)(((
231 +(% border="1" style="background-color:#ffffcc; color:green; width:542px" %)
232 +|=(% colspan="3" style="width: 539px;" %)AT+VER: Image Version and Frequency Band
233 +|(% style="width:157px" %)**Command Example**|(% style="width:295px" %)**Function**|(% style="width:86px" %)**Response**
234 +|(% style="width:157px" %)AT+VER=?|(% style="width:295px" %)Show Image version and Frequency Band|(% style="width:86px" %)(((
237 237  1.3 EU868
238 238  
239 239  OK
240 240  )))
241 241  
242 -
243 243  (% style="color:blue" %)**Downlink Command: 0x26 (Valid in 006 stack)**
244 244  
245 245  (((
... ... @@ -287,6 +287,7 @@
287 287  firmware version: v1.1.0 ~-~-> 110
288 288  
289 289  
287 +
290 290  == 4.5 Show System Configure ==
291 291  
292 292  
... ... @@ -316,7 +316,6 @@
316 316  
317 317  = 5. Keys, IDs and EUIs management =
318 318  
319 -
320 320  == 5.1 Application EUI ==
321 321  
322 322  
... ... @@ -451,10 +451,8 @@
451 451  
452 452  = 6. Joining and sending date on LoRaWAN network =
453 453  
454 -
455 455  == 6.1 Confirm Mode ==
456 456  
457 -
458 458  === 6.1.1  AT+CFM command before DR-LWS007 software stack ===
459 459  
460 460  
... ... @@ -472,7 +472,6 @@
472 472  |(% style="width:155px" %)AT+CFM=1|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)OK
473 473  |(% style="width:155px" %)AT+CFM=2|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)While Error in format, return AT_PARAM_ERROR
474 474  
475 -
476 476  (% style="color:blue" %)**Downlink Command: 0x05**
477 477  
478 478  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -484,7 +484,6 @@
484 484  
485 485  
486 486  
487 -
488 488  === 6.1.2  AT+CFM command since DR-LWS007 software stack ===
489 489  
490 490  
... ... @@ -521,7 +521,6 @@
521 521  OK
522 522  )))
523 523  
524 -
525 525  (% style="color:blue" %)**Downlink Command: 0x05**
526 526  
527 527  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -533,7 +533,6 @@
533 533  
534 534  
535 535  
536 -
537 537  == 6.2 Confirm Status ==
538 538  
539 539  
... ... @@ -587,7 +587,6 @@
587 587  |(% style="width:162px" %)AT+NJM=0|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)OK
588 588  |(% 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
589 589  
590 -
591 591  (% style="color:blue" %)**Downlink Command: 0x20**
592 592  
593 593  Format: Command Code (0x20) followed by 1 bytes mode value.
... ... @@ -594,12 +594,11 @@
594 594  
595 595  If the downlink payload=2000, it means set the Network Join Mode, while type code is 20.
596 596  
597 -* **Example 1: **Downlink Payload: **2000  ** ~/~/ Set AT+NJM=0
587 +* **Example 1: **Downlink Payload: **2000                  ** ~/~/ Set AT+NJM=0
598 598  * **Example 2:** Downlink Payload: **2001**  ~/~/ Set AT+NJM=1
599 599  
600 600  
601 601  
602 -
603 603  == 6.5 LoRa® Network Join Status ==
604 604  
605 605  
... ... @@ -680,11 +680,11 @@
680 680  
681 681  (% style="color:blue" %)**AT Command: AT+SENDB**
682 682  
683 -(% border="1" style="background-color:#ffffcc; color:green; width:1120.22px" %)
684 -|=(% colspan="3" style="width: 1117px;" %)AT+SENDB
685 -|(% style="width:257px" %)**Command Example**|(% style="width:406px" %)**Function**|(% style="width:453px" %)**Response**
686 -|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)OK
687 -|(% style="width:257px" %)AT+SENDB=abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)While Error in format, return(((
672 +(% border="1" style="background-color:#ffffcc; color:green; width:1101px" %)
673 +|=(% colspan="3" style="width: 1098px;" %)AT+SENDB
674 +|(% style="width:257px" %)**Command Example**|(% style="width:394px" %)**Function**|(% style="width:446px" %)**Response**
675 +|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK
676 +|(% style="width:257px" %)AT+SENDB=abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)While Error in format, return(((
688 688  AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED
689 689  
690 690  
... ... @@ -694,7 +694,6 @@
694 694  
695 695  = 7. LoRaWAN network management =
696 696  
697 -
698 698  == 7.1 Adaptive Data Rate ==
699 699  
700 700  
... ... @@ -714,7 +714,6 @@
714 714  AT_PARAM_ERROR
715 715  )))
716 716  
717 -
718 718  (% style="color:blue" %)**Downlink Command: 0x22**
719 719  
720 720  If the downlink payload=2201, it means setting the adaptive data rate to 1, while type code is 22.
... ... @@ -724,7 +724,6 @@
724 724  
725 725  
726 726  
727 -
728 728  == 7.2 LoRa® Class ==
729 729  
730 730  
... ... @@ -731,7 +731,7 @@
731 731  Feature: Get or Set the Device Class(Currently only support class A, class C).
732 732  
733 733  
734 -(% style="color:blue" %)**AT Command:AT+CLASS**
720 +(% style="color:blue" %)**AT Command:  AT+CLASS**
735 735  
736 736  (% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %)
737 737  |=(% colspan="3" style="width: 504px;" %)AT+CLASS
... ... @@ -748,10 +748,10 @@
748 748  == 7.3 Duty Cycle Setting ==
749 749  
750 750  
751 -Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
737 +Feature: Get or Set the ETSI Duty Cycle setting** - 0**=disable, **1**=enable - Only for testing.
752 752  
753 753  
754 -(% style="color:blue" %)**AT Command:AT+DCS**
740 +(% style="color:blue" %)**AT Command:  AT+DCS**
755 755  
756 756  (% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %)
757 757  |=(% colspan="3" style="width: 512px;" %)AT+DCS
... ... @@ -768,8 +768,11 @@
768 768  == 7.4 Data Rate ==
769 769  
770 770  
771 -Feature: Get or Set the Data Rate. (0-7 corresponding to DR_X) . Note: while set Data Rate, please use set Adptive Data Rate, ADR=0 first. otherwise device will response to server's ADR command and change the DR to the setting from server
757 +Feature: Get or Set the Data Rate. (0-7 corresponding to DR_X) .
772 772  
759 +(% style="color:red" %)
760 +Note: while set Data Rate, please use set Adptive Data Rate, ADR=0 first. otherwise device will response to server's ADR command and change the DR to the setting from server.
761 +(%%)
773 773  
774 774  (% style="color:blue" %)**AT Command: AT+DR**
775 775  
... ... @@ -783,7 +783,6 @@
783 783  
784 784  )))
785 785  
786 -
787 787  (% style="color:blue" %)**Downlink Command: 0x2200aaFF**
788 788  
789 789  If the downlink payload=220001FF, it means setting the data rate to 1, while type code is 22 00 aa FF.
... ... @@ -793,7 +793,6 @@
793 793  
794 794  
795 795  
796 -
797 797  == 7.5 Frame Counter Downlink ==
798 798  
799 799  
... ... @@ -800,7 +800,7 @@
800 800  Feature: Get or Set the Frame Counter Downlink.
801 801  
802 802  
803 -(% style="color:blue" %)**AT Command:AT+FCD**
790 +(% style="color:blue" %)**AT Command:  AT+FCD**
804 804  
805 805  (% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %)
806 806  |=(% colspan="3" style="width: 690px;" %)AT+FCD
... ... @@ -819,7 +819,7 @@
819 819  Feature: Get or Set the Frame Counter Uplink.
820 820  
821 821  
822 -(% style="color:blue" %)**AT Command:AT+FCU**
809 +(% style="color:blue" %)**AT Command:  AT+FCU**
823 823  
824 824  (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
825 825  |=(% colspan="3" style="width: 531px;" %)AT+FCU
... ... @@ -839,7 +839,7 @@
839 839  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
840 840  
841 841  
842 -(% style="color:blue" %)**AT Command:AT+JN1DL**
829 +(% style="color:blue" %)**AT Command:  AT+JN1DL**
843 843  
844 844  (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %)
845 845  |=(% colspan="3" style="width: 534px;" %)AT+JN1DL
... ... @@ -855,10 +855,11 @@
855 855  
856 856  == 7.8 Join Accept Delay2 ==
857 857  
845 +
858 858  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
859 859  
860 860  
861 -(% style="color:blue" %)**AT Command:AT+JN2DL**
849 +(% style="color:blue" %)**AT Command:  AT+JN2DL**
862 862  
863 863  (% border="1" style="background-color:#ffffcc; color:green; width:538.222px" %)
864 864  |=(% colspan="3" style="width: 535px;" %)AT+JN2DL
... ... @@ -877,10 +877,10 @@
877 877  
878 878  Feature: Get or Set the public network mode. (0: off, 1: on). A Public LoRaWAN network use 0x34 as syncword. Default Settings; PNM=1
879 879  
880 -(% style="color:red" %)Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network
868 +(% style="color:red" %)**Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network.**
881 881  
882 882  
883 -(% style="color:blue" %)**AT Command:AT+PNM**
871 +(% style="color:blue" %)**AT Command:  AT+PNM**
884 884  
885 885  (% border="1" style="background-color:#ffffcc; color:green; width:667.222px" %)
886 886  |=(% colspan="3" style="width: 664px;" %)AT+PNM
... ... @@ -907,7 +907,7 @@
907 907  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
908 908  
909 909  
910 -(% style="color:blue" %)**AT Command:AT+RX1DL**
898 +(% style="color:blue" %)**AT Command: AT+RX1DL**
911 911  
912 912  (% border="1" style="background-color:#ffffcc; color:green; width:408.222px" %)
913 913  |=(% colspan="3" style="width: 405px;" %)AT+RX1DL
... ... @@ -927,7 +927,7 @@
927 927  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
928 928  
929 929  
930 -(% style="color:blue" %)**AT Command:AT+RX2DL**
918 +(% style="color:blue" %)**AT Command: AT+RX2DL**
931 931  
932 932  (% border="1" style="background-color:#ffffcc; color:green; width:481.222px" %)
933 933  |=(% colspan="3" style="width: 478px;" %)AT+RX2DL
... ... @@ -947,7 +947,7 @@
947 947  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
948 948  
949 949  
950 -(% style="color:blue" %)**AT Command:AT+RX2DR**
938 +(% style="color:blue" %)**AT Command:  AT+RX2DR**
951 951  
952 952  (% border="1" style="background-color:#ffffcc; color:green; width:525.222px" %)
953 953  |=(% colspan="3" style="width: 522px;" %)AT+RX2DR
... ... @@ -967,7 +967,7 @@
967 967  Feature: Get or Set the Rx2 window frequency
968 968  
969 969  
970 -(% style="color:blue" %)**AT Command:AT+RX2FQ**
958 +(% style="color:blue" %)**AT Command:  AT+RX2FQ**
971 971  
972 972  (% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %)
973 973  |=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
... ... @@ -986,9 +986,11 @@
986 986  
987 987  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. )
988 988  
977 +(% style="color:red" %)**Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor**
989 989  
990 -(% style="color:blue" %)**AT Command:AT+TXP**
991 991  
980 +(% style="color:blue" %)**AT Command:  AT+TXP**
981 +
992 992  (% border="1" style="background-color:#ffffcc; color:green; width:465.222px" %)
993 993  |=(% colspan="3" style="width: 462px;" %)AT+TXP
994 994  |(% style="width:161px" %)**Command Example**|(% style="width:189px" %)**Function**|(% style="width:112px" %)**Response**
... ... @@ -999,7 +999,6 @@
999 999  
1000 1000  )))
1001 1001  
1002 -
1003 1003  Downlink Payload. The 4th byte of 0x22 downlink.
1004 1004  
1005 1005  If the downlink payload=22000100, it means setting the TXP to 0.
... ... @@ -1009,7 +1009,6 @@
1009 1009  
1010 1010  
1011 1011  
1012 -
1013 1013  == 7.15 RSSI of the Last Received Packet ==
1014 1014  
1015 1015  
... ... @@ -1033,7 +1033,7 @@
1033 1033  Feature: Get the SNR of the last received packet
1034 1034  
1035 1035  
1036 -(% style="color:blue" %)**AT Command:AT+SNR**
1024 +(% style="color:blue" %)**AT Command:  AT+SNR**
1037 1037  
1038 1038  (% border="1" style="background-color:#ffffcc; color:green; width:571.222px" %)
1039 1039  |=(% colspan="3" style="width: 568px;" %)AT+SNR
... ... @@ -1060,7 +1060,6 @@
1060 1060  )))
1061 1061  |(% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK
1062 1062  
1063 -
1064 1064  (% style="color:blue" %)**Downlink Command: 0x23**
1065 1065  
1066 1066  Format: Command Code (0x23) followed by 1 bytes port value.
... ... @@ -1092,6 +1092,7 @@
1092 1092  
1093 1093  == 7.19 Eight Channel Mode ==
1094 1094  
1082 +
1095 1095  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
1096 1096  
1097 1097  
... ... @@ -1107,7 +1107,6 @@
1107 1107  )))
1108 1108  |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
1109 1109  
1110 -
1111 1111  (% style="color:blue" %)**Downlink Command: 0x24**
1112 1112  
1113 1113  Format: Command Code (0x24) followed by 1 bytes channel value.
... ... @@ -1119,7 +1119,6 @@
1119 1119  
1120 1120  
1121 1121  
1122 -
1123 1123  == 7.20 Get or Set RXwindows1 timeout ==
1124 1124  
1125 1125  
... ... @@ -1139,8 +1139,9 @@
1139 1139  (((
1140 1140  
1141 1141  
1142 -**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.
1143 1143  
1129 +(% style="color:blue" %)**AT+RX1WTO**(%%) 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.
1130 +
1144 1144  
1145 1145  )))
1146 1146  
... ... @@ -1150,6 +1150,7 @@
1150 1150  (((
1151 1151  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.
1152 1152  
1140 +
1153 1153  
1154 1154  )))
1155 1155  
... ... @@ -1187,7 +1187,6 @@
1187 1187  )))
1188 1188  |(% style="width:183px" %)AT+DWELLT=0|(% style="width:179px" %)Set uplinkdwelltime|(% style="width:131px" %)OK
1189 1189  
1190 -
1191 1191  (% style="color:blue" %)**Downlink Command: 0x25**
1192 1192  
1193 1193  Format: Command Code (0x25) followed by 1 bytes state value.
... ... @@ -1199,7 +1199,6 @@
1199 1199  
1200 1200  
1201 1201  
1202 -
1203 1203  == 7.23 Set Packet Receiving Response Level ==
1204 1204  
1205 1205  
... ... @@ -1214,7 +1214,6 @@
1214 1214  * **AT+RPL=3:** Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command.
1215 1215  * **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.
1216 1216  
1217 -
1218 1218  **Case Analyes:**
1219 1219  
1220 1220  * For Class A devices, AT+RPL=0 is ok. that is defaut settings in software.
... ... @@ -1221,7 +1221,6 @@
1221 1221  * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command.
1222 1222  * For Class C devices used in TTI, need to set AT+RPL=4 because TTI require immediately reply message to Confirmed Data Down & MAC Command.
1223 1223  
1224 -
1225 1225  (% style="color:blue" %)**AT Command: AT+RPL**
1226 1226  
1227 1227  (% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
... ... @@ -1232,7 +1232,6 @@
1232 1232  )))
1233 1233  |(% style="width:160px" %)AT+RPL=0|(% style="width:263px" %)Set packet receiving response level|(% style="width:109px" %)OK
1234 1234  
1235 -
1236 1236  (% style="color:blue" %)**Downlink Command: 0x21**
1237 1237  
1238 1238  Format: Command Code (0x21) followed by 1 bytes level value.
... ... @@ -1244,7 +1244,6 @@
1244 1244  
1245 1245  
1246 1246  
1247 -
1248 1248  == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) ==
1249 1249  
1250 1250  
... ... @@ -1266,7 +1266,6 @@
1266 1266  OK
1267 1267  )))
1268 1268  
1269 -
1270 1270  (% style="color:blue" %)**Downlink Command: 0x33**
1271 1271  
1272 1272  Format: Command Code (0x33) followed by 2 bytes mode value.
... ... @@ -1314,7 +1314,6 @@
1314 1314  OK
1315 1315  )))
1316 1316  
1317 -
1318 1318  (% style="color:blue" %)**Downlink Command: 0x33**
1319 1319  
1320 1320  Format: Command Code (0x32) followed by 2 bytes mode value.
... ... @@ -1361,7 +1361,6 @@
1361 1361  Set the ReJoin data transmission interval to 60000ms = 60 seconds
1362 1362  )))
1363 1363  
1364 -
1365 1365  (% style="color:blue" %)**Downlink Command: 0x26**
1366 1366  
1367 1367  Format: Command Code (0x26) followed by 2 bytes mode value.
... ... @@ -1375,12 +1375,11 @@
1375 1375  
1376 1376  = 8. AT Commands Combination =
1377 1377  
1378 -
1379 1379  == 8.1 Set a fix RX2DR for downlink window ==
1380 1380  
1381 1381  
1382 -* **AT+ADR=0             ** **~-~->**  Disable ADR first
1383 -* **AT+RX2DR=xxxx**  **~-~->**  Set xxxx to your wanted DataRate
1360 +* (% style="color:blue" %)**AT+ADR=0             **(%%) **~-~->**  Disable ADR first
1361 +* (% style="color:blue" %)**AT+RX2DR=xxxx**   (%%) **~-~->**  Set xxxx to your wanted DataRate
1384 1384  
1385 1385  
1386 1386  
... ... @@ -1394,3 +1394,5 @@
1394 1394  * AT+ADR=0  [[Reference>>||anchor="H7.1AdaptiveDataRate"]]
1395 1395  * AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1396 1396  * AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
1375 +
1376 +
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0