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

Summary

Details

Page properties
Content
... ... @@ -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}}
920 +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(((
922 +|=(% colspan="3" %)AT+ RX2WTO
923 +|**Command Example**|**Function**|**Response**
924 +|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
927 +|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}}
933 +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(((
935 +|=(% colspan="3" %)AT+DWELLT
936 +|**Command Example**|**Function**|**Response**
937 +|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
940 +|AT+DWELLT=0|Set uplinkdwelltime|OK
947 947  
948 -{{info}}
949 -**Downlink Command: 0x25**
950 -{{/info}}
942 +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
948 +* Example 1: Downlink Payload: 2501 ~/~/ set uplinkdwelltime to 1
949 +* 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.
957 +* AT+RPL=0: Device won't immediately reply any downlink commands from platform.
958 +* AT+RPL=1: Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00.
959 +* AT+RPL=2: Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command.
960 +* AT+RPL=3: Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command.
961 +* 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}}
969 +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(((
971 +|=(% colspan="3" %)AT+RPL
972 +|**Command Example**|**Function**|**Response**
973 +|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
976 +|AT+RPL=0|Set packet receiving response level|OK
988 988  
989 -{{info}}
990 -**Downlink Command: 0x21**
991 -{{/info}}
978 +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
984 +* Example 1: Downlink Payload: 2101 ~/~/ set packet receiving response level to 1
985 +* 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
991 +* AT+ADR=0 ~-~-> Disable ADR first
992 +* 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}}
996 +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