Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,8 +9,8 @@ 9 9 10 10 Dragino LoRaWAN End Node support two types of AT Commands and Downlink Commands: 11 11 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.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. 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.** ... ... @@ -105,7 +105,6 @@ 105 105 ))) 106 106 107 107 108 - 109 109 = 4. System Management Commands = 110 110 111 111 ... ... @@ -138,7 +138,7 @@ 138 138 ))) 139 139 140 140 ((( 141 -If the downlink payload=0100003C, it means set the END Node 's 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 ... ... @@ -145,7 +145,6 @@ 145 145 * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds 146 146 147 147 148 - 149 149 == 4.2 Reboot End Node == 150 150 151 151 ... ... @@ -312,7 +312,6 @@ 312 312 ))) 313 313 314 314 315 - 316 316 = 5. Keys, IDs and EUIs management = 317 317 318 318 ... ... @@ -333,7 +333,6 @@ 333 333 |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK 334 334 335 335 336 - 337 337 == 5.2 Application Key == 338 338 339 339 ... ... @@ -351,7 +351,6 @@ 351 351 |(% 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 352 352 353 353 354 - 355 355 == 5.3 Application Session Key == 356 356 357 357 ... ... @@ -371,7 +371,6 @@ 371 371 ))) 372 372 373 373 374 - 375 375 == 5.4 Device Address == 376 376 377 377 ... ... @@ -391,7 +391,6 @@ 391 391 |(% style="width:192px" %)AT+DADDR=A8 40 41 FF|(% style="width:241px" %)Set the Application Session Key.|(% style="width:359px" %)OK 392 392 393 393 394 - 395 395 == 5.5 Device EUI == 396 396 397 397 ... ... @@ -411,7 +411,6 @@ 411 411 ))) 412 412 413 413 414 - 415 415 == 5.6 Network ID == 416 416 417 417 ... ... @@ -429,7 +429,6 @@ 429 429 |(% style="width:191px" %)AT+NWKID=A8 40 41 FF|(% style="width:153px" %)Set the Network ID.|(% style="width:101px" %)OK 430 430 431 431 432 - 433 433 == 5.7 Network Session Key == 434 434 435 435 ... ... @@ -447,7 +447,6 @@ 447 447 |(% 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 448 448 449 449 450 - 451 451 = 6. Joining and sending date on LoRaWAN network = 452 452 453 453 ... ... @@ -545,7 +545,6 @@ 545 545 ))) 546 546 547 547 548 - 549 549 == 6.3 Join LoRa® Network == 550 550 551 551 ... ... @@ -564,7 +564,6 @@ 564 564 ))) 565 565 566 566 567 - 568 568 == 6.4 LoRa® Network Join Mode == 569 569 570 570 ... ... @@ -609,7 +609,6 @@ 609 609 ))) 610 610 611 611 612 - 613 613 == 6.6 Print Last Received Data in Raw Format == 614 614 615 615 ... ... @@ -626,7 +626,6 @@ 626 626 ))) 627 627 628 628 629 - 630 630 == 6.7 Print Last Received Data in Binary Format == 631 631 632 632 ... ... @@ -643,7 +643,6 @@ 643 643 ))) 644 644 645 645 646 - 647 647 == 6.8 Send Text Data == 648 648 649 649 ... ... @@ -664,7 +664,6 @@ 664 664 ))) 665 665 666 666 667 - 668 668 == 6.9 Send Hexadecimal Data == 669 669 670 670 ... ... @@ -673,11 +673,11 @@ 673 673 674 674 (% style="color:blue" %)**AT Command: AT+SENDB** 675 675 676 -(% border="1" style="background-color:#ffffcc; color:green; width:110 1px" %)677 -|=(% colspan="3" style="width: 1 098px;" %)AT+SENDB678 -|(% style="width:257px" %)**Command Example**|(% style="width: 394px" %)**Function**|(% style="width:446px" %)**Response**679 -|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width: 394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK680 -|(% 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(((660 +(% border="1" style="background-color:#ffffcc; color:green; width:1120.22px" %) 661 +|=(% colspan="3" style="width: 1117px;" %)AT+SENDB 662 +|(% style="width:257px" %)**Command Example**|(% style="width:406px" %)**Function**|(% style="width:453px" %)**Response** 663 +|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)OK 664 +|(% 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((( 681 681 AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED 682 682 683 683 ... ... @@ -684,7 +684,6 @@ 684 684 ))) 685 685 686 686 687 - 688 688 = 7. LoRaWAN network management = 689 689 690 690 ... ... @@ -715,7 +715,6 @@ 715 715 * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0. 716 716 717 717 718 - 719 719 == 7.2 LoRa® Class == 720 720 721 721 ... ... @@ -722,7 +722,7 @@ 722 722 Feature: Get or Set the Device Class(Currently only support class A, class C). 723 723 724 724 725 -(% style="color:blue" %)**AT Command: 707 +(% style="color:blue" %)**AT Command:AT+CLASS** 726 726 727 727 (% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %) 728 728 |=(% colspan="3" style="width: 504px;" %)AT+CLASS ... ... @@ -735,14 +735,13 @@ 735 735 ))) 736 736 737 737 738 - 739 739 == 7.3 Duty Cycle Setting == 740 740 741 741 742 -Feature: Get or Set the ETSI Duty Cycle setting **- 0**=disable,**1**=enable - Only for testing.723 +Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing. 743 743 744 744 745 -(% style="color:blue" %)**AT Command: 726 +(% style="color:blue" %)**AT Command:AT+DCS** 746 746 747 747 (% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %) 748 748 |=(% colspan="3" style="width: 512px;" %)AT+DCS ... ... @@ -755,7 +755,6 @@ 755 755 ))) 756 756 757 757 758 - 759 759 == 7.4 Data Rate == 760 760 761 761 ... ... @@ -782,7 +782,6 @@ 782 782 * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0. 783 783 784 784 785 - 786 786 == 7.5 Frame Counter Downlink == 787 787 788 788 ... ... @@ -789,7 +789,7 @@ 789 789 Feature: Get or Set the Frame Counter Downlink. 790 790 791 791 792 -(% style="color:blue" %)**AT Command: 771 +(% style="color:blue" %)**AT Command:AT+FCD** 793 793 794 794 (% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %) 795 795 |=(% colspan="3" style="width: 690px;" %)AT+FCD ... ... @@ -802,13 +802,12 @@ 802 802 ))) 803 803 804 804 805 - 806 806 == 7.6 Frame Counter Uplink == 807 807 808 808 Feature: Get or Set the Frame Counter Uplink. 809 809 810 810 811 -(% style="color:blue" %)**AT Command: 789 +(% style="color:blue" %)**AT Command:AT+FCU** 812 812 813 813 (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %) 814 814 |=(% colspan="3" style="width: 531px;" %)AT+FCU ... ... @@ -821,7 +821,6 @@ 821 821 ))) 822 822 823 823 824 - 825 825 == 7.7 Join Accept Delay1 == 826 826 827 827 ... ... @@ -828,7 +828,7 @@ 828 828 Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms. 829 829 830 830 831 -(% style="color:blue" %)**AT Command: 808 +(% style="color:blue" %)**AT Command:AT+JN1DL** 832 832 833 833 (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %) 834 834 |=(% colspan="3" style="width: 534px;" %)AT+JN1DL ... ... @@ -841,14 +841,12 @@ 841 841 ))) 842 842 843 843 844 - 845 845 == 7.8 Join Accept Delay2 == 846 846 847 - 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: 826 +(% 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 ... ... @@ -861,7 +861,6 @@ 861 861 ))) 862 862 863 863 864 - 865 865 == 7.9 Public Network Mode == 866 866 867 867 ... ... @@ -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: 847 +(% 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 ... ... @@ -890,7 +890,6 @@ 890 890 |(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network autoset syncword=0x12|(% style="width:272px" %) 891 891 892 892 893 - 894 894 == 7.10 Receive Delay1 == 895 895 896 896 ... ... @@ -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: 873 +(% 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 ... ... @@ -910,7 +910,6 @@ 910 910 ))) 911 911 912 912 913 - 914 914 == 7.11 Receive Delay2 == 915 915 916 916 ... ... @@ -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: 892 +(% 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 ... ... @@ -930,7 +930,6 @@ 930 930 ))) 931 931 932 932 933 - 934 934 == 7.12 Rx2 Window Data Rate == 935 935 936 936 ... ... @@ -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: 911 +(% 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 ... ... @@ -950,7 +950,6 @@ 950 950 ))) 951 951 952 952 953 - 954 954 == 7.13 Rx2 Window Frequency == 955 955 956 956 ... ... @@ -957,7 +957,7 @@ 957 957 Feature: Get or Set the Rx2 window frequency 958 958 959 959 960 -(% style="color:blue" %)**AT Command: 930 +(% 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 ... ... @@ -970,16 +970,15 @@ 970 970 ))) 971 971 972 972 973 - 974 974 == 7.14 Transmit Power == 975 975 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 - (% 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**948 +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: 951 +(% 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 ... ... @@ -1016,7 +1016,6 @@ 1016 1016 ))) 1017 1017 1018 1018 1019 - 1020 1020 == 7.16 SNR of the Last Received Packet == 1021 1021 1022 1022 ... ... @@ -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: 994 +(% 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 ... ... @@ -1033,7 +1033,6 @@ 1033 1033 ))) 1034 1034 1035 1035 1036 - 1037 1037 == 7.17 Application Port == 1038 1038 1039 1039 ... ... @@ -1078,7 +1078,6 @@ 1078 1078 |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK 1079 1079 1080 1080 1081 - 1082 1082 == 7.19 Eight Channel Mode == 1083 1083 1084 1084 ... ... @@ -1127,9 +1127,8 @@ 1127 1127 ((( 1128 1128 1129 1129 1096 +**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. 1130 1130 1131 -(% 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. 1132 - 1133 1133 1134 1134 ))) 1135 1135 ... ... @@ -1139,7 +1139,6 @@ 1139 1139 ((( 1140 1140 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. 1141 1141 1142 - 1143 1143 1144 1144 ))) 1145 1145 ... ... @@ -1160,7 +1160,6 @@ 1160 1160 |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK 1161 1161 1162 1162 1163 - 1164 1164 == 7.22 Setting up uplinkdwelltime (as923, au915) == 1165 1165 1166 1166 ... ... @@ -1208,7 +1208,6 @@ 1208 1208 * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command. 1209 1209 * 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. 1210 1210 1211 - 1212 1212 (% style="color:blue" %)**AT Command: AT+RPL** 1213 1213 1214 1214 (% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %) ... ... @@ -1326,8 +1326,6 @@ 1326 1326 ))) 1327 1327 1328 1328 1329 - 1330 - 1331 1331 == 7.27 Adjust network rejoining interval == 1332 1332 1333 1333 ... ... @@ -1362,8 +1362,8 @@ 1362 1362 == 8.1 Set a fix RX2DR for downlink window == 1363 1363 1364 1364 1365 -* (% style="color:blue" %)**AT+ADR=0 **(%%)**~-~->** Disable ADR first1366 -* (% style="color:blue" %)**AT+RX2DR=xxxx**(%%)**~-~->** Set xxxx to your wanted DataRate1325 +* **AT+ADR=0 ** **~-~->** Disable ADR first 1326 +* **AT+RX2DR=xxxx** **~-~->** Set xxxx to your wanted DataRate 1367 1367 1368 1368 1369 1369