<
From version < 33.1 >
edited by Xiaoling
on 2022/05/27 18:02
To version < 38.99 >
edited by Xiaoling
on 2022/06/01 11:52
>
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>>doc:Main.Notes for TTN.WebHome]]
24 -** Use Base64 format to send a downlink: [[Chirpstack>>doc:Main.Notes for ChirpStack.WebHome]].
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]]
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,6 +97,7 @@
97 97  )))
98 98  )))
99 99  
100 +
100 100  = 4. System Management Commands =
101 101  
102 102  == 4.1 Change Uplink Interval ==
... ... @@ -135,6 +135,7 @@
135 135  * **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
136 136  * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
137 137  
139 +
138 138  == 4.2 Reboot End Node ==
139 139  
140 140  Feature: Reboot End Node to perform a new OTAA or ABP Join.
... ... @@ -297,7 +297,6 @@
297 297  )))
298 298  
299 299  
300 -
301 301  = 5. Keys, IDs and EUIs management =
302 302  
303 303  == 5.1 Application EUI ==
... ... @@ -317,7 +317,6 @@
317 317  |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK
318 318  
319 319  
320 -
321 321  == 5.2 Application Key ==
322 322  
323 323  Feature: Get or Set the Application Key.
... ... @@ -334,8 +334,6 @@
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 -
339 339  == 5.3 Application Session Key ==
340 340  
341 341  Feature: Get or Set the Application Session Key.
... ... @@ -354,8 +354,6 @@
354 354  OK
355 355  )))
356 356  
357 -
358 -
359 359  == 5.4 Device Address ==
360 360  
361 361  Feature: Get or Set the Device Address.
... ... @@ -452,7 +452,6 @@
452 452  * Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
453 453  * Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
454 454  
455 -
456 456  == 6.2 Confirm Status ==
457 457  
458 458  Feature: Get confirmation status of the last AT+SEND (0-1).
... ... @@ -468,7 +468,6 @@
468 468  OK
469 469  )))
470 470  
471 -
472 472  == 6.3 Join LoRa® Network ==
473 473  
474 474  Feature: Join network.
... ... @@ -602,6 +602,7 @@
602 602  
603 603  )))
604 604  
599 +
605 605  = 7. LoRaWAN network management =
606 606  
607 607  == 7.1 Adaptive Data Rate ==
... ... @@ -633,6 +633,7 @@
633 633  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
634 634  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
635 635  
631 +
636 636  == 7.2 LoRa® Class ==
637 637  
638 638  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -651,6 +651,7 @@
651 651  
652 652  )))
653 653  
650 +
654 654  == 7.3 Duty Cycle Setting ==
655 655  
656 656  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -669,6 +669,7 @@
669 669  
670 670  )))
671 671  
669 +
672 672  == 7.4 Data Rate ==
673 673  
674 674  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
... ... @@ -697,6 +697,7 @@
697 697  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
698 698  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
699 699  
698 +
700 700  == 7.5 Frame Counter Downlink ==
701 701  
702 702  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -717,6 +717,7 @@
717 717  
718 718  )))
719 719  
719 +
720 720  == 7.6 Frame Counter Uplink ==
721 721  
722 722  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -735,6 +735,7 @@
735 735  
736 736  )))
737 737  
738 +
738 738  == 7.7 Join Accept Delay1 ==
739 739  
740 740  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -753,6 +753,7 @@
753 753  
754 754  )))
755 755  
757 +
756 756  == 7.8 Join Accept Delay2 ==
757 757  
758 758  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -771,6 +771,7 @@
771 771  
772 772  )))
773 773  
776 +
774 774  == 7.9 Public Network Mode ==
775 775  
776 776  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