<
From version < 27.1 >
edited by Xiaoling
on 2022/05/27 17:58
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 ==
... ... @@ -298,7 +298,6 @@
298 298  )))
299 299  
300 300  
301 -
302 302  = 5. Keys, IDs and EUIs management =
303 303  
304 304  == 5.1 Application EUI ==
... ... @@ -318,7 +318,6 @@
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  
321 -
322 322  == 5.2 Application Key ==
323 323  
324 324  Feature: Get or Set the Application Key.
... ... @@ -335,8 +335,6 @@
335 335  )))
336 336  |(% 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
337 337  
338 -
339 -
340 340  == 5.3 Application Session Key ==
341 341  
342 342  Feature: Get or Set the Application Session Key.
... ... @@ -483,6 +483,7 @@
483 483  While Error in format, return AT_BUSY_ERROR
484 484  )))
485 485  
483 +
486 486  == 6.4 LoRa® Network Join Mode ==
487 487  
488 488  Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA).
... ... @@ -511,6 +511,7 @@
511 511  * **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O
512 512  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
513 513  
512 +
514 514  == 6.5 LoRa® Network Join Status ==
515 515  
516 516  Feature: LoRa® Network Join Status.
... ... @@ -526,6 +526,7 @@
526 526  OK
527 527  )))
528 528  
528 +
529 529  == 6.6 Print Last Received Data in Raw Format ==
530 530  
531 531  Feature: Print Last Received Data in Raw Format<port:data>.
... ... @@ -541,6 +541,7 @@
541 541  OK
542 542  )))
543 543  
544 +
544 544  == 6.7 Print Last Received Data in Binary Format ==
545 545  
546 546  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -556,6 +556,7 @@
556 556  OK
557 557  )))
558 558  
560 +
559 559  == 6.8 Send Text Data ==
560 560  
561 561  Feature: Send Text Data<port:data>.
... ... @@ -575,6 +575,7 @@
575 575  
576 576  )))
577 577  
580 +
578 578  == 6.9 Send Hexadecimal Data ==
579 579  
580 580  Feature: Send hexadecimal data along with the application port.
... ... @@ -593,6 +593,7 @@
593 593  
594 594  )))
595 595  
599 +
596 596  = 7. LoRaWAN network management =
597 597  
598 598  == 7.1 Adaptive Data Rate ==
... ... @@ -624,6 +624,7 @@
624 624  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
625 625  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
626 626  
631 +
627 627  == 7.2 LoRa® Class ==
628 628  
629 629  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -642,6 +642,7 @@
642 642  
643 643  )))
644 644  
650 +
645 645  == 7.3 Duty Cycle Setting ==
646 646  
647 647  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -660,6 +660,7 @@
660 660  
661 661  )))
662 662  
669 +
663 663  == 7.4 Data Rate ==
664 664  
665 665  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
... ... @@ -688,6 +688,7 @@
688 688  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
689 689  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
690 690  
698 +
691 691  == 7.5 Frame Counter Downlink ==
692 692  
693 693  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -708,6 +708,7 @@
708 708  
709 709  )))
710 710  
719 +
711 711  == 7.6 Frame Counter Uplink ==
712 712  
713 713  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -726,6 +726,7 @@
726 726  
727 727  )))
728 728  
738 +
729 729  == 7.7 Join Accept Delay1 ==
730 730  
731 731  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -744,6 +744,7 @@
744 744  
745 745  )))
746 746  
757 +
747 747  == 7.8 Join Accept Delay2 ==
748 748  
749 749  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -762,6 +762,7 @@
762 762  
763 763  )))
764 764  
776 +
765 765  == 7.9 Public Network Mode ==
766 766  
767 767  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