<
From version < 61.41 >
edited by Xiaoling
on 2022/06/14 13:38
To version < 61.29 >
edited by Xiaoling
on 2022/06/14 11:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -333,6 +333,9 @@
333 333  )))
334 334  )))
335 335  
336 +
337 +
338 +
336 336  === 3.3.2 Configure sensors ===
337 337  
338 338  (((
... ... @@ -357,6 +357,9 @@
357 357  )))
358 358  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
359 359  
363 +
364 +
365 +
360 360  === 3.3.3 Configure read commands for each sampling ===
361 361  
362 362  (((
... ... @@ -709,7 +709,7 @@
709 709  * (((
710 710  (% style="color:#037691" %)**AT Command:**
711 711  
712 -**AT+PAYVER:    **Set PAYVER field = 1
718 +**AT+PAYVER:  **Set PAYVER field = 1
713 713  
714 714  
715 715  )))
... ... @@ -746,9 +746,9 @@
746 746  (% style="color:#037691" %)**AT Command:**
747 747  )))
748 748  
749 -**AT+COMMANDx:    **Configure RS485 read command to sensor.
755 +**AT+COMMANDx:  **Configure RS485 read command to sensor.
750 750  
751 -**AT+DATACUTx:        **Configure how to handle return from RS485 devices.
757 +**AT+DATACUTx:  **Configure how to handle return from RS485 devices.
752 752  
753 753  
754 754  * (((
... ... @@ -910,8 +910,6 @@
910 910  
911 911  (((
912 912  The use of this command please see: [[Compose Uplink payload>>||anchor="H3.3.4Composetheuplinkpayload"]]
913 -
914 -
915 915  )))
916 916  
917 917  * (((
... ... @@ -971,8 +971,6 @@
971 971  
972 972  (((
973 973  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
974 -
975 -
976 976  )))
977 977  
978 978  * (((
... ... @@ -1024,35 +1024,35 @@
1024 1024  )))
1025 1025  
1026 1026  (((
1027 -
1028 -
1029 -* Set Baud Rate
1029 +Set Baud Rate:
1030 1030  )))
1031 1031  
1032 +
1032 1032  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1033 1033  
1034 1034  
1035 1035  (((
1036 -* Set UART Parity
1037 +Set UART Parity
1037 1037  )))
1038 1038  
1040 +
1039 1039  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1040 1040  
1041 1041  
1042 1042  (((
1043 -* Set STOPBIT
1045 +Set STOPBIT
1044 1044  )))
1045 1045  
1048 +
1046 1046  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1047 1047  
1048 1048  
1049 -
1050 1050  * (((
1051 1051  (% style="color:#037691" %)** Downlink Payload:**
1052 1052  )))
1053 1053  
1054 1054  (((
1055 -**A7 01 aa bb**:  Same  AT+BAUDR=hex(aa bb)*100
1057 +**A7 01 aa bb**: Same  AT+BAUDR=hex(aa bb)*100
1056 1056  )))
1057 1057  
1058 1058  (((
... ... @@ -1067,11 +1067,11 @@
1067 1067  )))
1068 1068  
1069 1069  (((
1070 -A7 02 aa:  Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1072 +A7 02 aa: Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1071 1071  )))
1072 1072  
1073 1073  (((
1074 -A7 03 aa:  Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1076 +A7 03 aa: Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1075 1075  )))
1076 1076  
1077 1077  
... ... @@ -1125,7 +1125,7 @@
1125 1125  )))
1126 1126  
1127 1127  (((
1128 -(% style="color:#037691" %)** Downlink Command:**
1130 +**Downlink Command:**
1129 1129  )))
1130 1130  
1131 1131  (((
... ... @@ -1227,17 +1227,34 @@
1227 1227  
1228 1228  If device has not joined network yet:
1229 1229  
1230 -* (% style="color:#037691" %)**AT+FDR**
1231 -* (% style="color:#037691" %)**AT+NJM=0**
1232 -* (% style="color:#037691" %)**ATZ**
1232 +(% class="box infomessage" %)
1233 +(((
1234 +**AT+FDR**
1235 +)))
1233 1233  
1237 +(% class="box infomessage" %)
1234 1234  (((
1239 +**AT+NJM=0**
1240 +)))
1241 +
1242 +(% class="box infomessage" %)
1243 +(((
1244 +**ATZ**
1245 +)))
1246 +
1247 +
1248 +(((
1235 1235  If device already joined network:
1250 +)))
1236 1236  
1237 -* (% style="color:#037691" %)**AT+NJM=0**
1238 -* (% style="color:#037691" %)**ATZ**
1252 +(% class="box infomessage" %)
1253 +(((
1254 +**AT+NJM=0**
1255 +)))
1239 1239  
1240 -
1257 +(% class="box infomessage" %)
1258 +(((
1259 +**ATZ**
1241 1241  )))
1242 1242  
1243 1243  
... ... @@ -1244,25 +1244,25 @@
1244 1244  === 5.5.2 Single-channel ABP mode (Use with LG01/LG02) ===
1245 1245  
1246 1246  
1247 -(% style="background-color:#dcdcdc" %)**AT+FDR** (%%) Reset Parameters to Factory Default, Keys Reserve
1266 +(% style="background-color:#dcdcdc" %)**AT+FDR** (%%) Reset Parameters to Factory Default, Keys Reserve
1248 1248  
1249 -(% style="background-color:#dcdcdc" %)**AT+NJM=0 **(%%) Set to ABP mode
1268 +(% style="background-color:#dcdcdc" %)**AT+NJM=0 **(%%)Set to ABP mode
1250 1250  
1251 -(% style="background-color:#dcdcdc" %)**AT+ADR=0** (%%) Set the Adaptive Data Rate Off
1270 +(% style="background-color:#dcdcdc" %)**AT+ADR=0** (%%)Set the Adaptive Data Rate Off
1252 1252  
1253 -(% style="background-color:#dcdcdc" %)**AT+DR=5**   (%%) Set Data Rate
1272 +(% style="background-color:#dcdcdc" %)**AT+DR=5**   (%%)Set Data Rate
1254 1254  
1255 -(% style="background-color:#dcdcdc" %)**AT+TDC=60000** (%%) Set transmit interval to 60 seconds
1274 +(% style="background-color:#dcdcdc" %)**AT+TDC=60000** (%%) Set transmit interval to 60 seconds
1256 1256  
1257 -(% style="background-color:#dcdcdc" %)**AT+CHS=868400000**(%%)  Set transmit frequency to 868.4Mhz
1276 +(% style="background-color:#dcdcdc" %)**AT+CHS=868400000**(%%) Set transmit frequency to 868.4Mhz
1258 1258  
1259 -(% style="background-color:#dcdcdc" %)**AT+RX2FQ=868400000** (%%) Set RX2Frequency to 868.4Mhz (according to the result from server)
1278 +(% style="background-color:#dcdcdc" %)**AT+RX2FQ=868400000** (%%) Set RX2Frequency to 868.4Mhz (according to the result from server)
1260 1260  
1261 -(% style="background-color:#dcdcdc" %)**AT+RX2DR=5**  (%%) Set RX2DR to match the downlink DR from server. see below
1280 +(% style="background-color:#dcdcdc" %)**AT+RX2DR=5**  (%%) Set RX2DR to match the downlink DR from server. see below
1262 1262  
1263 -(% style="background-color:#dcdcdc" %)**AT+DADDR=26** (%%) 01 1A F1 Set Device Address to 26 01 1A F1, this ID can be found in the LoRa Server portal.
1282 +(% style="background-color:#dcdcdc" %)**AT+DADDR=26** (%%) 01 1A F1 Set Device Address to 26 01 1A F1, this ID can be found in the LoRa Server portal.
1264 1264  
1265 -(% style="background-color:#dcdcdc" %)**ATZ**       (%%) Reset MCU
1284 +(% style="background-color:#dcdcdc" %)**ATZ**       (%%) Reset MCU
1266 1266  
1267 1267  
1268 1268  (% style="color:red" %)**Note:**
... ... @@ -1382,8 +1382,6 @@
1382 1382  * (% style="color:blue" %)**RU864**(%%): frequency bands RU864
1383 1383  * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865
1384 1384  
1385 -
1386 -
1387 1387  = 9.Packing Info =
1388 1388  
1389 1389  
... ... @@ -1400,8 +1400,6 @@
1400 1400  * Package Size / pcs : 14.5 x 8 x 5 cm
1401 1401  * Weight / pcs : 170g
1402 1402  
1403 -
1404 -
1405 1405  = 10. FCC Caution for RS485LN-US915 =
1406 1406  
1407 1407  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0