Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,9 +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 HEX format to send a downlink: [[test>>Notes for TTN]] 25 -** 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]] 26 26 ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server) 27 27 28 28 = 3. Support End Node and firmware version = ... ... @@ -98,6 +98,7 @@ 98 98 ))) 99 99 ))) 100 100 100 + 101 101 = 4. System Management Commands = 102 102 103 103 == 4.1 Change Uplink Interval == ... ... @@ -136,6 +136,7 @@ 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 + 139 139 == 4.2 Reboot End Node == 140 140 141 141 Feature: Reboot End Node to perform a new OTAA or ABP Join. ... ... @@ -297,6 +297,7 @@ 297 297 OK 298 298 ))) 299 299 301 + 300 300 = 5. Keys, IDs and EUIs management = 301 301 302 302 == 5.1 Application EUI == ... ... @@ -315,6 +315,7 @@ 315 315 ))) 316 316 |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK 317 317 320 + 318 318 == 5.2 Application Key == 319 319 320 320 Feature: Get or Set the Application Key. ... ... @@ -477,6 +477,7 @@ 477 477 While Error in format, return AT_BUSY_ERROR 478 478 ))) 479 479 483 + 480 480 == 6.4 LoRa® Network Join Mode == 481 481 482 482 Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA). ... ... @@ -505,6 +505,7 @@ 505 505 * **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O 506 506 * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1 507 507 512 + 508 508 == 6.5 LoRa® Network Join Status == 509 509 510 510 Feature: LoRa® Network Join Status. ... ... @@ -520,6 +520,7 @@ 520 520 OK 521 521 ))) 522 522 528 + 523 523 == 6.6 Print Last Received Data in Raw Format == 524 524 525 525 Feature: Print Last Received Data in Raw Format<port:data>. ... ... @@ -535,6 +535,7 @@ 535 535 OK 536 536 ))) 537 537 544 + 538 538 == 6.7 Print Last Received Data in Binary Format == 539 539 540 540 Feature: Print Last Received Data in Binary Format<port:data>. ... ... @@ -550,6 +550,7 @@ 550 550 OK 551 551 ))) 552 552 560 + 553 553 == 6.8 Send Text Data == 554 554 555 555 Feature: Send Text Data<port:data>. ... ... @@ -569,6 +569,7 @@ 569 569 570 570 ))) 571 571 580 + 572 572 == 6.9 Send Hexadecimal Data == 573 573 574 574 Feature: Send hexadecimal data along with the application port. ... ... @@ -587,6 +587,7 @@ 587 587 588 588 ))) 589 589 599 + 590 590 = 7. LoRaWAN network management = 591 591 592 592 == 7.1 Adaptive Data Rate == ... ... @@ -618,6 +618,7 @@ 618 618 * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1. 619 619 * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0. 620 620 631 + 621 621 == 7.2 LoRa® Class == 622 622 623 623 Feature: Get or Set the Device Class(Currently only support class A, class C). ... ... @@ -636,6 +636,7 @@ 636 636 637 637 ))) 638 638 650 + 639 639 == 7.3 Duty Cycle Setting == 640 640 641 641 Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing. ... ... @@ -654,6 +654,7 @@ 654 654 655 655 ))) 656 656 669 + 657 657 == 7.4 Data Rate == 658 658 659 659 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 ... ... @@ -682,6 +682,7 @@ 682 682 * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1. 683 683 * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0. 684 684 698 + 685 685 == 7.5 Frame Counter Downlink == 686 686 687 687 Feature: Get or Set the Frame Counter Downlink. ... ... @@ -702,6 +702,7 @@ 702 702 703 703 ))) 704 704 719 + 705 705 == 7.6 Frame Counter Uplink == 706 706 707 707 Feature: Get or Set the Frame Counter Uplink. ... ... @@ -720,6 +720,7 @@ 720 720 721 721 ))) 722 722 738 + 723 723 == 7.7 Join Accept Delay1 == 724 724 725 725 Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms. ... ... @@ -738,6 +738,7 @@ 738 738 739 739 ))) 740 740 757 + 741 741 == 7.8 Join Accept Delay2 == 742 742 743 743 Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms. ... ... @@ -756,6 +756,7 @@ 756 756 757 757 ))) 758 758 776 + 759 759 == 7.9 Public Network Mode == 760 760 761 761 Feature: Get or Set the public network mode. (0: off, 1: on)