<
From version < 52.2 >
edited by Xiaoling
on 2022/08/12 14:59
To version < 58.3 >
edited by Xiaoling
on 2022/12/02 13:51
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,12 +9,11 @@
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 -
18 18  
19 19  
20 20  )))
... ... @@ -22,15 +22,13 @@
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 -** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]]
27 +** 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  
32 -
33 -
34 34  = 3. Support End Node and firmware version =
35 35  
36 36  
... ... @@ -109,7 +109,6 @@
109 109  
110 110  = 4. System Management Commands =
111 111  
112 -
113 113  == 4.1 Change Uplink Interval ==
114 114  
115 115  
... ... @@ -139,7 +139,7 @@
139 139  )))
140 140  
141 141  (((
142 -If the downlink payload=0100003C, it means set the END Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
138 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
143 143  )))
144 144  
145 145  * **Example 1**: Downlink Payload:** 0100001E**  ~/~/ Set Transmit Interval (TDC) = 30 seconds
... ... @@ -181,7 +181,6 @@
181 181  (((
182 182  If the downlink payload=**04FF**, the end node will reboot.
183 183  
184 -
185 185  
186 186  )))
187 187  
... ... @@ -221,7 +221,6 @@
221 221  )))
222 222  
223 223  
224 -
225 225  == 4.4 Show Firmware Version ==
226 226  
227 227  
... ... @@ -252,7 +252,6 @@
252 252  (((
253 253  
254 254  
255 -
256 256  **xx: Software Type:**
257 257  )))
258 258  
... ... @@ -286,7 +286,6 @@
286 286  firmware version: v1.1.0 ~-~-> 110
287 287  
288 288  
289 -
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  
... ... @@ -674,11 +674,11 @@
674 674  
675 675  (% style="color:blue" %)**AT Command: AT+SENDB**
676 676  
677 -(% border="1" style="background-color:#ffffcc; color:green; width:1120.22px" %)
678 -|=(% colspan="3" style="width: 1117px;" %)AT+SENDB
679 -|(% style="width:257px" %)**Command Example**|(% style="width:406px" %)**Function**|(% style="width:453px" %)**Response**
680 -|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)OK
681 -|(% 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(((
666 +(% border="1" style="background-color:#ffffcc; color:green; width:1101px" %)
667 +|=(% colspan="3" style="width: 1098px;" %)AT+SENDB
668 +|(% style="width:257px" %)**Command Example**|(% style="width:394px" %)**Function**|(% style="width:446px" %)**Response**
669 +|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK
670 +|(% 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(((
682 682  AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED
683 683  
684 684  
... ... @@ -688,7 +688,6 @@
688 688  
689 689  = 7. LoRaWAN network management =
690 690  
691 -
692 692  == 7.1 Adaptive Data Rate ==
693 693  
694 694  
... ... @@ -723,7 +723,7 @@
723 723  Feature: Get or Set the Device Class(Currently only support class A, class C).
724 724  
725 725  
726 -(% style="color:blue" %)**AT Command:AT+CLASS**
714 +(% style="color:blue" %)**AT Command:  AT+CLASS**
727 727  
728 728  (% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %)
729 729  |=(% colspan="3" style="width: 504px;" %)AT+CLASS
... ... @@ -740,10 +740,10 @@
740 740  == 7.3 Duty Cycle Setting ==
741 741  
742 742  
743 -Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
731 +Feature: Get or Set the ETSI Duty Cycle setting** - 0**=disable, **1**=enable - Only for testing.
744 744  
745 745  
746 -(% style="color:blue" %)**AT Command:AT+DCS**
734 +(% style="color:blue" %)**AT Command:  AT+DCS**
747 747  
748 748  (% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %)
749 749  |=(% colspan="3" style="width: 512px;" %)AT+DCS
... ... @@ -760,9 +760,14 @@
760 760  == 7.4 Data Rate ==
761 761  
762 762  
763 -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
751 +Feature: Get or Set the Data Rate. (0-7 corresponding to DR_X) .
764 764  
753 +(% style="color:red" %)
754 +**Notice:**
765 765  
756 +* 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.
757 +* 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/]]
758 +
766 766  (% style="color:blue" %)**AT Command: AT+DR**
767 767  
768 768  (% border="1" style="background-color:#ffffcc; color:green; width:466.222px" %)
... ... @@ -790,7 +790,7 @@
790 790  Feature: Get or Set the Frame Counter Downlink.
791 791  
792 792  
793 -(% style="color:blue" %)**AT Command:AT+FCD**
786 +(% style="color:blue" %)**AT Command:  AT+FCD**
794 794  
795 795  (% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %)
796 796  |=(% colspan="3" style="width: 690px;" %)AT+FCD
... ... @@ -809,7 +809,7 @@
809 809  Feature: Get or Set the Frame Counter Uplink.
810 810  
811 811  
812 -(% style="color:blue" %)**AT Command:AT+FCU**
805 +(% style="color:blue" %)**AT Command:  AT+FCU**
813 813  
814 814  (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
815 815  |=(% colspan="3" style="width: 531px;" %)AT+FCU
... ... @@ -829,7 +829,7 @@
829 829  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
830 830  
831 831  
832 -(% style="color:blue" %)**AT Command:AT+JN1DL**
825 +(% style="color:blue" %)**AT Command:  AT+JN1DL**
833 833  
834 834  (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %)
835 835  |=(% colspan="3" style="width: 534px;" %)AT+JN1DL
... ... @@ -845,10 +845,11 @@
845 845  
846 846  == 7.8 Join Accept Delay2 ==
847 847  
841 +
848 848  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
849 849  
850 850  
851 -(% style="color:blue" %)**AT Command:AT+JN2DL**
845 +(% style="color:blue" %)**AT Command:  AT+JN2DL**
852 852  
853 853  (% border="1" style="background-color:#ffffcc; color:green; width:538.222px" %)
854 854  |=(% colspan="3" style="width: 535px;" %)AT+JN2DL
... ... @@ -870,7 +870,7 @@
870 870  (% style="color:red" %)**Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network.**
871 871  
872 872  
873 -(% style="color:blue" %)**AT Command:AT+PNM**
867 +(% style="color:blue" %)**AT Command:  AT+PNM**
874 874  
875 875  (% border="1" style="background-color:#ffffcc; color:green; width:667.222px" %)
876 876  |=(% colspan="3" style="width: 664px;" %)AT+PNM
... ... @@ -897,7 +897,7 @@
897 897  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
898 898  
899 899  
900 -(% style="color:blue" %)**AT Command:AT+RX1DL**
894 +(% style="color:blue" %)**AT Command: AT+RX1DL**
901 901  
902 902  (% border="1" style="background-color:#ffffcc; color:green; width:408.222px" %)
903 903  |=(% colspan="3" style="width: 405px;" %)AT+RX1DL
... ... @@ -917,7 +917,7 @@
917 917  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
918 918  
919 919  
920 -(% style="color:blue" %)**AT Command:AT+RX2DL**
914 +(% style="color:blue" %)**AT Command: AT+RX2DL**
921 921  
922 922  (% border="1" style="background-color:#ffffcc; color:green; width:481.222px" %)
923 923  |=(% colspan="3" style="width: 478px;" %)AT+RX2DL
... ... @@ -937,7 +937,7 @@
937 937  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
938 938  
939 939  
940 -(% style="color:blue" %)**AT Command:AT+RX2DR**
934 +(% style="color:blue" %)**AT Command:  AT+RX2DR**
941 941  
942 942  (% border="1" style="background-color:#ffffcc; color:green; width:525.222px" %)
943 943  |=(% colspan="3" style="width: 522px;" %)AT+RX2DR
... ... @@ -957,7 +957,7 @@
957 957  Feature: Get or Set the Rx2 window frequency
958 958  
959 959  
960 -(% style="color:blue" %)**AT Command:AT+RX2FQ**
954 +(% style="color:blue" %)**AT Command:  AT+RX2FQ**
961 961  
962 962  (% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %)
963 963  |=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
... ... @@ -976,10 +976,10 @@
976 976  
977 977  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. )
978 978  
979 -Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor
973 +(% 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**
980 980  
981 981  
982 -(% style="color:blue" %)**AT Command:AT+TXP**
976 +(% style="color:blue" %)**AT Command:  AT+TXP**
983 983  
984 984  (% border="1" style="background-color:#ffffcc; color:green; width:465.222px" %)
985 985  |=(% colspan="3" style="width: 462px;" %)AT+TXP
... ... @@ -1023,7 +1023,7 @@
1023 1023  Feature: Get the SNR of the last received packet
1024 1024  
1025 1025  
1026 -(% style="color:blue" %)**AT Command:AT+SNR**
1020 +(% style="color:blue" %)**AT Command:  AT+SNR**
1027 1027  
1028 1028  (% border="1" style="background-color:#ffffcc; color:green; width:571.222px" %)
1029 1029  |=(% colspan="3" style="width: 568px;" %)AT+SNR
... ... @@ -1061,7 +1061,6 @@
1061 1061  
1062 1062  
1063 1063  
1064 -
1065 1065  == 7.18 Single Channel Mode ==
1066 1066  
1067 1067  
... ... @@ -1098,7 +1098,7 @@
1098 1098  )))
1099 1099  |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
1100 1100  
1101 -(% style="color:blue" %)**Downlink Command: 0x24**
1094 +(% style="color:blue" %)**Downlink Command: 0x24 (LHT65,LHT65N Downlink Command:0x07)**
1102 1102  
1103 1103  Format: Command Code (0x24) followed by 1 bytes channel value.
1104 1104  
... ... @@ -1128,8 +1128,9 @@
1128 1128  (((
1129 1129  
1130 1130  
1131 -**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.
1132 1132  
1125 +(% 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.
1126 +
1133 1133  
1134 1134  )))
1135 1135  
... ... @@ -1260,7 +1260,6 @@
1260 1260  
1261 1261  
1262 1262  
1263 -
1264 1264  == 7.25 Device offline rejoining (LWS007) ==
1265 1265  
1266 1266  
... ... @@ -1307,7 +1307,6 @@
1307 1307  
1308 1308  
1309 1309  
1310 -
1311 1311  == 7.26 Request the server to send an ACK ==
1312 1312  
1313 1313  
... ... @@ -1355,19 +1355,16 @@
1355 1355  
1356 1356  
1357 1357  
1358 -
1359 1359  = 8. AT Commands Combination =
1360 1360  
1361 -
1362 1362  == 8.1 Set a fix RX2DR for downlink window ==
1363 1363  
1364 1364  
1365 -* **AT+ADR=0             ** **~-~->**  Disable ADR first
1366 -* **AT+RX2DR=xxxx**  **~-~->**  Set xxxx to your wanted DataRate
1355 +* (% style="color:blue" %)**AT+ADR=0             **(%%) **~-~->**  Disable ADR first
1356 +* (% style="color:blue" %)**AT+RX2DR=xxxx**   (%%) **~-~->**  Set xxxx to your wanted DataRate
1367 1367  
1368 1368  
1369 1369  
1370 -
1371 1371  == 8.2 Use Downlink Command to set a fix uplink DR ==
1372 1372  
1373 1373  
... ... @@ -1379,5 +1379,4 @@
1379 1379  * AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1380 1380  * AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
1381 1381  
1382 -
1383 1383  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0