<
From version < 76.1 >
edited by Edwin Chen
on 2022/10/06 15: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
... ... @@ -109,6 +109,7 @@
109 109  * Packet engine up to 256 bytes with CRC
110 110  
111 111  
112 +
112 112  == 1.3 Features ==
113 113  
114 114  
... ... @@ -122,6 +122,7 @@
122 122  * Support Interrupt uplink (Since hardware version v1.2)
123 123  
124 124  
126 +
125 125  == 1.4 Applications ==
126 126  
127 127  
... ... @@ -133,6 +133,7 @@
133 133  * Smart Factory
134 134  
135 135  
138 +
136 136  == 1.5 Firmware Change log ==
137 137  
138 138  
... ... @@ -365,6 +365,7 @@
365 365  )))
366 366  
367 367  
371 +
368 368  === 3.3.2 Configure sensors ===
369 369  
370 370  
... ... @@ -393,6 +393,7 @@
393 393  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
394 394  
395 395  
400 +
396 396  === 3.3.3 Configure read commands for each sampling ===
397 397  
398 398  
... ... @@ -516,7 +516,6 @@
516 516  1. PAYLOAD#: Number of this uplink. (from 0,1,2,3…,to PAYLOAD COUNT)
517 517  1. DATA: Valid value: max 8 bytes for each uplink so each uplink <= 11 bytes. For the last uplink, DATA will might less than 8 bytes
518 518  
519 -
520 520  (% aria-label="image-20220602155039-4.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220602155039-4.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"]](% title="Click and drag to resize" %)​
521 521  
522 522  
... ... @@ -582,8 +582,26 @@
582 582  == 3.4 Uplink Payload ==
583 583  
584 584  
585 -(% 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
586 586  
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 +
587 587  (% title="Click and drag to resize" %)​
588 588  
589 589  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
... ... @@ -645,7 +645,7 @@
645 645  
646 646  
647 647  (((
648 -This command is used to configure the RS485 devices; they won't be used during sampling.
670 +This command is used to configure the RS485 devices; they won't be used during sampling. Max Length of AT+CFGDEV is **40 bytes**.
649 649  )))
650 650  
651 651  (((
... ... @@ -1182,9 +1182,26 @@
1182 1182  )))
1183 1183  
1184 1184  
1207 +==== (% style="color:blue" %)**Configure Databit (Since Version 1.4.0)**(%%) ====
1185 1185  
1209 +* (((
1210 +(% style="color:#037691" %)** AT Command:**
1211 +)))
1186 1186  
1213 +**~ AT+DATABIT=7  **~/~/ Set the data bits to 7
1187 1187  
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 +
1188 1188  ==== (% style="color:blue" %)**Encrypted payload**(%%) ====
1189 1189  
1190 1190  (((
... ... @@ -1260,20 +1260,17 @@
1260 1260  
1261 1261  (% 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.
1262 1262  
1263 -
1264 1264  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.
1265 1265  
1266 1266  
1267 1267  [[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"]]
1268 1268  
1269 -
1270 -
1271 1271  For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1272 1272  
1273 1273  
1310 +
1274 1274  [[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"]]
1275 1275  
1276 -
1277 1277  For example, if 01 00 02 58 is issued, a valid configuration of 01 01 00 02 58 will be returned.
1278 1278  
1279 1279  
... ... @@ -1315,7 +1315,7 @@
1315 1315  (% style="color:#037691" %)**Downlink Payload:**
1316 1316  )))
1317 1317  
1318 -(% 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
1319 1319  
1320 1320  [[image:image-20220824144240-1.png]]
1321 1321  
... ... @@ -1432,7 +1432,7 @@
1432 1432  == 3.7 Buttons ==
1433 1433  
1434 1434  
1435 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1471 +(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1436 1436  |=(% style="width: 50px;" %)**Button**|=(% style="width: 361px;" %)**Feature**
1437 1437  |(% 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**
1438 1438  |(% style="width:50px" %)**RST**|(% style="width:361px" %)Reboot RS485
... ... @@ -1439,15 +1439,17 @@
1439 1439  |(% style="width:50px" %)**PRO**|(% style="width:361px" %)Use for upload image, see [[How to Update Image>>||anchor="H6.1Howtoupgradetheimage3F"]]
1440 1440  
1441 1441  
1478 +
1442 1442  == 3.8 LEDs ==
1443 1443  
1444 1444  
1445 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1482 +(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1446 1446  |=(% style="width: 50px;" %)**LEDs**|=(% style="width: 380px;" %)**Feature**
1447 1447  |**PWR**|Always on if there is power
1448 1448  |**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.
1449 1449  
1450 1450  
1488 +
1451 1451  = 4. Case Study =
1452 1452  
1453 1453  
... ... @@ -1693,6 +1693,7 @@
1693 1693  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1694 1694  
1695 1695  
1734 +
1696 1696  = 9.Packing Info =
1697 1697  
1698 1698  
... ... @@ -1710,6 +1710,7 @@
1710 1710  * Weight / pcs : 170g
1711 1711  
1712 1712  
1752 +
1713 1713  = 10. FCC Caution for RS485LN-US915 =
1714 1714  
1715 1715  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0