<
From version < 52.3 >
edited by Xiaoling
on 2022/08/12 15:48
To version < 52.11 >
edited by Xiaoling
on 2022/09/19 15:00
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,8 +9,8 @@
9 9  
10 10  Dragino LoRaWAN End Node support two types of AT Commands and Downlink Commands:
11 11  
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.
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.
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.**
... ... @@ -30,6 +30,7 @@
30 30  
31 31  
32 32  
33 +
33 33  = 3. Support End Node and firmware version =
34 34  
35 35  
... ... @@ -105,6 +105,8 @@
105 105  )))
106 106  
107 107  
109 +
110 +
108 108  = 4. System Management Commands =
109 109  
110 110  
... ... @@ -137,7 +137,7 @@
137 137  )))
138 138  
139 139  (((
140 -If the downlink payload=0100003C, it means set the END Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
143 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
141 141  )))
142 142  
143 143  * **Example 1**: Downlink Payload:** 0100001E**  ~/~/ Set Transmit Interval (TDC) = 30 seconds
... ... @@ -144,6 +144,8 @@
144 144  * **Example 2**: Downlink Payload:** 0100003C**  ~/~/ Set Transmit Interval (TDC) = 60 seconds
145 145  
146 146  
150 +
151 +
147 147  == 4.2 Reboot End Node ==
148 148  
149 149  
... ... @@ -310,6 +310,8 @@
310 310  )))
311 311  
312 312  
318 +
319 +
313 313  = 5. Keys, IDs and EUIs management =
314 314  
315 315  
... ... @@ -330,6 +330,8 @@
330 330  |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK
331 331  
332 332  
340 +
341 +
333 333  == 5.2 Application Key ==
334 334  
335 335  
... ... @@ -347,6 +347,8 @@
347 347  |(% 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
348 348  
349 349  
359 +
360 +
350 350  == 5.3 Application Session Key ==
351 351  
352 352  
... ... @@ -366,6 +366,8 @@
366 366  )))
367 367  
368 368  
380 +
381 +
369 369  == 5.4 Device Address ==
370 370  
371 371  
... ... @@ -385,6 +385,8 @@
385 385  |(% style="width:192px" %)AT+DADDR=A8 40 41 FF|(% style="width:241px" %)Set the Application Session Key.|(% style="width:359px" %)OK
386 386  
387 387  
401 +
402 +
388 388  == 5.5 Device EUI ==
389 389  
390 390  
... ... @@ -404,6 +404,8 @@
404 404  )))
405 405  
406 406  
422 +
423 +
407 407  == 5.6 Network ID ==
408 408  
409 409  
... ... @@ -421,6 +421,8 @@
421 421  |(% style="width:191px" %)AT+NWKID=A8 40 41 FF|(% style="width:153px" %)Set the Network ID.|(% style="width:101px" %)OK
422 422  
423 423  
441 +
442 +
424 424  == 5.7 Network Session Key ==
425 425  
426 426  
... ... @@ -438,6 +438,8 @@
438 438  |(% 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
439 439  
440 440  
460 +
461 +
441 441  = 6. Joining and sending date on LoRaWAN network =
442 442  
443 443  
... ... @@ -461,6 +461,8 @@
461 461  |(% style="width:155px" %)AT+CFM=1|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)OK
462 462  |(% style="width:155px" %)AT+CFM=2|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)While Error in format, return AT_PARAM_ERROR
463 463  
485 +
486 +
464 464  (% style="color:blue" %)**Downlink Command: 0x05**
465 465  
466 466  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -472,6 +472,7 @@
472 472  
473 473  
474 474  
498 +
475 475  === 6.1.2  AT+CFM command since DR-LWS007 software stack ===
476 476  
477 477  
... ... @@ -508,6 +508,8 @@
508 508  OK
509 509  )))
510 510  
535 +
536 +
511 511  (% style="color:blue" %)**Downlink Command: 0x05**
512 512  
513 513  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -519,6 +519,7 @@
519 519  
520 520  
521 521  
548 +
522 522  == 6.2 Confirm Status ==
523 523  
524 524  
... ... @@ -535,6 +535,8 @@
535 535  )))
536 536  
537 537  
565 +
566 +
538 538  == 6.3 Join LoRa® Network ==
539 539  
540 540  
... ... @@ -553,6 +553,8 @@
553 553  )))
554 554  
555 555  
585 +
586 +
556 556  == 6.4 LoRa® Network Join Mode ==
557 557  
558 558  
... ... @@ -570,6 +570,8 @@
570 570  |(% style="width:162px" %)AT+NJM=0|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)OK
571 571  |(% style="width:162px" %)AT+NJM=2|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)While Error in format, return AT_PARAM_ERROR
572 572  
604 +
605 +
573 573  (% style="color:blue" %)**Downlink Command: 0x20**
574 574  
575 575  Format: Command Code (0x20) followed by 1 bytes mode value.
... ... @@ -581,6 +581,7 @@
581 581  
582 582  
583 583  
617 +
584 584  == 6.5 LoRa® Network Join Status ==
585 585  
586 586  
... ... @@ -597,6 +597,8 @@
597 597  )))
598 598  
599 599  
634 +
635 +
600 600  == 6.6 Print Last Received Data in Raw Format ==
601 601  
602 602  
... ... @@ -613,6 +613,8 @@
613 613  )))
614 614  
615 615  
652 +
653 +
616 616  == 6.7 Print Last Received Data in Binary Format ==
617 617  
618 618  
... ... @@ -629,6 +629,8 @@
629 629  )))
630 630  
631 631  
670 +
671 +
632 632  == 6.8 Send Text Data ==
633 633  
634 634  
... ... @@ -649,6 +649,8 @@
649 649  )))
650 650  
651 651  
692 +
693 +
652 652  == 6.9 Send Hexadecimal Data ==
653 653  
654 654  
... ... @@ -657,11 +657,11 @@
657 657  
658 658  (% style="color:blue" %)**AT Command: AT+SENDB**
659 659  
660 -(% border="1" style="background-color:#ffffcc; color:green; width:1120.22px" %)
661 -|=(% colspan="3" style="width: 1117px;" %)AT+SENDB
662 -|(% style="width:257px" %)**Command Example**|(% style="width:406px" %)**Function**|(% style="width:453px" %)**Response**
663 -|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:406px" %)Send hexadecimal data along with the application port.|(% style="width:453px" %)OK
664 -|(% 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(((
702 +(% border="1" style="background-color:#ffffcc; color:green; width:1101px" %)
703 +|=(% colspan="3" style="width: 1098px;" %)AT+SENDB
704 +|(% style="width:257px" %)**Command Example**|(% style="width:394px" %)**Function**|(% style="width:446px" %)**Response**
705 +|(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK
706 +|(% 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(((
665 665  AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED
666 666  
667 667  
... ... @@ -668,6 +668,8 @@
668 668  )))
669 669  
670 670  
713 +
714 +
671 671  = 7. LoRaWAN network management =
672 672  
673 673  
... ... @@ -690,6 +690,8 @@
690 690  AT_PARAM_ERROR
691 691  )))
692 692  
737 +
738 +
693 693  (% style="color:blue" %)**Downlink Command: 0x22**
694 694  
695 695  If the downlink payload=2201, it means setting the adaptive data rate to 1, while type code is 22.
... ... @@ -698,6 +698,8 @@
698 698  * **Example 2**: Downlink Payload: **2200FFFF**  ~/~/ Set AT+ADR=0.
699 699  
700 700  
747 +
748 +
701 701  == 7.2 LoRa® Class ==
702 702  
703 703  
... ... @@ -704,7 +704,7 @@
704 704  Feature: Get or Set the Device Class(Currently only support class A, class C).
705 705  
706 706  
707 -(% style="color:blue" %)**AT Command:AT+CLASS**
755 +(% style="color:blue" %)**AT Command:  AT+CLASS**
708 708  
709 709  (% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %)
710 710  |=(% colspan="3" style="width: 504px;" %)AT+CLASS
... ... @@ -717,13 +717,15 @@
717 717  )))
718 718  
719 719  
768 +
769 +
720 720  == 7.3 Duty Cycle Setting ==
721 721  
722 722  
723 -Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
773 +Feature: Get or Set the ETSI Duty Cycle setting** - 0**=disable, **1**=enable - Only for testing.
724 724  
725 725  
726 -(% style="color:blue" %)**AT Command:AT+DCS**
776 +(% style="color:blue" %)**AT Command:  AT+DCS**
727 727  
728 728  (% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %)
729 729  |=(% colspan="3" style="width: 512px;" %)AT+DCS
... ... @@ -736,6 +736,8 @@
736 736  )))
737 737  
738 738  
789 +
790 +
739 739  == 7.4 Data Rate ==
740 740  
741 741  
... ... @@ -754,6 +754,8 @@
754 754  
755 755  )))
756 756  
809 +
810 +
757 757  (% style="color:blue" %)**Downlink Command: 0x2200aaFF**
758 758  
759 759  If the downlink payload=220001FF, it means setting the data rate to 1, while type code is 22 00 aa FF.
... ... @@ -762,6 +762,8 @@
762 762  * **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+DR=0.
763 763  
764 764  
819 +
820 +
765 765  == 7.5 Frame Counter Downlink ==
766 766  
767 767  
... ... @@ -768,7 +768,7 @@
768 768  Feature: Get or Set the Frame Counter Downlink.
769 769  
770 770  
771 -(% style="color:blue" %)**AT Command:AT+FCD**
827 +(% style="color:blue" %)**AT Command:  AT+FCD**
772 772  
773 773  (% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %)
774 774  |=(% colspan="3" style="width: 690px;" %)AT+FCD
... ... @@ -781,12 +781,14 @@
781 781  )))
782 782  
783 783  
840 +
841 +
784 784  == 7.6 Frame Counter Uplink ==
785 785  
786 786  Feature: Get or Set the Frame Counter Uplink.
787 787  
788 788  
789 -(% style="color:blue" %)**AT Command:AT+FCU**
847 +(% style="color:blue" %)**AT Command:  AT+FCU**
790 790  
791 791  (% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
792 792  |=(% colspan="3" style="width: 531px;" %)AT+FCU
... ... @@ -799,6 +799,8 @@
799 799  )))
800 800  
801 801  
860 +
861 +
802 802  == 7.7 Join Accept Delay1 ==
803 803  
804 804  
... ... @@ -805,7 +805,7 @@
805 805  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
806 806  
807 807  
808 -(% style="color:blue" %)**AT Command:AT+JN1DL**
868 +(% style="color:blue" %)**AT Command:  AT+JN1DL**
809 809  
810 810  (% border="1" style="background-color:#ffffcc; color:green; width:537.222px" %)
811 811  |=(% colspan="3" style="width: 534px;" %)AT+JN1DL
... ... @@ -818,12 +818,15 @@
818 818  )))
819 819  
820 820  
881 +
882 +
821 821  == 7.8 Join Accept Delay2 ==
822 822  
885 +
823 823  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
824 824  
825 825  
826 -(% style="color:blue" %)**AT Command:AT+JN2DL**
889 +(% style="color:blue" %)**AT Command:  AT+JN2DL**
827 827  
828 828  (% border="1" style="background-color:#ffffcc; color:green; width:538.222px" %)
829 829  |=(% colspan="3" style="width: 535px;" %)AT+JN2DL
... ... @@ -836,6 +836,8 @@
836 836  )))
837 837  
838 838  
902 +
903 +
839 839  == 7.9 Public Network Mode ==
840 840  
841 841  
... ... @@ -844,7 +844,7 @@
844 844  (% style="color:red" %)**Notice: If user build their own LoRaWAN server but still use syncword=0x34, this is still considered a public LoRaWAN network.**
845 845  
846 846  
847 -(% style="color:blue" %)**AT Command:AT+PNM**
912 +(% style="color:blue" %)**AT Command:  AT+PNM**
848 848  
849 849  (% border="1" style="background-color:#ffffcc; color:green; width:667.222px" %)
850 850  |=(% colspan="3" style="width: 664px;" %)AT+PNM
... ... @@ -864,6 +864,8 @@
864 864  |(% style="width:166px" %)AT+PNM=0|(% style="width:225px" %)Set to use private network autoset syncword=0x12|(% style="width:272px" %)
865 865  
866 866  
932 +
933 +
867 867  == 7.10 Receive Delay1 ==
868 868  
869 869  
... ... @@ -870,7 +870,7 @@
870 870  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
871 871  
872 872  
873 -(% style="color:blue" %)**AT Command:AT+RX1DL**
940 +(% style="color:blue" %)**AT Command: AT+RX1DL**
874 874  
875 875  (% border="1" style="background-color:#ffffcc; color:green; width:408.222px" %)
876 876  |=(% colspan="3" style="width: 405px;" %)AT+RX1DL
... ... @@ -883,6 +883,8 @@
883 883  )))
884 884  
885 885  
953 +
954 +
886 886  == 7.11 Receive Delay2 ==
887 887  
888 888  
... ... @@ -889,7 +889,7 @@
889 889  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
890 890  
891 891  
892 -(% style="color:blue" %)**AT Command:AT+RX2DL**
961 +(% style="color:blue" %)**AT Command: AT+RX2DL**
893 893  
894 894  (% border="1" style="background-color:#ffffcc; color:green; width:481.222px" %)
895 895  |=(% colspan="3" style="width: 478px;" %)AT+RX2DL
... ... @@ -902,6 +902,8 @@
902 902  )))
903 903  
904 904  
974 +
975 +
905 905  == 7.12 Rx2 Window Data Rate ==
906 906  
907 907  
... ... @@ -908,7 +908,7 @@
908 908  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
909 909  
910 910  
911 -(% style="color:blue" %)**AT Command:AT+RX2DR**
982 +(% style="color:blue" %)**AT Command:  AT+RX2DR**
912 912  
913 913  (% border="1" style="background-color:#ffffcc; color:green; width:525.222px" %)
914 914  |=(% colspan="3" style="width: 522px;" %)AT+RX2DR
... ... @@ -921,6 +921,8 @@
921 921  )))
922 922  
923 923  
995 +
996 +
924 924  == 7.13 Rx2 Window Frequency ==
925 925  
926 926  
... ... @@ -927,7 +927,7 @@
927 927  Feature: Get or Set the Rx2 window frequency
928 928  
929 929  
930 -(% style="color:blue" %)**AT Command:AT+RX2FQ**
1003 +(% style="color:blue" %)**AT Command:  AT+RX2FQ**
931 931  
932 932  (% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %)
933 933  |=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
... ... @@ -940,15 +940,17 @@
940 940  )))
941 941  
942 942  
1016 +
1017 +
943 943  == 7.14 Transmit Power ==
944 944  
945 945  
946 946  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. )
947 947  
948 -Notice: Transmit Power might be changed by ADR from LoRaWAN server. So manually change TXP also remember to set AT+ADR=0 in sensor
1023 +(% 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**
949 949  
950 950  
951 -(% style="color:blue" %)**AT Command:AT+TXP**
1026 +(% style="color:blue" %)**AT Command:  AT+TXP**
952 952  
953 953  (% border="1" style="background-color:#ffffcc; color:green; width:465.222px" %)
954 954  |=(% colspan="3" style="width: 462px;" %)AT+TXP
... ... @@ -969,6 +969,7 @@
969 969  
970 970  
971 971  
1047 +
972 972  == 7.15 RSSI of the Last Received Packet ==
973 973  
974 974  
... ... @@ -985,6 +985,8 @@
985 985  )))
986 986  
987 987  
1064 +
1065 +
988 988  == 7.16 SNR of the Last Received Packet ==
989 989  
990 990  
... ... @@ -991,7 +991,7 @@
991 991  Feature: Get the SNR of the last received packet
992 992  
993 993  
994 -(% style="color:blue" %)**AT Command:AT+SNR**
1072 +(% style="color:blue" %)**AT Command:  AT+SNR**
995 995  
996 996  (% border="1" style="background-color:#ffffcc; color:green; width:571.222px" %)
997 997  |=(% colspan="3" style="width: 568px;" %)AT+SNR
... ... @@ -1001,6 +1001,8 @@
1001 1001  )))
1002 1002  
1003 1003  
1082 +
1083 +
1004 1004  == 7.17 Application Port ==
1005 1005  
1006 1006  
... ... @@ -1017,6 +1017,8 @@
1017 1017  )))
1018 1018  |(% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK
1019 1019  
1100 +
1101 +
1020 1020  (% style="color:blue" %)**Downlink Command: 0x23**
1021 1021  
1022 1022  Format: Command Code (0x23) followed by 1 bytes port value.
... ... @@ -1028,6 +1028,7 @@
1028 1028  
1029 1029  
1030 1030  
1113 +
1031 1031  == 7.18 Single Channel Mode ==
1032 1032  
1033 1033  
... ... @@ -1045,6 +1045,8 @@
1045 1045  |(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
1046 1046  
1047 1047  
1131 +
1132 +
1048 1048  == 7.19 Eight Channel Mode ==
1049 1049  
1050 1050  
... ... @@ -1063,6 +1063,8 @@
1063 1063  )))
1064 1064  |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
1065 1065  
1151 +
1152 +
1066 1066  (% style="color:blue" %)**Downlink Command: 0x24**
1067 1067  
1068 1068  Format: Command Code (0x24) followed by 1 bytes channel value.
... ... @@ -1074,6 +1074,7 @@
1074 1074  
1075 1075  
1076 1076  
1164 +
1077 1077  == 7.20 Get or Set RXwindows1 timeout ==
1078 1078  
1079 1079  
... ... @@ -1093,8 +1093,9 @@
1093 1093  (((
1094 1094  
1095 1095  
1096 -**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.
1097 1097  
1185 +(% 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.
1186 +
1098 1098  
1099 1099  )))
1100 1100  
... ... @@ -1104,6 +1104,7 @@
1104 1104  (((
1105 1105  Increasing thisvalue is equal to extending the time that the receiving window is opened, butthe corresponding power consumption will also increase. Properly increasingthis value can increase the success rate of the downlink.
1106 1106  
1196 +
1107 1107  
1108 1108  )))
1109 1109  
... ... @@ -1124,6 +1124,8 @@
1124 1124  |(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
1125 1125  
1126 1126  
1217 +
1218 +
1127 1127  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
1128 1128  
1129 1129  
... ... @@ -1140,6 +1140,8 @@
1140 1140  )))
1141 1141  |(% style="width:183px" %)AT+DWELLT=0|(% style="width:179px" %)Set uplinkdwelltime|(% style="width:131px" %)OK
1142 1142  
1235 +
1236 +
1143 1143  (% style="color:blue" %)**Downlink Command: 0x25**
1144 1144  
1145 1145  Format: Command Code (0x25) followed by 1 bytes state value.
... ... @@ -1151,6 +1151,7 @@
1151 1151  
1152 1152  
1153 1153  
1248 +
1154 1154  == 7.23 Set Packet Receiving Response Level ==
1155 1155  
1156 1156  
... ... @@ -1171,6 +1171,9 @@
1171 1171  * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command.
1172 1172  * For Class C devices used in TTI, need to set AT+RPL=4 because TTI require immediately reply message to Confirmed Data Down & MAC Command.
1173 1173  
1269 +
1270 +
1271 +
1174 1174  (% style="color:blue" %)**AT Command: AT+RPL**
1175 1175  
1176 1176  (% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
... ... @@ -1181,6 +1181,8 @@
1181 1181  )))
1182 1182  |(% style="width:160px" %)AT+RPL=0|(% style="width:263px" %)Set packet receiving response level|(% style="width:109px" %)OK
1183 1183  
1282 +
1283 +
1184 1184  (% style="color:blue" %)**Downlink Command: 0x21**
1185 1185  
1186 1186  Format: Command Code (0x21) followed by 1 bytes level value.
... ... @@ -1192,6 +1192,7 @@
1192 1192  
1193 1193  
1194 1194  
1295 +
1195 1195  == 7.24 Controls NBTrans in unconfirmed uplink mode(LWS007 NBTrans:Set retransmission packets) ==
1196 1196  
1197 1197  
... ... @@ -1213,6 +1213,8 @@
1213 1213  OK
1214 1214  )))
1215 1215  
1317 +
1318 +
1216 1216  (% style="color:blue" %)**Downlink Command: 0x33**
1217 1217  
1218 1218  Format: Command Code (0x33) followed by 2 bytes mode value.
... ... @@ -1224,6 +1224,7 @@
1224 1224  
1225 1225  
1226 1226  
1330 +
1227 1227  == 7.25 Device offline rejoining (LWS007) ==
1228 1228  
1229 1229  
... ... @@ -1260,6 +1260,8 @@
1260 1260  OK
1261 1261  )))
1262 1262  
1367 +
1368 +
1263 1263  (% style="color:blue" %)**Downlink Command: 0x33**
1264 1264  
1265 1265  Format: Command Code (0x32) followed by 2 bytes mode value.
... ... @@ -1270,6 +1270,7 @@
1270 1270  
1271 1271  
1272 1272  
1379 +
1273 1273  == 7.26 Request the server to send an ACK ==
1274 1274  
1275 1275  
... ... @@ -1288,6 +1288,8 @@
1288 1288  )))
1289 1289  
1290 1290  
1398 +
1399 +
1291 1291  == 7.27 Adjust network rejoining interval ==
1292 1292  
1293 1293  
... ... @@ -1305,6 +1305,8 @@
1305 1305  Set the ReJoin data transmission interval to 60000ms = 60 seconds
1306 1306  )))
1307 1307  
1417 +
1418 +
1308 1308  (% style="color:blue" %)**Downlink Command: 0x26**
1309 1309  
1310 1310  Format: Command Code (0x26) followed by 2 bytes mode value.
... ... @@ -1316,6 +1316,7 @@
1316 1316  
1317 1317  
1318 1318  
1430 +
1319 1319  = 8. AT Commands Combination =
1320 1320  
1321 1321  
... ... @@ -1322,11 +1322,12 @@
1322 1322  == 8.1 Set a fix RX2DR for downlink window ==
1323 1323  
1324 1324  
1325 -* **AT+ADR=0             ** **~-~->**  Disable ADR first
1326 -* **AT+RX2DR=xxxx**  **~-~->**  Set xxxx to your wanted DataRate
1437 +* (% style="color:blue" %)**AT+ADR=0             **(%%) **~-~->**  Disable ADR first
1438 +* (% style="color:red" %)**AT+RX2DR=xxxx**   (%%) **~-~->**  Set xxxx to your wanted DataRate
1327 1327  
1328 1328  
1329 1329  
1442 +
1330 1330  == 8.2 Use Downlink Command to set a fix uplink DR ==
1331 1331  
1332 1332  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0