<
From version < 77.1 >
edited by Edwin Chen
on 2022/10/07 12:44
To version < 79.2 >
edited by Xiaoling
on 2022/10/13 17:07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -108,6 +108,8 @@
108 108  * Automatic RF Sense and CAD with ultra-fast AFC.
109 109  * Packet engine up to 256 bytes with CRC
110 110  
111 +
112 +
111 111  == 1.3 Features ==
112 112  
113 113  
... ... @@ -120,6 +120,8 @@
120 120  * Support Modbus protocol
121 121  * Support Interrupt uplink (Since hardware version v1.2)
122 122  
125 +
126 +
123 123  == 1.4 Applications ==
124 124  
125 125  
... ... @@ -130,6 +130,8 @@
130 130  * Smart Cities
131 131  * Smart Factory
132 132  
137 +
138 +
133 133  == 1.5 Firmware Change log ==
134 134  
135 135  
... ... @@ -361,6 +361,8 @@
361 361  )))
362 362  )))
363 363  
370 +
371 +
364 364  === 3.3.2 Configure sensors ===
365 365  
366 366  
... ... @@ -388,6 +388,8 @@
388 388  )))
389 389  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
390 390  
399 +
400 +
391 391  === 3.3.3 Configure read commands for each sampling ===
392 392  
393 393  
... ... @@ -576,8 +576,26 @@
576 576  == 3.4 Uplink Payload ==
577 577  
578 578  
579 -(% aria-label="image-20220606110929-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220606110929-1.png||data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]]
589 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:520px" %)
590 +|(% style="width:90px" %)(((
591 +Size(bytes)
592 +)))|(% style="width:114px" %)1|(% style="width:353px" %)(((
593 +Length depends on the return from the commands
594 +)))
595 +|(% style="width:90px" %)(((
596 +Value
597 +)))|(% style="width:114px" %)(((
598 +PAYLOAD_VER
599 +)))|(% style="width:353px" %)(((
600 +If the valid payload is too long and exceed the maximum
580 580  
602 +support payload length in server, server will show payload not
603 +
604 +provided in the LoRaWAN server.
605 +)))
606 +
607 +(% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]]
608 +
581 581  (% title="Click and drag to resize" %)​
582 582  
583 583  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
... ... @@ -1176,9 +1176,26 @@
1176 1176  )))
1177 1177  
1178 1178  
1207 +==== (% style="color:blue" %)**Configure Databit (Since Version 1.4.0)**(%%) ====
1179 1179  
1209 +* (((
1210 +(% style="color:#037691" %)** AT Command:**
1211 +)))
1180 1180  
1213 +**~ AT+DATABIT=7  **~/~/ Set the data bits to 7
1181 1181  
1215 +**~ AT+DATABIT=8  **~/~/ Set the data bits to 8
1216 +
1217 +* (((
1218 +(% style="color:#037691" %)**Downlink Payload:**
1219 +)))
1220 +
1221 +**~ A7 04 07**: Same as  AT+DATABIT=7
1222 +
1223 +**~ A7 04 08**: Same as  AT+DATABIT=8
1224 +
1225 +
1226 +
1182 1182  ==== (% style="color:blue" %)**Encrypted payload**(%%) ====
1183 1183  
1184 1184  (((
... ... @@ -1254,20 +1254,17 @@
1254 1254  
1255 1255  (% style="color:#4472c4" %)** AT+RPL=5**  (%%) ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1256 1256  
1257 -
1258 1258  Example:**aa xx xx xx xx**         ~/~/ aa indicates whether the configuration has changed, 00 is yes, 01 is no; xx xx xx xx are the bytes sent.
1259 1259  
1260 1260  
1261 1261  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173747-6.png?width=1124&height=165&rev=1.1||alt="image-20220823173747-6.png"]]
1262 1262  
1263 -
1264 -
1265 1265  For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1266 1266  
1267 1267  
1310 +
1268 1268  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173833-7.png?width=1124&height=149&rev=1.1||alt="image-20220823173833-7.png"]]
1269 1269  
1270 -
1271 1271  For example, if 01 00 02 58 is issued, a valid configuration of 01 01 00 02 58 will be returned.
1272 1272  
1273 1273  
... ... @@ -1309,7 +1309,7 @@
1309 1309  (% style="color:#037691" %)**Downlink Payload:**
1310 1310  )))
1311 1311  
1312 -(% style="color:#4472c4" %)** A6 aa bb bb               ** (%%) ~/~/same as AT+RXMODE=aa,bb
1354 +(% style="color:#4472c4" %)** A6 aa bb bb               ** (%%) ~/~/ same as AT+RXMODE=aa,bb
1313 1313  
1314 1314  [[image:image-20220824144240-1.png]]
1315 1315  
... ... @@ -1426,20 +1426,24 @@
1426 1426  == 3.7 Buttons ==
1427 1427  
1428 1428  
1429 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1471 +(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1430 1430  |=(% style="width: 50px;" %)**Button**|=(% style="width: 361px;" %)**Feature**
1431 1431  |(% style="width:50px" %)**ACT**|(% style="width:361px" %)If RS485 joined in network, press this button for more than 1 second, RS485 will upload a packet, and the SYS LED will give a (% style="color:blue" %)**Blue blink**
1432 1432  |(% style="width:50px" %)**RST**|(% style="width:361px" %)Reboot RS485
1433 1433  |(% style="width:50px" %)**PRO**|(% style="width:361px" %)Use for upload image, see [[How to Update Image>>||anchor="H6.1Howtoupgradetheimage3F"]]
1434 1434  
1477 +
1478 +
1435 1435  == 3.8 LEDs ==
1436 1436  
1437 1437  
1438 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1482 +(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1439 1439  |=(% style="width: 50px;" %)**LEDs**|=(% style="width: 380px;" %)**Feature**
1440 1440  |**PWR**|Always on if there is power
1441 1441  |**SYS**|After device is powered on, the SYS will (% style="color:green" %)**fast blink in GREEN**(%%) for 5 times, means RS485-LN start to join LoRaWAN network. If join success, SYS will be (% style="color:green" %)**on GREEN for 5 seconds** (%%)**. **SYS will (% style="color:green" %)**blink Blue**(%%) on every upload and (% style="color:green" %)**blink Green**(%%) once receive a downlink message.
1442 1442  
1487 +
1488 +
1443 1443  = 4. Case Study =
1444 1444  
1445 1445  
... ... @@ -1684,6 +1684,8 @@
1684 1684  * (% style="color:red" %)**RU864**(%%):  frequency bands RU864
1685 1685  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1686 1686  
1733 +
1734 +
1687 1687  = 9.Packing Info =
1688 1688  
1689 1689  
... ... @@ -1700,6 +1700,8 @@
1700 1700  * Package Size / pcs : 14.5 x 8 x 5 cm
1701 1701  * Weight / pcs : 170g
1702 1702  
1751 +
1752 +
1703 1703  = 10. FCC Caution for RS485LN-US915 =
1704 1704  
1705 1705  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0