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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -109,7 +109,6 @@
109 109  * Packet engine up to 256 bytes with CRC
110 110  
111 111  
112 -
113 113  == 1.3 Features ==
114 114  
115 115  
... ... @@ -123,7 +123,6 @@
123 123  * Support Interrupt uplink (Since hardware version v1.2)
124 124  
125 125  
126 -
127 127  == 1.4 Applications ==
128 128  
129 129  
... ... @@ -135,7 +135,6 @@
135 135  * Smart Factory
136 136  
137 137  
138 -
139 139  == 1.5 Firmware Change log ==
140 140  
141 141  
... ... @@ -368,7 +368,6 @@
368 368  )))
369 369  
370 370  
371 -
372 372  === 3.3.2 Configure sensors ===
373 373  
374 374  
... ... @@ -397,7 +397,6 @@
397 397  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
398 398  
399 399  
400 -
401 401  === 3.3.3 Configure read commands for each sampling ===
402 402  
403 403  
... ... @@ -521,6 +521,7 @@
521 521  1. PAYLOAD#: Number of this uplink. (from 0,1,2,3…,to PAYLOAD COUNT)
522 522  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
523 523  
519 +
524 524  (% 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" %)​
525 525  
526 526  
... ... @@ -586,26 +586,8 @@
586 586  == 3.4 Uplink Payload ==
587 587  
588 588  
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
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"]]
601 601  
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 -
609 609  (% title="Click and drag to resize" %)​
610 610  
611 611  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
... ... @@ -667,7 +667,7 @@
667 667  
668 668  
669 669  (((
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**.
648 +This command is used to configure the RS485 devices; they won't be used during sampling.
671 671  )))
672 672  
673 673  (((
... ... @@ -1204,26 +1204,9 @@
1204 1204  )))
1205 1205  
1206 1206  
1207 -==== (% style="color:blue" %)**Configure Databit (Since Version 1.4.0)**(%%) ====
1208 1208  
1209 -* (((
1210 -(% style="color:#037691" %)** AT Command:**
1211 -)))
1212 1212  
1213 -**~ AT+DATABIT=7  **~/~/ Set the data bits to 7
1214 1214  
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 -
1227 1227  ==== (% style="color:blue" %)**Encrypted payload**(%%) ====
1228 1228  
1229 1229  (((
... ... @@ -1299,17 +1299,20 @@
1299 1299  
1300 1300  (% 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.
1301 1301  
1263 +
1302 1302  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.
1303 1303  
1304 1304  
1305 1305  [[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"]]
1306 1306  
1307 -For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1308 1308  
1309 1309  
1271 +For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1310 1310  
1273 +
1311 1311  [[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"]]
1312 1312  
1276 +
1313 1313  For example, if 01 00 02 58 is issued, a valid configuration of 01 01 00 02 58 will be returned.
1314 1314  
1315 1315  
... ... @@ -1351,7 +1351,7 @@
1351 1351  (% style="color:#037691" %)**Downlink Payload:**
1352 1352  )))
1353 1353  
1354 -(% style="color:#4472c4" %)** A6 aa bb bb               ** (%%) ~/~/ same as AT+RXMODE=aa,bb
1318 +(% style="color:#4472c4" %)** A6 aa bb bb               ** (%%) ~/~/same as AT+RXMODE=aa,bb
1355 1355  
1356 1356  [[image:image-20220824144240-1.png]]
1357 1357  
... ... @@ -1468,7 +1468,7 @@
1468 1468  == 3.7 Buttons ==
1469 1469  
1470 1470  
1471 -(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1435 +(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1472 1472  |=(% style="width: 50px;" %)**Button**|=(% style="width: 361px;" %)**Feature**
1473 1473  |(% 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**
1474 1474  |(% style="width:50px" %)**RST**|(% style="width:361px" %)Reboot RS485
... ... @@ -1475,17 +1475,15 @@
1475 1475  |(% style="width:50px" %)**PRO**|(% style="width:361px" %)Use for upload image, see [[How to Update Image>>||anchor="H6.1Howtoupgradetheimage3F"]]
1476 1476  
1477 1477  
1478 -
1479 1479  == 3.8 LEDs ==
1480 1480  
1481 1481  
1482 -(% border="1.5" cellspacing="4" style="background-color:#ffffcc; width:430px" %)
1445 +(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1483 1483  |=(% style="width: 50px;" %)**LEDs**|=(% style="width: 380px;" %)**Feature**
1484 1484  |**PWR**|Always on if there is power
1485 1485  |**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.
1486 1486  
1487 1487  
1488 -
1489 1489  = 4. Case Study =
1490 1490  
1491 1491  
... ... @@ -1731,7 +1731,6 @@
1731 1731  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1732 1732  
1733 1733  
1734 -
1735 1735  = 9.Packing Info =
1736 1736  
1737 1737  
... ... @@ -1749,7 +1749,6 @@
1749 1749  * Weight / pcs : 170g
1750 1750  
1751 1751  
1752 -
1753 1753  = 10. FCC Caution for RS485LN-US915 =
1754 1754  
1755 1755  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0