<
From version < 38.99 >
edited by Xiaoling
on 2022/06/01 11:52
To version < 33.1 >
edited by Xiaoling
on 2022/05/27 18:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,8 +20,8 @@
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]]
23 +** Use HEX format to send a downlink: [[TTN v3>>doc:Main.Notes for TTN.WebHome]]
24 +** 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  
27 27  = 3. Support End Node and firmware version =
... ... @@ -97,7 +97,6 @@
97 97  )))
98 98  )))
99 99  
100 -
101 101  = 4. System Management Commands =
102 102  
103 103  == 4.1 Change Uplink Interval ==
... ... @@ -136,7 +136,6 @@
136 136  * **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
137 137  * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
138 138  
139 -
140 140  == 4.2 Reboot End Node ==
141 141  
142 142  Feature: Reboot End Node to perform a new OTAA or ABP Join.
... ... @@ -299,6 +299,7 @@
299 299  )))
300 300  
301 301  
300 +
302 302  = 5. Keys, IDs and EUIs management =
303 303  
304 304  == 5.1 Application EUI ==
... ... @@ -318,6 +318,7 @@
318 318  |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK
319 319  
320 320  
320 +
321 321  == 5.2 Application Key ==
322 322  
323 323  Feature: Get or Set the Application Key.
... ... @@ -334,6 +334,8 @@
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  
337 +
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.
... ... @@ -448,6 +448,7 @@
448 448  * Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
449 449  * Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
450 450  
455 +
451 451  == 6.2 Confirm Status ==
452 452  
453 453  Feature: Get confirmation status of the last AT+SEND (0-1).
... ... @@ -463,6 +463,7 @@
463 463  OK
464 464  )))
465 465  
471 +
466 466  == 6.3 Join LoRa® Network ==
467 467  
468 468  Feature: Join network.
... ... @@ -596,7 +596,6 @@
596 596  
597 597  )))
598 598  
599 -
600 600  = 7. LoRaWAN network management =
601 601  
602 602  == 7.1 Adaptive Data Rate ==
... ... @@ -628,7 +628,6 @@
628 628  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
629 629  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
630 630  
631 -
632 632  == 7.2 LoRa® Class ==
633 633  
634 634  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -647,7 +647,6 @@
647 647  
648 648  )))
649 649  
650 -
651 651  == 7.3 Duty Cycle Setting ==
652 652  
653 653  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -666,7 +666,6 @@
666 666  
667 667  )))
668 668  
669 -
670 670  == 7.4 Data Rate ==
671 671  
672 672  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
... ... @@ -695,7 +695,6 @@
695 695  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
696 696  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
697 697  
698 -
699 699  == 7.5 Frame Counter Downlink ==
700 700  
701 701  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -716,7 +716,6 @@
716 716  
717 717  )))
718 718  
719 -
720 720  == 7.6 Frame Counter Uplink ==
721 721  
722 722  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -735,7 +735,6 @@
735 735  
736 736  )))
737 737  
738 -
739 739  == 7.7 Join Accept Delay1 ==
740 740  
741 741  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -754,7 +754,6 @@
754 754  
755 755  )))
756 756  
757 -
758 758  == 7.8 Join Accept Delay2 ==
759 759  
760 760  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -773,7 +773,6 @@
773 773  
774 774  )))
775 775  
776 -
777 777  == 7.9 Public Network Mode ==
778 778  
779 779  Feature: Get or Set the public network mode. (0: off, 1: on)
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0