Changes for page RS485-LN – RS485 to LoRaWAN Converter User Manual
Last modified by Bei Jinggeng on 2025/01/16 11:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -108,7 +108,6 @@ 108 108 109 109 110 110 111 - 112 112 == 1.3 Features == 113 113 114 114 * LoRaWAN Class A & Class C protocol (default Class C) ... ... @@ -122,7 +122,6 @@ 122 122 123 123 124 124 125 - 126 126 == 1.4 Applications == 127 127 128 128 * Smart Buildings & Home Automation ... ... @@ -134,7 +134,6 @@ 134 134 135 135 136 136 137 - 138 138 == 1.5 Firmware Change log == 139 139 140 140 [[RS485-LN Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/]] ... ... @@ -336,6 +336,9 @@ 336 336 ))) 337 337 ))) 338 338 336 + 337 + 338 + 339 339 === 3.3.2 Configure sensors === 340 340 341 341 ((( ... ... @@ -360,6 +360,9 @@ 360 360 ))) 361 361 )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m 362 362 363 + 364 + 365 + 363 363 === 3.3.3 Configure read commands for each sampling === 364 364 365 365 ((( ... ... @@ -712,7 +712,7 @@ 712 712 * ((( 713 713 (% style="color:#037691" %)**AT Command:** 714 714 715 -**AT+PAYVER: 718 +**AT+PAYVER: **Set PAYVER field = 1 716 716 717 717 718 718 ))) ... ... @@ -749,9 +749,9 @@ 749 749 (% style="color:#037691" %)**AT Command:** 750 750 ))) 751 751 752 -**AT+COMMANDx: 755 +**AT+COMMANDx: **Configure RS485 read command to sensor. 753 753 754 -**AT+DATACUTx: 757 +**AT+DATACUTx: **Configure how to handle return from RS485 devices. 755 755 756 756 757 757 * ((( ... ... @@ -913,8 +913,6 @@ 913 913 914 914 ((( 915 915 The use of this command please see: [[Compose Uplink payload>>||anchor="H3.3.4Composetheuplinkpayload"]] 916 - 917 - 918 918 ))) 919 919 920 920 * ((( ... ... @@ -974,8 +974,6 @@ 974 974 975 975 ((( 976 976 The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them. 977 - 978 - 979 979 ))) 980 980 981 981 * ((( ... ... @@ -1027,35 +1027,35 @@ 1027 1027 ))) 1028 1028 1029 1029 ((( 1030 - 1031 - 1032 -* Set Baud Rate 1029 +Set Baud Rate: 1033 1033 ))) 1034 1034 1032 + 1035 1035 **AT+BAUDR=9600** ~/~/ Options: (1200,2400,4800,14400,19200,115200) 1036 1036 1037 1037 1038 1038 ((( 1039 - *Set UART Parity1037 +Set UART Parity 1040 1040 ))) 1041 1041 1040 + 1042 1042 **AT+PARITY=0** ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity 1043 1043 1044 1044 1045 1045 ((( 1046 - *Set STOPBIT1045 +Set STOPBIT 1047 1047 ))) 1048 1048 1048 + 1049 1049 **AT+STOPBIT=0** ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits 1050 1050 1051 1051 1052 - 1053 1053 * ((( 1054 1054 (% style="color:#037691" %)** Downlink Payload:** 1055 1055 ))) 1056 1056 1057 1057 ((( 1058 -**A7 01 aa bb**: 1057 +**A7 01 aa bb**: Same AT+BAUDR=hex(aa bb)*100 1059 1059 ))) 1060 1060 1061 1061 ((( ... ... @@ -1070,11 +1070,11 @@ 1070 1070 ))) 1071 1071 1072 1072 ((( 1073 -A7 02 aa: 1072 +A7 02 aa: Same as AT+PARITY=aa (aa value: 00 , 01 or 02) 1074 1074 ))) 1075 1075 1076 1076 ((( 1077 -A7 03 aa: 1076 +A7 03 aa: Same as AT+STOPBIT=aa (aa value: 00 , 01 or 02) 1078 1078 ))) 1079 1079 1080 1080 ... ... @@ -1128,7 +1128,7 @@ 1128 1128 ))) 1129 1129 1130 1130 ((( 1131 - (% style="color:#037691" %)**1130 +**Downlink Command:** 1132 1132 ))) 1133 1133 1134 1134 ((( ... ... @@ -1230,17 +1230,34 @@ 1230 1230 1231 1231 If device has not joined network yet: 1232 1232 1233 -* (% style="color:#037691" %)**AT+FDR** 1234 -* (% style="color:#037691" %)**AT+NJM=0** 1235 -* (% style="color:#037691" %)**ATZ** 1232 +(% class="box infomessage" %) 1233 +((( 1234 +**AT+FDR** 1235 +))) 1236 1236 1237 +(% class="box infomessage" %) 1237 1237 ((( 1239 +**AT+NJM=0** 1240 +))) 1241 + 1242 +(% class="box infomessage" %) 1243 +((( 1244 +**ATZ** 1245 +))) 1246 + 1247 + 1248 +((( 1238 1238 If device already joined network: 1250 +))) 1239 1239 1240 -* (% style="color:#037691" %)**AT+NJM=0** 1241 -* (% style="color:#037691" %)**ATZ** 1252 +(% class="box infomessage" %) 1253 +((( 1254 +**AT+NJM=0** 1255 +))) 1242 1242 1243 - 1257 +(% class="box infomessage" %) 1258 +((( 1259 +**ATZ** 1244 1244 ))) 1245 1245 1246 1246 ... ... @@ -1385,9 +1385,6 @@ 1385 1385 * (% style="color:blue" %)**RU864**(%%): frequency bands RU864 1386 1386 * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865 1387 1387 1388 - 1389 - 1390 - 1391 1391 = 9.Packing Info = 1392 1392 1393 1393 ... ... @@ -1404,9 +1404,6 @@ 1404 1404 * Package Size / pcs : 14.5 x 8 x 5 cm 1405 1405 * Weight / pcs : 170g 1406 1406 1407 - 1408 - 1409 - 1410 1410 = 10. FCC Caution for RS485LN-US915 = 1411 1411 1412 1412 (((