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
-
... ... @@ -9,11 +9,12 @@ 9 9 10 10 Dragino LoRaWAN End Node support two types of AT Commands and Downlink Commands: 11 11 12 -* (% style="color:blue" %)**Common Commands:**(%%)They should be available for each sensor, such as: change uplink interval, reset device.13 -* (% style="color:blue" %)**Sensor Related Commands:**(%%)Only for special sensor, such as control relay, poll RS485 device.12 +* **Common Commands:** They should be available for each sensor, such as: change uplink interval, reset device. 13 +* **Sensor Related Commands:** Only for special sensor, such as control relay, poll RS485 device. 14 14 15 15 ((( 16 16 **This page shows the common commands since Dragino LoRaWAN stack DR-LWS-005. Make sure the end node support stack higher than DR-LWS-005 before checking this page.** 17 + 17 17 18 18 19 19 ))) ... ... @@ -21,13 +21,12 @@ 21 21 = 2. How to use AT Commands or Downlink command = 22 22 23 23 24 -* **AT Command**:See Devices User Manual forhow to connect to devicevia USB TTL adapter and use. The user manual can be found in each product page of [[Dragino Official Website>>url:http://www.dragino.com/]]25 -* **LoRaWAN DownlinkCommand**: The gateway transfer downlink command in HEX format. This page shows theDownlinkCommandIn HEXformat.PleasenotesomeLoRaWANservers use base64 as downlink codeso user need to convert HEX to Base64 and use. Below are referencesfor how to use downlink command:25 +* 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/]] 26 +* 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: 26 26 ** Use HEX format to send a downlink: [[TTN v3>>Notes for TTN]] 27 -** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]] , [[How to Convert>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.1ConvertHEXtoBase64]]?28 +** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]] 28 28 ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server) 29 29 30 -(% style="display:none" %) (%%) 31 31 32 32 33 33 = 3. Support End Node and firmware version = ... ... @@ -104,8 +104,12 @@ 104 104 ))) 105 105 ))) 106 106 107 + 108 + 109 + 107 107 = 4. System Management Commands = 108 108 112 + 109 109 == 4.1 Change Uplink Interval == 110 110 111 111 ... ... @@ -135,12 +135,16 @@ 135 135 ))) 136 136 137 137 ((( 138 -If the downlink payload=0100003C, it means set the END Node 's Transmit Interval to 0x00003C=60(S), while type code is 01.142 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 139 139 ))) 140 140 141 141 * **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds 142 142 * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds 143 143 148 + 149 + 150 + 151 + 144 144 == 4.2 Reboot End Node == 145 145 146 146 ... ... @@ -175,6 +175,7 @@ 175 175 ((( 176 176 If the downlink payload=**04FF**, the end node will reboot. 177 177 186 + 178 178 179 179 ))) 180 180 ... ... @@ -214,6 +214,7 @@ 214 214 ))) 215 215 216 216 226 + 217 217 == 4.4 Show Firmware Version == 218 218 219 219 ... ... @@ -244,6 +244,7 @@ 244 244 ((( 245 245 246 246 257 + 247 247 **xx: Software Type:** 248 248 ))) 249 249 ... ... @@ -277,6 +277,7 @@ 277 277 firmware version: v1.1.0 ~-~-> 110 278 278 279 279 291 + 280 280 == 4.5 Show System Configure == 281 281 282 282 ... ... @@ -302,8 +302,12 @@ 302 302 OK 303 303 ))) 304 304 317 + 318 + 319 + 305 305 = 5. Keys, IDs and EUIs management = 306 306 322 + 307 307 == 5.1 Application EUI == 308 308 309 309 ... ... @@ -320,6 +320,9 @@ 320 320 ))) 321 321 |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK 322 322 339 + 340 + 341 + 323 323 == 5.2 Application Key == 324 324 325 325 ... ... @@ -336,6 +336,9 @@ 336 336 ))) 337 337 |(% 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 338 338 358 + 359 + 360 + 339 339 == 5.3 Application Session Key == 340 340 341 341 ... ... @@ -354,6 +354,9 @@ 354 354 OK 355 355 ))) 356 356 379 + 380 + 381 + 357 357 == 5.4 Device Address == 358 358 359 359 ... ... @@ -372,6 +372,9 @@ 372 372 ))) 373 373 |(% style="width:192px" %)AT+DADDR=A8 40 41 FF|(% style="width:241px" %)Set the Application Session Key.|(% style="width:359px" %)OK 374 374 400 + 401 + 402 + 375 375 == 5.5 Device EUI == 376 376 377 377 ... ... @@ -390,6 +390,9 @@ 390 390 OK 391 391 ))) 392 392 421 + 422 + 423 + 393 393 == 5.6 Network ID == 394 394 395 395 ... ... @@ -406,6 +406,9 @@ 406 406 ))) 407 407 |(% style="width:191px" %)AT+NWKID=A8 40 41 FF|(% style="width:153px" %)Set the Network ID.|(% style="width:101px" %)OK 408 408 440 + 441 + 442 + 409 409 == 5.7 Network Session Key == 410 410 411 411 ... ... @@ -422,10 +422,15 @@ 422 422 ))) 423 423 |(% style="width:455px" %)AT+NWKSKEY=A8 40 41 FF FF 12 34 56 00 01 02 04 05 06 06 07|(% style="width:215px" %)Set the Network Session Key.|(% style="width:343px" %)OK 424 424 459 + 460 + 461 + 425 425 = 6. Joining and sending date on LoRaWAN network = 426 426 464 + 427 427 == 6.1 Confirm Mode == 428 428 467 + 429 429 === 6.1.1 AT+CFM command before DR-LWS007 software stack === 430 430 431 431 ... ... @@ -452,6 +452,7 @@ 452 452 * **Example 1:** Downlink Payload: 0501 ~/~/ Set AT+CFM=1 453 453 * **Example 2:** Downlink Payload: 0500 ~/~/ Set AT+CFM=0 454 454 494 + 455 455 === 6.1.2 AT+CFM command since DR-LWS007 software stack === 456 456 457 457 ... ... @@ -497,6 +497,7 @@ 497 497 * **Example 1:** Downlink Payload: 05010101 ~/~/ Set AT+CFM=1,1,1 498 498 * **Example 2:** Downlink Payload: 05000700 ~/~/ Set AT+CFM=0,7,0 499 499 540 + 500 500 == 6.2 Confirm Status == 501 501 502 502 ... ... @@ -505,10 +505,10 @@ 505 505 506 506 (% style="color:blue" %)**AT Command: AT+CFS** 507 507 508 -(% border="1" style="background-color:#ffffcc; color:green; width: 463px" %)509 -|=(% colspan="3" style="width: 460px;" %)AT+CFS510 -|(% style="width:156px" %)**Command Example**|(% style="width:193px" %)**Function**|(% style="width:1 07px" %)**Response**511 -|(% style="width:156px" %)AT+CFS=?|(% style="width:193px" %)Get confirmation status|(% style="width:1 07px" %)0(((549 +(% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %) 550 +|=(% colspan="3" style="width: 531px;" %)AT+CFS 551 +|(% style="width:156px" %)**Command Example**|(% style="width:193px" %)**Function**|(% style="width:178px" %)**Response** 552 +|(% style="width:156px" %)AT+CFS=?|(% style="width:193px" %)Get confirmation status|(% style="width:178px" %)0((( 512 512 OK 513 513 ))) 514 514 ... ... @@ -555,6 +555,7 @@ 555 555 * **Example 1: **Downlink Payload: **2000 ** ~/~/ Set AT+NJM=0 556 556 * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1 557 557 599 + 558 558 == 6.5 LoRa® Network Join Status == 559 559 560 560 ... ... @@ -627,11 +627,11 @@ 627 627 628 628 (% style="color:blue" %)**AT Command: AT+SENDB** 629 629 630 -(% border="1" style="background-color:#ffffcc; color:green; width:110 1px" %)631 -|=(% colspan="3" style="width: 1 098px;" %)AT+SENDB632 -|(% style="width:257px" %)**Command Example**|(% style="width: 394px" %)**Function**|(% style="width:446px" %)**Response**633 -|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width: 394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK634 -|(% style="width:257px" %)AT+SENDB=abcdef0123456789|(% style="width: 394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)While Error in format, return(((672 +(% border="1" style="background-color:#ffffcc; color:green; width:1120.22px" %) 673 +|=(% colspan="3" style="width: 1117px;" %)AT+SENDB 674 +|(% style="width:257px" %)**Command Example**|(% style="width:406px" %)**Function**|(% style="width:453px" %)**Response** 675 +|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)OK 676 +|(% style="width:257px" %)AT+SENDB=abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)While Error in format, return((( 635 635 AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED 636 636 637 637 ... ... @@ -639,6 +639,7 @@ 639 639 640 640 = 7. LoRaWAN network management = 641 641 684 + 642 642 == 7.1 Adaptive Data Rate == 643 643 644 644 ... ... @@ -671,7 +671,7 @@ 671 671 Feature: Get or Set the Device Class(Currently only support class A, class C). 672 672 673 673 674 -(% style="color:blue" %)**AT Command: 717 +(% style="color:blue" %)**AT Command:AT+CLASS** 675 675 676 676 (% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %) 677 677 |=(% colspan="3" style="width: 504px;" %)AT+CLASS ... ... @@ -686,10 +686,10 @@ 686 686 == 7.3 Duty Cycle Setting == 687 687 688 688 689 -Feature: Get or Set the ETSI Duty Cycle setting **- 0**=disable,**1**=enable - Only for testing.732 +Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing. 690 690 691 691 692 -(% style="color:blue" %)**AT Command: 735 +(% style="color:blue" %)**AT Command:AT+DCS** 693 693 694 694 (% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %) 695 695 |=(% colspan="3" style="width: 512px;" %)AT+DCS ... ... @@ -704,14 +704,9 @@ 704 704 == 7.4 Data Rate == 705 705 706 706 707 -Feature: Get or Set the Data Rate. (0-7 corresponding to DR_X) . 750 +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 708 708 709 -(% style="color:red" %) 710 -**Notice:** 711 711 712 -* User need to set Adaptive Data Rate(ADR)=0 first. otherwise device will respond to server's ADR command and change the DR according to server auto-adjustment. 713 -* Data Rate specifies Spreading Factor. The mapping varies in different frequency bands. User can check this link for detail. [[rp2-1.0.3-lorawan-regional-parameters.pdf>>https://lora-alliance.org/resource_hub/rp2-1-0-3-lorawan-regional-parameters/]] 714 - 715 715 (% style="color:blue" %)**AT Command: AT+DR** 716 716 717 717 (% border="1" style="background-color:#ffffcc; color:green; width:466.222px" %) ... ... @@ -737,7 +737,7 @@ 737 737 Feature: Get or Set the Frame Counter Downlink. 738 738 739 739 740 -(% style="color:blue" %)**AT Command: 778 +(% style="color:blue" %)**AT Command:AT+FCD** 741 741 742 742 (% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %) 743 743 |=(% colspan="3" style="width: 690px;" %)AT+FCD ... ... @@ -754,7 +754,7 @@ 754 754 Feature: Get or Set the Frame Counter Uplink. 755 755 756 756 757 -(% style="color:blue" %)**AT Command: 795 +(% style="color:blue" %)**AT Command:AT+FCU** 758 758 759 759 (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %) 760 760 |=(% colspan="3" style="width: 531px;" %)AT+FCU ... ... @@ -772,7 +772,7 @@ 772 772 Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms. 773 773 774 774 775 -(% style="color:blue" %)**AT Command: 813 +(% style="color:blue" %)**AT Command:AT+JN1DL** 776 776 777 777 (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %) 778 778 |=(% colspan="3" style="width: 534px;" %)AT+JN1DL ... ... @@ -786,11 +786,10 @@ 786 786 787 787 == 7.8 Join Accept Delay2 == 788 788 789 - 790 790 Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms. 791 791 792 792 793 -(% style="color:blue" %)**AT Command: 830 +(% style="color:blue" %)**AT Command:AT+JN2DL** 794 794 795 795 (% border="1" style="background-color:#ffffcc; color:green; width:538.222px" %) 796 796 |=(% colspan="3" style="width: 535px;" %)AT+JN2DL ... ... @@ -810,7 +810,7 @@ 810 810 (% style="color:red" %)**Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network.** 811 811 812 812 813 -(% style="color:blue" %)**AT Command: 850 +(% style="color:blue" %)**AT Command:AT+PNM** 814 814 815 815 (% border="1" style="background-color:#ffffcc; color:green; width:667.222px" %) 816 816 |=(% colspan="3" style="width: 664px;" %)AT+PNM ... ... @@ -835,7 +835,7 @@ 835 835 Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms 836 836 837 837 838 -(% style="color:blue" %)**AT Command: 875 +(% style="color:blue" %)**AT Command:AT+RX1DL** 839 839 840 840 (% border="1" style="background-color:#ffffcc; color:green; width:408.222px" %) 841 841 |=(% colspan="3" style="width: 405px;" %)AT+RX1DL ... ... @@ -853,7 +853,7 @@ 853 853 Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms 854 854 855 855 856 -(% style="color:blue" %)**AT Command: 893 +(% style="color:blue" %)**AT Command:AT+RX2DL** 857 857 858 858 (% border="1" style="background-color:#ffffcc; color:green; width:481.222px" %) 859 859 |=(% colspan="3" style="width: 478px;" %)AT+RX2DL ... ... @@ -871,7 +871,7 @@ 871 871 Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X) 872 872 873 873 874 -(% style="color:blue" %)**AT Command: 911 +(% style="color:blue" %)**AT Command:AT+RX2DR** 875 875 876 876 (% border="1" style="background-color:#ffffcc; color:green; width:525.222px" %) 877 877 |=(% colspan="3" style="width: 522px;" %)AT+RX2DR ... ... @@ -889,7 +889,7 @@ 889 889 Feature: Get or Set the Rx2 window frequency 890 890 891 891 892 -(% style="color:blue" %)**AT Command: 929 +(% style="color:blue" %)**AT Command:AT+RX2FQ** 893 893 894 894 (% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %) 895 895 |=(% colspan="3" style="width: 584px;" %)AT+RX2FQ ... ... @@ -906,10 +906,10 @@ 906 906 907 907 Feature: Get or Set the Transmit Power(0-5, MAX:0, MIN:5, according to LoRaWAN Spec, or 40=10dB, 41 = 11dB, …, 50 = 20dB which is out of LoRaWAN spec. ) 908 908 909 - (% style="color:red" %)**Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor**946 +Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor 910 910 911 911 912 -(% style="color:blue" %)**AT Command: 949 +(% style="color:blue" %)**AT Command:AT+TXP** 913 913 914 914 (% border="1" style="background-color:#ffffcc; color:green; width:465.222px" %) 915 915 |=(% colspan="3" style="width: 462px;" %)AT+TXP ... ... @@ -928,6 +928,7 @@ 928 928 * **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2. 929 929 * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0. 930 930 968 + 931 931 == 7.15 RSSI of the Last Received Packet == 932 932 933 933 ... ... @@ -949,7 +949,7 @@ 949 949 Feature: Get the SNR of the last received packet 950 950 951 951 952 -(% style="color:blue" %)**AT Command: 990 +(% style="color:blue" %)**AT Command:AT+SNR** 953 953 954 954 (% border="1" style="background-color:#ffffcc; color:green; width:571.222px" %) 955 955 |=(% colspan="3" style="width: 568px;" %)AT+SNR ... ... @@ -983,6 +983,7 @@ 983 983 * **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1 984 984 * **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5 985 985 1024 + 986 986 == 7.18 Single Channel Mode == 987 987 988 988 ... ... @@ -1017,7 +1017,7 @@ 1017 1017 ))) 1018 1018 |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK 1019 1019 1020 -(% style="color:blue" %)**Downlink Command: 0x24 (LHT65,LHT65N Downlink Command:0x07)**1059 +(% style="color:blue" %)**Downlink Command: 0x24** 1021 1021 1022 1022 Format: Command Code (0x24) followed by 1 bytes channel value. 1023 1023 ... ... @@ -1026,6 +1026,7 @@ 1026 1026 * **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1 1027 1027 * **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5 1028 1028 1068 + 1029 1029 == 7.20 Get or Set RXwindows1 timeout == 1030 1030 1031 1031 ... ... @@ -1045,9 +1045,8 @@ 1045 1045 ((( 1046 1046 1047 1047 1088 +**AT+RX1TWO** is theRxSingle timeout value of receive window 1. If it is not set, then the queriedvalue is the default value. If it is set, then the queried value is the setvalue. AT+RX2TWO is thesame as above. The definitionof RxSingle timeout is as described in the following paragraph. 1048 1048 1049 -(% style="color:blue" %)**AT+RX1WTO**(%%) is theRxSingle timeout value of receive window 1. If it is not set, then the queriedvalue is the default value. If it is set, then the queried value is the setvalue. AT+RX2TWO is thesame as above. The definitionof RxSingle timeout is as described in the following paragraph. 1050 - 1051 1051 1052 1052 ))) 1053 1053 ... ... @@ -1101,6 +1101,7 @@ 1101 1101 * **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1 1102 1102 * **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0 1103 1103 1143 + 1104 1104 == 7.23 Set Packet Receiving Response Level == 1105 1105 1106 1106 ... ... @@ -1140,6 +1140,7 @@ 1140 1140 * **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1 1141 1141 * **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2 1142 1142 1183 + 1143 1143 == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) == 1144 1144 1145 1145 ... ... @@ -1170,16 +1170,12 @@ 1170 1170 * Example 1: Downlink Payload: 330100 ~/~/ Set AT+SETMAXNBTRANS=1,0 1171 1171 * Example 2: Downlink Payload: 330201 ~/~/ Set AT+SETMAXNBTRANS=2,1 1172 1172 1214 + 1173 1173 == 7.25 Device offline rejoining (LWS007) == 1174 1174 1175 1175 1176 1176 (% style="color:blue" %)**AT Command: AT+DDETECT** 1177 1177 1178 -AT+DDETECT=<Flag>,<ACK_Timout_1>,<ACK_Timout_2> (Default Value: AT+DDETECT=1,1440,2880) 1179 - 1180 -* ACK_Timout_1: Unit: min 1181 -* ACK_Timout_2: Unit: min 1182 - 1183 1183 (% border="1" style="background-color:#ffffcc; color:green; width:710.222px" %) 1184 1184 |=(% colspan="3" style="width: 707px;" %)AT+**DDETECT** 1185 1185 |(% style="width:160px" %)**Command Example**|(% style="width:198px" %)**Function**|(% style="width:349px" %)**Response** ... ... @@ -1211,18 +1211,15 @@ 1211 1211 OK 1212 1212 ))) 1213 1213 1214 -(% style="color:blue" %)**Downlink Command: 0x3 2**1251 +(% style="color:blue" %)**Downlink Command: 0x33** 1215 1215 1216 1216 Format: Command Code (0x32) followed by 2 bytes mode value. 1217 1217 1218 -If the downlink payload=320105A00B40, it means set end node to use confirm mode, while type code is 3 2.1255 +If the downlink payload=320105A00B40, it means set end node to use confirm mode, while type code is 33. 1219 1219 1220 -* **Example 1:** Downlink Payload: 320105A00B40 ~/~/ Set AT+DDETECT=1,1440,2880 1221 -** 0x01 : Flag 1222 -** 0x05A0: ACK_Timout_1 : 1440minutes (24 hours) 1223 -** 0x0B40: ACK_Timout_2 : 2880minutes (48 hours) 1224 -** **Explain**: Enable Online Detect, if end node doesn't receive any downlink within ACK_Timout_1( 1440 minutes or 24 hours). End node will use confirmed uplink to send packets during ACK_Timout_1 (the 24th hour) to ACK_Timout_2 ( the 48th hour). If from the 24th to 48th hour, end node got an downlink from server, it will switch back to unconfirmed uplink. end node will restart ACK_Timout_1. If from the 24th to 48th hour, end node still not got any downlink, means device doesn't get ACK from server within last 48 hours. Device will process rejoin, rejoin request interval is AT+RJTDC period. For AU915/ US915, device will use the sub-band used for last join. 1257 +* **Example 1:** Downlink Payload: 320105A00B40 ~/~/ Set AT+DDETECT=1,1440,2880 1225 1225 1259 + 1226 1226 == 7.26 Request the server to send an ACK == 1227 1227 1228 1228 ... ... @@ -1248,13 +1248,13 @@ 1248 1248 (% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %) 1249 1249 |=(% colspan="3" style="width: 724px;" %)AT+RJTDC 1250 1250 |(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response** 1251 -|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30((( 1285 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30000((( 1252 1252 OK 1253 1253 1254 -the interval is 30 in1288 +the interval is 30000ms = 30s 1255 1255 ))) 1256 -|(% style="width:165px" %)AT+RJTDC=60|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK((( 1257 -Set the ReJoin data transmission interval to 60 in1290 +|(% style="width:165px" %)AT+RJTDC=60000|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK((( 1291 +Set the ReJoin data transmission interval to 60000ms = 60 seconds 1258 1258 ))) 1259 1259 1260 1260 (% style="color:blue" %)**Downlink Command: 0x26** ... ... @@ -1266,14 +1266,17 @@ 1266 1266 * **Example 1:** Downlink Payload: 26000A ~/~/ Set AT+RJTDC=10 1267 1267 * **Example 2: **Downlink Payload: 260002 ~/~/ Set AT+RJTDC=2 1268 1268 1303 + 1269 1269 = 8. AT Commands Combination = 1270 1270 1306 + 1271 1271 == 8.1 Set a fix RX2DR for downlink window == 1272 1272 1273 1273 1274 -* (% style="color:blue" %)**AT+ADR=0 **(%%)**~-~->** Disable ADR first1275 -* (% style="color:blue" %)**AT+RX2DR=xxxx**(%%)**~-~->** Set xxxx to your wanted DataRate1310 +* **AT+ADR=0 ** **~-~->** Disable ADR first 1311 +* **AT+RX2DR=xxxx** **~-~->** Set xxxx to your wanted DataRate 1276 1276 1313 + 1277 1277 == 8.2 Use Downlink Command to set a fix uplink DR == 1278 1278 1279 1279