<
From version < 38.76 >
edited by Xiaoling
on 2022/05/31 09:18
To version < 21.1 >
edited by Xiaoling
on 2022/05/27 17:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,6 @@
3 3  {{toc/}}
4 4  
5 5  
6 -
7 7  = 1. Introduction =
8 8  
9 9  Dragino LoRaWAN End Node support two types of AT Commands and Downlink Commands:
... ... @@ -20,10 +20,11 @@
20 20  
21 21  * 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/]]
22 22  * 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:
23 -** Use HEX format to send a downlink: [[TTN v3>>Notes for TTN]]
24 -** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]]
22 +** Use HEX format to send a downlink: [[TTN v3>>doc:Main.Notes for TTN.WebHome]]
23 +** Use Base64 format to send a downlink: [[Chirpstack>>doc:Main.Notes for ChirpStack.WebHome]].
25 25  ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
26 26  
26 +
27 27  = 3. Support End Node and firmware version =
28 28  
29 29  (% border="1" style="background-color:#ffffcc; color:green; width:966px" %)
... ... @@ -98,6 +98,7 @@
98 98  )))
99 99  
100 100  
101 +
101 101  = 4. System Management Commands =
102 102  
103 103  == 4.1 Change Uplink Interval ==
... ... @@ -334,6 +334,7 @@
334 334  )))
335 335  |(% 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
336 336  
338 +
337 337  == 5.3 Application Session Key ==
338 338  
339 339  Feature: Get or Set the Application Session Key.
... ... @@ -352,6 +352,8 @@
352 352  OK
353 353  )))
354 354  
357 +
358 +
355 355  == 5.4 Device Address ==
356 356  
357 357  Feature: Get or Set the Device Address.
... ... @@ -493,6 +493,7 @@
493 493  )))
494 494  
495 495  
500 +
496 496  == 6.4 LoRa® Network Join Mode ==
497 497  
498 498  Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA).
... ... @@ -522,6 +522,7 @@
522 522  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
523 523  
524 524  
530 +
525 525  == 6.5 LoRa® Network Join Status ==
526 526  
527 527  Feature: LoRa® Network Join Status.
... ... @@ -538,6 +538,7 @@
538 538  )))
539 539  
540 540  
547 +
541 541  == 6.6 Print Last Received Data in Raw Format ==
542 542  
543 543  Feature: Print Last Received Data in Raw Format<port:data>.
... ... @@ -554,6 +554,7 @@
554 554  )))
555 555  
556 556  
564 +
557 557  == 6.7 Print Last Received Data in Binary Format ==
558 558  
559 559  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -570,6 +570,7 @@
570 570  )))
571 571  
572 572  
581 +
573 573  == 6.8 Send Text Data ==
574 574  
575 575  Feature: Send Text Data<port:data>.
... ... @@ -590,6 +590,7 @@
590 590  )))
591 591  
592 592  
602 +
593 593  == 6.9 Send Hexadecimal Data ==
594 594  
595 595  Feature: Send hexadecimal data along with the application port.
... ... @@ -609,6 +609,7 @@
609 609  )))
610 610  
611 611  
622 +
612 612  = 7. LoRaWAN network management =
613 613  
614 614  == 7.1 Adaptive Data Rate ==
... ... @@ -641,6 +641,7 @@
641 641  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
642 642  
643 643  
655 +
644 644  == 7.2 LoRa® Class ==
645 645  
646 646  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -660,6 +660,7 @@
660 660  )))
661 661  
662 662  
675 +
663 663  == 7.3 Duty Cycle Setting ==
664 664  
665 665  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -679,6 +679,7 @@
679 679  )))
680 680  
681 681  
695 +
682 682  == 7.4 Data Rate ==
683 683  
684 684  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
... ... @@ -708,6 +708,7 @@
708 708  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
709 709  
710 710  
725 +
711 711  == 7.5 Frame Counter Downlink ==
712 712  
713 713  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -729,6 +729,7 @@
729 729  )))
730 730  
731 731  
747 +
732 732  == 7.6 Frame Counter Uplink ==
733 733  
734 734  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -748,6 +748,7 @@
748 748  )))
749 749  
750 750  
767 +
751 751  == 7.7 Join Accept Delay1 ==
752 752  
753 753  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -767,6 +767,7 @@
767 767  )))
768 768  
769 769  
787 +
770 770  == 7.8 Join Accept Delay2 ==
771 771  
772 772  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -786,6 +786,7 @@
786 786  )))
787 787  
788 788  
807 +
789 789  == 7.9 Public Network Mode ==
790 790  
791 791  Feature: Get or Set the public network mode. (0: off, 1: on)
... ... @@ -807,6 +807,7 @@
807 807  )))
808 808  
809 809  
829 +
810 810  == 7.10 Receive Delay1 ==
811 811  
812 812  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
... ... @@ -826,6 +826,7 @@
826 826  )))
827 827  
828 828  
849 +
829 829  == 7.11 Receive Delay2 ==
830 830  
831 831  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
... ... @@ -845,6 +845,7 @@
845 845  )))
846 846  
847 847  
869 +
848 848  == 7.12 Rx2 Window Data Rate ==
849 849  
850 850  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
... ... @@ -864,6 +864,7 @@
864 864  )))
865 865  
866 866  
889 +
867 867  == 7.13 Rx2 Window Frequency ==
868 868  
869 869  Feature: Get or Set the Rx2 window frequency
... ... @@ -883,6 +883,7 @@
883 883  )))
884 884  
885 885  
909 +
886 886  == 7.14 Transmit Power ==
887 887  
888 888  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. )
... ... @@ -909,6 +909,7 @@
909 909  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
910 910  
911 911  
936 +
912 912  == 7.15 RSSI of the Last Received Packet ==
913 913  
914 914  Feature: Get or Set the Rx2 window frequency
... ... @@ -925,6 +925,7 @@
925 925  )))
926 926  
927 927  
953 +
928 928  == 7.16 SNR of the Last Received Packet ==
929 929  
930 930  Feature: Get the SNR of the last received packet
... ... @@ -941,6 +941,7 @@
941 941  )))
942 942  
943 943  
970 +
944 944  == 7.17 Application Port ==
945 945  
946 946  Feature: Get or set the application port.
... ... @@ -969,6 +969,7 @@
969 969  * **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
970 970  
971 971  
999 +
972 972  == 7.18 Single Channel Mode ==
973 973  
974 974  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
... ... @@ -986,6 +986,7 @@
986 986  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
987 987  
988 988  
1017 +
989 989  == 7.19 Eight Channel Mode ==
990 990  
991 991  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
... ... @@ -1016,6 +1016,7 @@
1016 1016  * **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
1017 1017  
1018 1018  
1048 +
1019 1019  == 7.20 Get or Set RXwindows1 timeout ==
1020 1020  
1021 1021  Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
... ... @@ -1061,6 +1061,7 @@
1061 1061  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1062 1062  
1063 1063  
1094 +
1064 1064  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1065 1065  
1066 1066  Feature: Get or Set uplinkdwelltime
... ... @@ -1089,6 +1089,7 @@
1089 1089  * **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
1090 1090  
1091 1091  
1123 +
1092 1092  == 7.23 Set Packet Receiving Response Level ==
1093 1093  
1094 1094  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.
... ... @@ -1131,6 +1131,7 @@
1131 1131  * **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
1132 1132  
1133 1133  
1166 +
1134 1134  = 8. AT Commands Combination =
1135 1135  
1136 1136  == 8.1 Set a fix RX2DR for downlink window ==
... ... @@ -1139,6 +1139,7 @@
1139 1139  * **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate
1140 1140  
1141 1141  
1175 +
1142 1142  == 8.2 Use Downlink Command to set a fix uplink DR ==
1143 1143  
1144 1144  {{info}}
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0