<
From version < 77.1 >
edited by Edwin Chen
on 2022/10/07 12:44
To version < 79.3 >
edited by Xiaoling
on 2022/10/27 10:49
>
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
... ... @@ -33,40 +33,28 @@
33 33  
34 34  == 1.1 What is RS485-LN RS485 to LoRaWAN Converter ==
35 35  
36 -(((
37 -(((
38 -(((
39 -
40 40  
37 +(((
41 41  The Dragino RS485-LN is a (% style="color:blue" %)**RS485 to LoRaWAN Converter**(%%). It converts the RS485 signal into LoRaWAN wireless signal which simplify the IoT installation and reduce the installation/maintaining cost.
42 42  )))
43 -)))
44 44  
45 45  (((
46 -(((
47 47  RS485-LN allows user to (% style="color:blue" %)**monitor / control RS485 devices**(%%) and reach extremely long ranges. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption. It targets professional wireless sensor network applications such as irrigation systems, smart metering, smart cities, smartphone detection, building automation, and so on.
48 48  )))
49 -)))
50 50  
51 51  (((
52 -(((
53 53  (% style="color:blue" %)**For data uplink**(%%), RS485-LN sends user-defined commands to RS485 devices and gets the return from the RS485 devices. RS485-LN will process these returns according to user-define rules to get the final payload and upload to LoRaWAN server.
54 54  )))
55 -)))
56 56  
57 57  (((
58 -(((
59 59  (% style="color:blue" %)**For data downlink**(%%), RS485-LN runs in LoRaWAN Class C. When there downlink commands from LoRaWAN server, RS485-LN will forward the commands from LoRaWAN server to RS485 devices.
60 60  )))
61 61  
62 62  (((
63 63  (% style="color:blue" %)**Demo Dashboard for RS485-LN**(%%) connect to two energy meters: [[https:~~/~~/app.datacake.de/dashboard/d/58844a26-378d-4c5a-aaf5-b5b5b153447a>>url:https://app.datacake.de/dashboard/d/58844a26-378d-4c5a-aaf5-b5b5b153447a]]
64 -
65 -
66 66  )))
67 -)))
68 -)))
69 69  
57 +
70 70  (% aria-label="1653267211009-519.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:1653267211009-519.png||data-widget="image" height="419" width="724"]](% 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" %)​
71 71  
72 72  
... ... @@ -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"]]
567 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:520px" %)
568 +|(% style="width:90px" %)(((
569 +Size(bytes)
570 +)))|(% style="width:114px" %)1|(% style="width:353px" %)(((
571 +Length depends on the return from the commands
572 +)))
573 +|(% style="width:90px" %)(((
574 +Value
575 +)))|(% style="width:114px" %)(((
576 +PAYLOAD_VER
577 +)))|(% style="width:353px" %)(((
578 +If the valid payload is too long and exceed the maximum
580 580  
580 +support payload length in server, server will show payload not
581 +
582 +provided in the LoRaWAN server.
583 +)))
584 +
585 +(% 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"]]
586 +
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  
1185 +==== (% style="color:blue" %)**Configure Databit (Since Version 1.4.0)**(%%) ====
1179 1179  
1187 +* (((
1188 +(% style="color:#037691" %)** AT Command:**
1189 +)))
1180 1180  
1191 +**~ AT+DATABIT=7    **~/~/ Set the data bits to 7
1181 1181  
1193 +**~ AT+DATABIT=8    **~/~/ Set the data bits to 8
1194 +
1195 +* (((
1196 +(% style="color:#037691" %)**Downlink Payload:**
1197 +)))
1198 +
1199 +**~ A7 04 07**: Same as  AT+DATABIT=7
1200 +
1201 +**~ A7 04 08**: Same as  AT+DATABIT=8
1202 +
1203 +
1204 +
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  
1288 +
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
1332 +(% 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,7 +1426,7 @@
1426 1426  == 3.7 Buttons ==
1427 1427  
1428 1428  
1429 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1449 +(% 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
... ... @@ -1435,7 +1435,7 @@
1435 1435  == 3.8 LEDs ==
1436 1436  
1437 1437  
1438 -(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1458 +(% 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.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0