<
From version < 38.76 >
edited by Xiaoling
on 2022/05/31 09:18
To version < 38.12 >
edited by Xiaoling
on 2022/05/30 10:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,10 +20,12 @@
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>>Notes for TTN]]
24 -** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]]
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]].
25 25  ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
26 26  
27 +
28 +
27 27  = 3. Support End Node and firmware version =
28 28  
29 29  (% border="1" style="background-color:#ffffcc; color:green; width:966px" %)
... ... @@ -299,6 +299,7 @@
299 299  )))
300 300  
301 301  
304 +
302 302  = 5. Keys, IDs and EUIs management =
303 303  
304 304  == 5.1 Application EUI ==
... ... @@ -334,6 +334,7 @@
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  
340 +
337 337  == 5.3 Application Session Key ==
338 338  
339 339  Feature: Get or Set the Application Session Key.
... ... @@ -352,6 +352,8 @@
352 352  OK
353 353  )))
354 354  
359 +
360 +
355 355  == 5.4 Device Address ==
356 356  
357 357  Feature: Get or Set the Device Address.
... ... @@ -390,8 +390,6 @@
390 390  OK
391 391  )))
392 392  
393 -
394 -
395 395  == 5.6 Network ID ==
396 396  
397 397  Feature: Get or Set the Network ID.(You can enter this command change only after successful network connection)
... ... @@ -408,8 +408,6 @@
408 408  )))
409 409  |(% style="width:191px" %)AT+NWKID=A8 40 41 FF|(% style="width:153px" %)Set the Network ID.|(% style="width:101px" %)OK
410 410  
411 -
412 -
413 413  == 5.7 Network Session Key ==
414 414  
415 415  Feature: Get or Set the Network Session Key
... ... @@ -426,8 +426,6 @@
426 426  )))
427 427  |(% 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
428 428  
429 -
430 -
431 431  = 6. Joining and sending date on LoRaWAN network =
432 432  
433 433  == 6.1 Confirm Mode ==
... ... @@ -456,8 +456,6 @@
456 456  * Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
457 457  * Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
458 458  
459 -
460 -
461 461  == 6.2 Confirm Status ==
462 462  
463 463  Feature: Get confirmation status of the last AT+SEND (0-1).
... ... @@ -473,8 +473,6 @@
473 473  OK
474 474  )))
475 475  
476 -
477 -
478 478  == 6.3 Join LoRa® Network ==
479 479  
480 480  Feature: Join network.
... ... @@ -492,7 +492,6 @@
492 492  While Error in format, return AT_BUSY_ERROR
493 493  )))
494 494  
495 -
496 496  == 6.4 LoRa® Network Join Mode ==
497 497  
498 498  Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA).
... ... @@ -521,7 +521,6 @@
521 521  * **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O
522 522  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
523 523  
524 -
525 525  == 6.5 LoRa® Network Join Status ==
526 526  
527 527  Feature: LoRa® Network Join Status.
... ... @@ -537,7 +537,6 @@
537 537  OK
538 538  )))
539 539  
540 -
541 541  == 6.6 Print Last Received Data in Raw Format ==
542 542  
543 543  Feature: Print Last Received Data in Raw Format<port:data>.
... ... @@ -553,7 +553,6 @@
553 553  OK
554 554  )))
555 555  
556 -
557 557  == 6.7 Print Last Received Data in Binary Format ==
558 558  
559 559  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -569,7 +569,6 @@
569 569  OK
570 570  )))
571 571  
572 -
573 573  == 6.8 Send Text Data ==
574 574  
575 575  Feature: Send Text Data<port:data>.
... ... @@ -589,7 +589,6 @@
589 589  
590 590  )))
591 591  
592 -
593 593  == 6.9 Send Hexadecimal Data ==
594 594  
595 595  Feature: Send hexadecimal data along with the application port.
... ... @@ -608,7 +608,6 @@
608 608  
609 609  )))
610 610  
611 -
612 612  = 7. LoRaWAN network management =
613 613  
614 614  == 7.1 Adaptive Data Rate ==
... ... @@ -640,7 +640,6 @@
640 640  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
641 641  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
642 642  
643 -
644 644  == 7.2 LoRa® Class ==
645 645  
646 646  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -659,7 +659,6 @@
659 659  
660 660  )))
661 661  
662 -
663 663  == 7.3 Duty Cycle Setting ==
664 664  
665 665  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -678,7 +678,6 @@
678 678  
679 679  )))
680 680  
681 -
682 682  == 7.4 Data Rate ==
683 683  
684 684  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
... ... @@ -707,7 +707,6 @@
707 707  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
708 708  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
709 709  
710 -
711 711  == 7.5 Frame Counter Downlink ==
712 712  
713 713  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -728,7 +728,6 @@
728 728  
729 729  )))
730 730  
731 -
732 732  == 7.6 Frame Counter Uplink ==
733 733  
734 734  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -747,7 +747,6 @@
747 747  
748 748  )))
749 749  
750 -
751 751  == 7.7 Join Accept Delay1 ==
752 752  
753 753  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -766,7 +766,6 @@
766 766  
767 767  )))
768 768  
769 -
770 770  == 7.8 Join Accept Delay2 ==
771 771  
772 772  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -785,7 +785,6 @@
785 785  
786 786  )))
787 787  
788 -
789 789  == 7.9 Public Network Mode ==
790 790  
791 791  Feature: Get or Set the public network mode. (0: off, 1: on)
... ... @@ -806,7 +806,6 @@
806 806  
807 807  )))
808 808  
809 -
810 810  == 7.10 Receive Delay1 ==
811 811  
812 812  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
... ... @@ -825,7 +825,6 @@
825 825  
826 826  )))
827 827  
828 -
829 829  == 7.11 Receive Delay2 ==
830 830  
831 831  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
... ... @@ -844,7 +844,6 @@
844 844  
845 845  )))
846 846  
847 -
848 848  == 7.12 Rx2 Window Data Rate ==
849 849  
850 850  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
... ... @@ -863,7 +863,6 @@
863 863  
864 864  )))
865 865  
866 -
867 867  == 7.13 Rx2 Window Frequency ==
868 868  
869 869  Feature: Get or Set the Rx2 window frequency
... ... @@ -882,7 +882,6 @@
882 882  
883 883  )))
884 884  
885 -
886 886  == 7.14 Transmit Power ==
887 887  
888 888  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,7 +908,6 @@
908 908  * **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
909 909  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
910 910  
911 -
912 912  == 7.15 RSSI of the Last Received Packet ==
913 913  
914 914  Feature: Get or Set the Rx2 window frequency
... ... @@ -924,7 +924,6 @@
924 924  OK
925 925  )))
926 926  
927 -
928 928  == 7.16 SNR of the Last Received Packet ==
929 929  
930 930  Feature: Get the SNR of the last received packet
... ... @@ -940,7 +940,6 @@
940 940  OK
941 941  )))
942 942  
943 -
944 944  == 7.17 Application Port ==
945 945  
946 946  Feature: Get or set the application port.
... ... @@ -968,7 +968,6 @@
968 968  * **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
969 969  * **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
970 970  
971 -
972 972  == 7.18 Single Channel Mode ==
973 973  
974 974  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
... ... @@ -985,7 +985,6 @@
985 985  )))
986 986  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
987 987  
988 -
989 989  == 7.19 Eight Channel Mode ==
990 990  
991 991  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
... ... @@ -1015,7 +1015,6 @@
1015 1015  * **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
1016 1016  * **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
1017 1017  
1018 -
1019 1019  == 7.20 Get or Set RXwindows1 timeout ==
1020 1020  
1021 1021  Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
... ... @@ -1060,7 +1060,6 @@
1060 1060  )))
1061 1061  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1062 1062  
1063 -
1064 1064  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1065 1065  
1066 1066  Feature: Get or Set uplinkdwelltime
... ... @@ -1088,7 +1088,6 @@
1088 1088  * **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1
1089 1089  * **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
1090 1090  
1091 -
1092 1092  == 7.23 Set Packet Receiving Response Level ==
1093 1093  
1094 1094  Feature: Get or Set packet receiving response level. This feature is used to set compatible with different LoRaWAN servers. If RPL doesn;t match , user will see strange message in the server portal.
... ... @@ -1130,7 +1130,6 @@
1130 1130  * **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1
1131 1131  * **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
1132 1132  
1133 -
1134 1134  = 8. AT Commands Combination =
1135 1135  
1136 1136  == 8.1 Set a fix RX2DR for downlink window ==
... ... @@ -1138,7 +1138,6 @@
1138 1138  * **AT+ADR=0 **~-~-> Disable ADR first
1139 1139  * **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate
1140 1140  
1141 -
1142 1142  == 8.2 Use Downlink Command to set a fix uplink DR ==
1143 1143  
1144 1144  {{info}}
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0