<
From version < 38.75 >
edited by Xiaoling
on 2022/05/31 09:18
To version < 38.30 >
edited by Xiaoling
on 2022/05/31 09:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,6 +24,8 @@
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 +
27 27  = 3. Support End Node and firmware version =
28 28  
29 29  (% border="1" style="background-color:#ffffcc; color:green; width:966px" %)
... ... @@ -334,6 +334,8 @@
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  
339 +
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.
... ... @@ -370,6 +370,8 @@
370 370  )))
371 371  |(% style="width:192px" %)AT+DADDR=A8 40 41 FF|(% style="width:241px" %)Set the Application Session Key.|(% style="width:359px" %)OK
372 372  
379 +
380 +
373 373  == 5.5 Device EUI ==
374 374  
375 375  Feature: Get or Set the Device EUI.
... ... @@ -424,8 +424,6 @@
424 424  )))
425 425  |(% 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
426 426  
427 -
428 -
429 429  = 6. Joining and sending date on LoRaWAN network =
430 430  
431 431  == 6.1 Confirm Mode ==
... ... @@ -454,8 +454,6 @@
454 454  * Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
455 455  * Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
456 456  
457 -
458 -
459 459  == 6.2 Confirm Status ==
460 460  
461 461  Feature: Get confirmation status of the last AT+SEND (0-1).
... ... @@ -471,8 +471,6 @@
471 471  OK
472 472  )))
473 473  
474 -
475 -
476 476  == 6.3 Join LoRa® Network ==
477 477  
478 478  Feature: Join network.
... ... @@ -490,7 +490,6 @@
490 490  While Error in format, return AT_BUSY_ERROR
491 491  )))
492 492  
493 -
494 494  == 6.4 LoRa® Network Join Mode ==
495 495  
496 496  Feature: Get or Set the Network Join Mode. (0: ABP, 1: OTAA).
... ... @@ -519,7 +519,6 @@
519 519  * **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=O
520 520  * **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
521 521  
522 -
523 523  == 6.5 LoRa® Network Join Status ==
524 524  
525 525  Feature: LoRa® Network Join Status.
... ... @@ -535,7 +535,6 @@
535 535  OK
536 536  )))
537 537  
538 -
539 539  == 6.6 Print Last Received Data in Raw Format ==
540 540  
541 541  Feature: Print Last Received Data in Raw Format<port:data>.
... ... @@ -551,7 +551,6 @@
551 551  OK
552 552  )))
553 553  
554 -
555 555  == 6.7 Print Last Received Data in Binary Format ==
556 556  
557 557  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -567,7 +567,6 @@
567 567  OK
568 568  )))
569 569  
570 -
571 571  == 6.8 Send Text Data ==
572 572  
573 573  Feature: Send Text Data<port:data>.
... ... @@ -587,7 +587,6 @@
587 587  
588 588  )))
589 589  
590 -
591 591  == 6.9 Send Hexadecimal Data ==
592 592  
593 593  Feature: Send hexadecimal data along with the application port.
... ... @@ -606,7 +606,6 @@
606 606  
607 607  )))
608 608  
609 -
610 610  = 7. LoRaWAN network management =
611 611  
612 612  == 7.1 Adaptive Data Rate ==
... ... @@ -638,7 +638,6 @@
638 638  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
639 639  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
640 640  
641 -
642 642  == 7.2 LoRa® Class ==
643 643  
644 644  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -657,7 +657,6 @@
657 657  
658 658  )))
659 659  
660 -
661 661  == 7.3 Duty Cycle Setting ==
662 662  
663 663  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -676,7 +676,6 @@
676 676  
677 677  )))
678 678  
679 -
680 680  == 7.4 Data Rate ==
681 681  
682 682  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
... ... @@ -705,7 +705,6 @@
705 705  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
706 706  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
707 707  
708 -
709 709  == 7.5 Frame Counter Downlink ==
710 710  
711 711  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -726,7 +726,6 @@
726 726  
727 727  )))
728 728  
729 -
730 730  == 7.6 Frame Counter Uplink ==
731 731  
732 732  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -745,7 +745,6 @@
745 745  
746 746  )))
747 747  
748 -
749 749  == 7.7 Join Accept Delay1 ==
750 750  
751 751  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -764,7 +764,6 @@
764 764  
765 765  )))
766 766  
767 -
768 768  == 7.8 Join Accept Delay2 ==
769 769  
770 770  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -783,7 +783,6 @@
783 783  
784 784  )))
785 785  
786 -
787 787  == 7.9 Public Network Mode ==
788 788  
789 789  Feature: Get or Set the public network mode. (0: off, 1: on)
... ... @@ -804,7 +804,6 @@
804 804  
805 805  )))
806 806  
807 -
808 808  == 7.10 Receive Delay1 ==
809 809  
810 810  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
... ... @@ -823,7 +823,6 @@
823 823  
824 824  )))
825 825  
826 -
827 827  == 7.11 Receive Delay2 ==
828 828  
829 829  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
... ... @@ -842,7 +842,6 @@
842 842  
843 843  )))
844 844  
845 -
846 846  == 7.12 Rx2 Window Data Rate ==
847 847  
848 848  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
... ... @@ -861,7 +861,6 @@
861 861  
862 862  )))
863 863  
864 -
865 865  == 7.13 Rx2 Window Frequency ==
866 866  
867 867  Feature: Get or Set the Rx2 window frequency
... ... @@ -880,7 +880,6 @@
880 880  
881 881  )))
882 882  
883 -
884 884  == 7.14 Transmit Power ==
885 885  
886 886  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. )
... ... @@ -906,7 +906,6 @@
906 906  * **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
907 907  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
908 908  
909 -
910 910  == 7.15 RSSI of the Last Received Packet ==
911 911  
912 912  Feature: Get or Set the Rx2 window frequency
... ... @@ -922,7 +922,6 @@
922 922  OK
923 923  )))
924 924  
925 -
926 926  == 7.16 SNR of the Last Received Packet ==
927 927  
928 928  Feature: Get the SNR of the last received packet
... ... @@ -938,7 +938,6 @@
938 938  OK
939 939  )))
940 940  
941 -
942 942  == 7.17 Application Port ==
943 943  
944 944  Feature: Get or set the application port.
... ... @@ -966,7 +966,6 @@
966 966  * **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
967 967  * **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
968 968  
969 -
970 970  == 7.18 Single Channel Mode ==
971 971  
972 972  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
... ... @@ -983,7 +983,6 @@
983 983  )))
984 984  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
985 985  
986 -
987 987  == 7.19 Eight Channel Mode ==
988 988  
989 989  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
... ... @@ -1013,7 +1013,6 @@
1013 1013  * **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
1014 1014  * **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
1015 1015  
1016 -
1017 1017  == 7.20 Get or Set RXwindows1 timeout ==
1018 1018  
1019 1019  Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
... ... @@ -1058,7 +1058,6 @@
1058 1058  )))
1059 1059  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1060 1060  
1061 -
1062 1062  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1063 1063  
1064 1064  Feature: Get or Set uplinkdwelltime
... ... @@ -1086,7 +1086,6 @@
1086 1086  * **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1
1087 1087  * **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
1088 1088  
1089 -
1090 1090  == 7.23 Set Packet Receiving Response Level ==
1091 1091  
1092 1092  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.
... ... @@ -1128,7 +1128,6 @@
1128 1128  * **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1
1129 1129  * **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
1130 1130  
1131 -
1132 1132  = 8. AT Commands Combination =
1133 1133  
1134 1134  == 8.1 Set a fix RX2DR for downlink window ==
... ... @@ -1136,7 +1136,6 @@
1136 1136  * **AT+ADR=0 **~-~-> Disable ADR first
1137 1137  * **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate
1138 1138  
1139 -
1140 1140  == 8.2 Use Downlink Command to set a fix uplink DR ==
1141 1141  
1142 1142  {{info}}
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0