<
From version < 8.1 >
edited by Xiaoling
on 2022/05/11 11:47
To version < 7.8 >
edited by Xiaoling
on 2022/05/11 11:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -714,17 +714,14 @@
714 714  
715 715  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
716 716  
717 -{{info}}
718 -**AT Command:AT+RX2DL**
719 -{{/info}}
717 +AT Command:AT+RX2DL
720 720  
721 -(% style="background-color:#ffffcc; color:green; width:481.222px" %)
722 -|=(% colspan="3" style="width: 478px;" %)AT+RX2DL
723 -|(% style="width:175px" %)**Command Example**|(% style="width:152px" %)**Function**|(% style="width:150px" %)**Response**
724 -|(% style="width:175px" %)AT+RX2DL=?|(% style="width:152px" %)Get the delay.|(% style="width:150px" %)2000(((
719 +|=(% colspan="3" %)AT+RX2DL
720 +|**Command Example**|**Function**|**Response**
721 +|AT+RX2DL=?|Get the delay.|2000(((
725 725  OK
726 726  )))
727 -|(% style="width:175px" %)AT+RX2DL=2500|(% style="width:152px" %)Set the delay.|(% style="width:150px" %)OK(((
724 +|AT+RX2DL=2500|Set the delay.|OK(((
728 728  
729 729  )))
730 730  
... ... @@ -732,17 +732,14 @@
732 732  
733 733  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
734 734  
735 -{{info}}
736 -**AT Command:AT+RX2DR**
737 -{{/info}}
732 +AT Command:AT+RX2DR
738 738  
739 -(% style="background-color:#ffffcc; color:green; width:525.222px" %)
740 -|=(% colspan="3" style="width: 522px;" %)AT+RX2DR
741 -|(% style="width:160px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:130px" %)**Response**
742 -|(% style="width:160px" %)AT+RX2DR=?|(% style="width:232px" %)Get the Rx2 window data rate.|(% style="width:130px" %)2(((
734 +|=(% colspan="3" %)AT+RX2DR
735 +|**Command Example**|**Function**|**Response**
736 +|AT+RX2DR=?|Get the Rx2 window data rate.|2(((
743 743  OK
744 744  )))
745 -|(% style="width:160px" %)AT+RX2DR=6|(% style="width:232px" %)Set the Rx2 window data rate.|(% style="width:130px" %)OK(((
739 +|AT+RX2DR=6|Set the Rx2 window data rate.|OK(((
746 746  
747 747  )))
748 748  
... ... @@ -750,17 +750,14 @@
750 750  
751 751  Feature: Get or Set the Rx2 window frequency
752 752  
753 -{{info}}
754 -**AT Command:AT+RX2FQ**
755 -{{/info}}
747 +AT Command:AT+RX2FQ
756 756  
757 -(% style="background-color:#ffffcc; color:green; width:587.222px" %)
758 -|=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
759 -|(% style="width:183px" %)**Command Example**|(% style="width:240px" %)**Function**|(% style="width:160px" %)**Response**
760 -|(% style="width:183px" %)AT+RX2FQ=?|(% style="width:240px" %)Get the Rx2 window frequency.|(% style="width:160px" %)434665000(((
749 +|=(% colspan="3" %)AT+RX2FQ
750 +|**Command Example**|**Function**|**Response**
751 +|AT+RX2FQ=?|Get the Rx2 window frequency.|434665000(((
761 761  OK
762 762  )))
763 -|(% style="width:183px" %)AT+RX2FQ=434665000|(% style="width:240px" %)Set the Rx2 window frequency.|(% style="width:160px" %)OK(((
754 +|AT+RX2FQ=434665000|Set the Rx2 window frequency.|OK(((
764 764  
765 765  )))
766 766  
... ... @@ -768,17 +768,14 @@
768 768  
769 769  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. )
770 770  
771 -{{info}}
772 -**AT Command:AT+TXP**
773 -{{/info}}
762 +AT Command:AT+TXP
774 774  
775 -(% style="background-color:#ffffcc; color:green; width:465.222px" %)
776 -|=(% colspan="3" style="width: 462px;" %)AT+TXP
777 -|(% style="width:161px" %)**Command Example**|(% style="width:189px" %)**Function**|(% style="width:112px" %)**Response**
778 -|(% style="width:161px" %)AT+TXP=?|(% style="width:189px" %)Get the Transmit Power.|(% style="width:112px" %)0(((
764 +|=(% colspan="3" %)AT+TXP
765 +|**Command Example**|**Function**|**Response**
766 +|AT+TXP=?|Get the Transmit Power.|0(((
779 779  OK
780 780  )))
781 -|(% style="width:161px" %)AT+TXP=1|(% style="width:189px" %)Set the Transmit Power.|(% style="width:112px" %)OK(((
769 +|AT+TXP=1|Set the Transmit Power.|OK(((
782 782  
783 783  )))
784 784  
... ... @@ -786,21 +786,18 @@
786 786  
787 787  If the downlink payload=22000100, it means setting the TXP to 0.
788 788  
789 -* **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
790 -* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
777 +* Example 1: Downlink Payload: 22000102 ~/~/ Set AT+TXP=2.
778 +* Example 2: Downlink Payload: 220000FF ~/~/ Set AT+TXP=0.
791 791  
792 792  == 7.15 RSSI of the Last Received Packet ==
793 793  
794 794  Feature: Get or Set the Rx2 window frequency
795 795  
796 -{{info}}
797 -**AT Command:AT+RSSI**
798 -{{/info}}
784 +AT Command:AT+RSSI
799 799  
800 -(% style="background-color:#ffffcc; color:green; width:557.222px" %)
801 -|=(% colspan="3" style="width: 554px;" %)AT+RSSI
802 -|(% style="width:164px" %)**Command Example**|(% style="width:289px" %)**Function**|(% style="width:100px" %)**Response**
803 -|(% style="width:164px" %)AT+RSSI=?|(% style="width:289px" %)Get the RSSI of the last received packet.|(% style="width:100px" %)0(((
786 +|=(% colspan="3" %)AT+RSSI
787 +|**Command Example**|**Function**|**Response**
788 +|AT+RSSI=?|Get the RSSI of the last received packet.|0(((
804 804  OK
805 805  )))
806 806  
... ... @@ -808,14 +808,11 @@
808 808  
809 809  Feature: Get the SNR of the last received packet
810 810  
811 -{{info}}
812 -**AT Command:AT+SNR**
813 -{{/info}}
796 +AT Command:AT+SNR
814 814  
815 -(% style="background-color:#ffffcc; color:green; width:571.222px" %)
816 -|=(% colspan="3" style="width: 568px;" %)AT+SNR
817 -|(% style="width:164px" %)**Command Example**|(% style="width:290px" %)**Function**|(% style="width:113px" %)**Response**
818 -|(% style="width:164px" %)AT+SNR=?|(% style="width:290px" %)Get the RSSI of the last received packet.|(% style="width:113px" %)0(((
798 +|=(% colspan="3" %)AT+SNR
799 +|**Command Example**|**Function**|**Response**
800 +|AT+SNR=?|Get the RSSI of the last received packet.|0(((
819 819  OK
820 820  )))
821 821  
... ... @@ -823,89 +823,73 @@
823 823  
824 824  Feature: Get or set the application port.
825 825  
826 -{{info}}
827 -**AT Command: AT+PORT**
828 -{{/info}}
808 +AT Command: AT+PORT
829 829  
830 -(% style="background-color:#ffffcc; color:green; width:500.222px" %)
831 -|=(% colspan="3" style="width: 497px;" %)AT+PORT
832 -|(% style="width:157px" %)**Command Example**|(% style="width:204px" %)**Function**|(% style="width:135px" %)**Response**
833 -|(% style="width:157px" %)AT+PORT=?|(% style="width:204px" %)Get the application port|(% style="width:135px" %)21(((
810 +|=(% colspan="3" %)AT+PORT
811 +|**Command Example**|**Function**|**Response**
812 +|AT+PORT=?|Get the application port|21(((
834 834  OK
835 835  )))
836 -|(% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK
815 +|AT+PORT=21|Set the application port|OK
837 837  
838 -{{info}}
839 -**Downlink Command: 0x23**
840 -{{/info}}
817 +Downlink Command: 0x23
841 841  
842 842  Format: Command Code (0x23) followed by 1 bytes port value.
843 843  
844 844  If the downlink payload=2301, it means set the application port to 1, while type code is 23.
845 845  
846 -* **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
847 -* **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
823 +* Example 1: Downlink Payload: 2301 ~/~/ set the application port to 1
824 +* Example 2: Downlink Payload: 2305 ~/~/ set the application port to 5
848 848  
849 849  == 7.18 Single Channel Mode ==
850 850  
851 851  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
852 852  
853 -{{info}}
854 -**AT Command: AT+CHS**
855 -{{/info}}
830 +AT Command: AT+CHS
856 856  
857 -(% style="background-color:#ffffcc; color:green; width:603.222px" %)
858 -|=(% colspan="3" style="width: 600px;" %)AT+CHS
859 -|(% style="width:182px" %)**Command Example**|(% style="width:295px" %)**Function**|(% style="width:122px" %)**Response**
860 -|(% style="width:182px" %)AT+CHS=?|(% style="width:295px" %)Get Frequency for Single Channel Mode|(% style="width:122px" %)0(((
832 +|=(% colspan="3" %)AT+CHS
833 +|**Command Example**|**Function**|**Response**
834 +|AT+CHS=?|Get Frequency for Single Channel Mode|0(((
861 861  OK
862 862  )))
863 -|(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
837 +|AT+CHS=868100000|Set Frequency for Single Channel Mode|OK
864 864  
865 865  == 7.19 Eight Channel Mode ==
866 866  
867 867  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
868 868  
869 -{{info}}
870 -**AT Command: AT+CHE**
871 -{{/info}}
843 +AT Command: AT+CHE
872 872  
873 -(% style="background-color:#ffffcc; color:green; width:710.222px" %)
874 -|=(% colspan="3" style="width: 707px;" %)AT+CHE
875 -|(% style="width:160px" %)**Command Example**|(% style="width:198px" %)**Function**|(% style="width:349px" %)**Response**
876 -|(% style="width:160px" %)AT+CHE=?|(% style="width:198px" %)Get eight channels mode|(% style="width:349px" %)1(((
845 +|=(% colspan="3" %)AT+CHE
846 +|**Command Example**|**Function**|**Response**
847 +|AT+CHE=?|Get eight channels mode|1(((
877 877  902.3 902.5 902.7 902.9 903.1 903.3 903.5 903.7
878 878  
879 879  OK
880 880  )))
881 -|(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
852 +|AT+CHE=1|Set eight channels mode|OK
882 882  
883 -{{info}}
884 -**Downlink Command: 0x24**
885 -{{/info}}
854 +Downlink Command: 0x24
886 886  
887 887  Format: Command Code (0x24) followed by 1 bytes channel value.
888 888  
889 889  If the downlink payload=2401, it means set channel mode to 1, while type code is 24.
890 890  
891 -* **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
892 -* **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
860 +* Example 1: Downlink Payload: 2401 ~/~/ set channel mode to 1
861 +* Example 2: Downlink Payload: 2405 ~/~/ set channel mode to 5
893 893  
894 894  == 7.20 Get or Set RXwindows1 timeout ==
895 895  
896 896  Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
897 897  
898 -{{info}}
899 -**AT Command: AT+RX1WTO**
900 -{{/info}}
867 +AT Command: AT+RX1WTO
901 901  
902 -(% style="background-color:#ffffcc; color:green; width:460.222px" %)
903 -|=(% colspan="3" style="width: 457px;" %)AT+ RX1WTO
904 -|(% style="width:163px" %)**Command Example**|(% style="width:201px" %)**Function**|(% style="width:93px" %)**Response**
905 -|(% style="width:163px" %)AT+RX1WTO=?|(% style="width:201px" %)Get RXwindows1 timeout|(% style="width:93px" %)14(((
869 +|=(% colspan="3" %)AT+ RX1WTO
870 +|**Command Example**|**Function**|**Response**
871 +|AT+RX1WTO=?|Get RXwindows1 timeout|14(((
906 906  OK
907 907  )))
908 -|(% style="width:163px" %)AT+RX1WTO=60|(% style="width:201px" %)Set RXwindows1 timeout|(% style="width:93px" %)OK
874 +|AT+RX1WTO=60|Set RXwindows1 timeout|OK
909 909  
910 910  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.
911 911  
... ... @@ -917,44 +917,36 @@
917 917  
918 918  Feature:Get or Set the number of symbols to detect and timeout from RXwindow2(0 to 255).
919 919  
920 -{{info}}
921 -**AT Command: AT+RX2WTO**
922 -{{/info}}
886 +AT Command: AT+RX2WTO
923 923  
924 -(% style="background-color:#ffffcc; color:green; width:497.222px" %)
925 -|=(% colspan="3" style="width: 494px;" %)AT+ RX2WTO
926 -|(% style="width:190px" %)**Command Example**|(% style="width:199px" %)**Function**|(% style="width:104px" %)**Response**
927 -|(% style="width:190px" %)AT+RX2WTO=?|(% style="width:199px" %)Get RXwindows2 timeout|(% style="width:104px" %)7(((
888 +|=(% colspan="3" %)AT+ RX2WTO
889 +|**Command Example**|**Function**|**Response**
890 +|AT+RX2WTO=?|Get RXwindows2 timeout|7(((
928 928  OK
929 929  )))
930 -|(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK
893 +|AT+RX2WTO=20|Set RXwindows2 timeout|OK
931 931  
932 932  == 7.22 Setting up uplinkdwelltime (as923, au915) ==
933 933  
934 934  Feature: Get or Set uplinkdwelltime
935 935  
936 -{{info}}
937 -**AT Command: AT+DWELLT**
938 -{{/info}}
899 +AT Command: AT+DWELLT
939 939  
940 -(% style="background-color:#ffffcc; color:green; width:497.222px" %)
941 -|=(% colspan="3" style="width: 494px;" %)AT+DWELLT
942 -|(% style="width:183px" %)**Command Example**|(% style="width:179px" %)**Function**|(% style="width:131px" %)**Response**
943 -|(% style="width:183px" %)AT+DWELLT=?|(% style="width:179px" %)Get uplinkdwelltime|(% style="width:131px" %)1(((
901 +|=(% colspan="3" %)AT+DWELLT
902 +|**Command Example**|**Function**|**Response**
903 +|AT+DWELLT=?|Get uplinkdwelltime|1(((
944 944  OK
945 945  )))
946 -|(% style="width:183px" %)AT+DWELLT=0|(% style="width:179px" %)Set uplinkdwelltime|(% style="width:131px" %)OK
906 +|AT+DWELLT=0|Set uplinkdwelltime|OK
947 947  
948 -{{info}}
949 -**Downlink Command: 0x25**
950 -{{/info}}
908 +Downlink Command: 0x25
951 951  
952 952  Format: Command Code (0x25) followed by 1 bytes state value.
953 953  
954 954  If the downlink payload=2501, it means set uplinkdwelltime to 1, while type code is 25.
955 955  
956 -* **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1
957 -* **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
914 +* Example 1: Downlink Payload: 2501 ~/~/ set uplinkdwelltime to 1
915 +* Example 2: Downlink Payload: 2500 ~/~/ set uplinkdwelltime to 0
958 958  
959 959  == 7.23 Set Packet Receiving Response Level ==
960 960  
... ... @@ -962,11 +962,11 @@
962 962  
963 963  RPL value:
964 964  
965 -* **AT+RPL=0:** Device won't immediately reply any downlink commands from platform.
966 -* **AT+RPL=1:** Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00.
967 -* **AT+RPL=2:** Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command.
968 -* **AT+RPL=3:** Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command.
969 -* **AT+RPL=4: **Device will immediately reply message to Confirmed Data Down & MAC Command. Payload is 0x00 and requied response header for these two commands.
923 +* AT+RPL=0: Device won't immediately reply any downlink commands from platform.
924 +* AT+RPL=1: Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00.
925 +* AT+RPL=2: Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command.
926 +* AT+RPL=3: Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command.
927 +* AT+RPL=4: Device will immediately reply message to Confirmed Data Down & MAC Command. Payload is 0x00 and requied response header for these two commands.
970 970  
971 971  Case Analyes:
972 972  
... ... @@ -974,41 +974,34 @@
974 974  * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command.
975 975  * 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.
976 976  
977 -{{info}}
978 -**AT Command: AT+RPL**
979 -{{/info}}
935 +AT Command: AT+RPL
980 980  
981 -(% style="background-color:#ffffcc; color:green; width:536.222px" %)
982 -|=(% colspan="3" style="width: 533px;" %)AT+RPL
983 -|(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
984 -|(% style="width:160px" %)AT+RPL=?|(% style="width:263px" %)Get packet receiving response level|(% style="width:109px" %)1(((
937 +|=(% colspan="3" %)AT+RPL
938 +|**Command Example**|**Function**|**Response**
939 +|AT+RPL=?|Get packet receiving response level|1(((
985 985  OK
986 986  )))
987 -|(% style="width:160px" %)AT+RPL=0|(% style="width:263px" %)Set packet receiving response level|(% style="width:109px" %)OK
942 +|AT+RPL=0|Set packet receiving response level|OK
988 988  
989 -{{info}}
990 -**Downlink Command: 0x21**
991 -{{/info}}
944 +Downlink Command: 0x21
992 992  
993 993  Format: Command Code (0x21) followed by 1 bytes level value.
994 994  
995 995  If the downlink payload=2101, it means set packet receiving response level to 1, while type code is 21.
996 996  
997 -* **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1
998 -* **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
950 +* Example 1: Downlink Payload: 2101 ~/~/ set packet receiving response level to 1
951 +* Example 2: Downlink Payload: 2102 ~/~/ set packet receiving response level to 2
999 999  
1000 1000  = 8. AT Commands Combination =
1001 1001  
1002 1002  == 8.1 Set a fix RX2DR for downlink window ==
1003 1003  
1004 -* **AT+ADR=0 **~-~-> Disable ADR first
1005 -* **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate
957 +* AT+ADR=0 ~-~-> Disable ADR first
958 +* AT+RX2DR=xxxx ~-~-> Set xxxx to your wanted DataRate
1006 1006  
1007 1007  == 8.2 Use Downlink Command to set a fix uplink DR ==
1008 1008  
1009 -{{info}}
1010 -**Downlink Command: 0x22000500**
1011 -{{/info}}
962 +Downlink Command: 0x22000500
1012 1012  
1013 1013  Same as:
1014 1014  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0