<
From version < 38.101 >
edited by Xiaoling
on 2022/06/01 11:53
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
... ... @@ -24,8 +24,6 @@
24 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 -
28 -
29 29  = 3. Support End Node and firmware version =
30 30  
31 31  (% border="1" style="background-color:#ffffcc; color:green; width:966px" %)
... ... @@ -99,6 +99,7 @@
99 99  )))
100 100  )))
101 101  
100 +
102 102  = 4. System Management Commands =
103 103  
104 104  == 4.1 Change Uplink Interval ==
... ... @@ -137,6 +137,7 @@
137 137  * **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
138 138  * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
139 139  
139 +
140 140  == 4.2 Reboot End Node ==
141 141  
142 142  Feature: Reboot End Node to perform a new OTAA or ABP Join.
... ... @@ -298,6 +298,7 @@
298 298  OK
299 299  )))
300 300  
301 +
301 301  = 5. Keys, IDs and EUIs management =
302 302  
303 303  == 5.1 Application EUI ==
... ... @@ -316,6 +316,7 @@
316 316  )))
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  
320 +
319 319  == 5.2 Application Key ==
320 320  
321 321  Feature: Get or Set the Application Key.
... ... @@ -478,6 +478,7 @@
478 478  While Error in format, return AT_BUSY_ERROR
479 479  )))
480 480  
483 +
481 481  == 6.4 LoRa® Network Join Mode ==
482 482  
483 483  Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA).
... ... @@ -506,6 +506,7 @@
506 506  * **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O
507 507  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
508 508  
512 +
509 509  == 6.5 LoRa® Network Join Status ==
510 510  
511 511  Feature: LoRa® Network Join Status.
... ... @@ -521,6 +521,7 @@
521 521  OK
522 522  )))
523 523  
528 +
524 524  == 6.6 Print Last Received Data in Raw Format ==
525 525  
526 526  Feature: Print Last Received Data in Raw Format<port:data>.
... ... @@ -536,6 +536,7 @@
536 536  OK
537 537  )))
538 538  
544 +
539 539  == 6.7 Print Last Received Data in Binary Format ==
540 540  
541 541  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -551,6 +551,7 @@
551 551  OK
552 552  )))
553 553  
560 +
554 554  == 6.8 Send Text Data ==
555 555  
556 556  Feature: Send Text Data<port:data>.
... ... @@ -570,6 +570,7 @@
570 570  
571 571  )))
572 572  
580 +
573 573  == 6.9 Send Hexadecimal Data ==
574 574  
575 575  Feature: Send hexadecimal data along with the application port.
... ... @@ -588,6 +588,7 @@
588 588  
589 589  )))
590 590  
599 +
591 591  = 7. LoRaWAN network management =
592 592  
593 593  == 7.1 Adaptive Data Rate ==
... ... @@ -619,6 +619,7 @@
619 619  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
620 620  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
621 621  
631 +
622 622  == 7.2 LoRa® Class ==
623 623  
624 624  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -637,6 +637,7 @@
637 637  
638 638  )))
639 639  
650 +
640 640  == 7.3 Duty Cycle Setting ==
641 641  
642 642  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -655,6 +655,7 @@
655 655  
656 656  )))
657 657  
669 +
658 658  == 7.4 Data Rate ==
659 659  
660 660  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
... ... @@ -683,6 +683,7 @@
683 683  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
684 684  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
685 685  
698 +
686 686  == 7.5 Frame Counter Downlink ==
687 687  
688 688  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -703,6 +703,7 @@
703 703  
704 704  )))
705 705  
719 +
706 706  == 7.6 Frame Counter Uplink ==
707 707  
708 708  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -721,6 +721,7 @@
721 721  
722 722  )))
723 723  
738 +
724 724  == 7.7 Join Accept Delay1 ==
725 725  
726 726  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -739,6 +739,7 @@
739 739  
740 740  )))
741 741  
757 +
742 742  == 7.8 Join Accept Delay2 ==
743 743  
744 744  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -757,6 +757,7 @@
757 757  
758 758  )))
759 759  
776 +
760 760  == 7.9 Public Network Mode ==
761 761  
762 762  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