<
From version < 77.1 >
edited by Edwin Chen
on 2022/10/07 12:44
To version < 73.9 >
edited by Xiaoling
on 2022/09/12 11:37
>
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,9 @@
361 361  )))
362 362  )))
363 363  
370 +
371 +
372 +
364 364  === 3.3.2 Configure sensors ===
365 365  
366 366  
... ... @@ -388,6 +388,9 @@
388 388  )))
389 389  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
390 390  
400 +
401 +
402 +
391 391  === 3.3.3 Configure read commands for each sampling ===
392 392  
393 393  
... ... @@ -495,7 +495,7 @@
495 495  
496 496  )))
497 497  
498 -[[image:image-20220929111027-1.png||height="509" width="685"]](% title="Click and drag to resize" %)​
510 +(% aria-label="1653269759169-150.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:1653269759169-150.png||data-widget="image" height="513" width="716"]](% 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" %)​
499 499  
500 500  
501 501  (% style="color:#037691" %)**Examples: AT+DATAUP=1**
... ... @@ -503,7 +503,7 @@
503 503  
504 504  Compose the uplink payload with value returns in sequence and send with (% style="color:red" %)**Multiply UPLINKs**.
505 505  
506 -Final Payload is (% style="color:#4f81bd" %)**PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**
518 +Final Payload is (% style="color:#4f81bd" %)**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**
507 507  
508 508  
509 509  1. PAYVER: Defined by AT+PAYVER
... ... @@ -534,13 +534,27 @@
534 534  
535 535   ~* For all other bands: max 51 bytes for each uplink.
536 536  
549 +(% style="color:red" %)*** When AT+DATAUP=1, the maximum number of segments is 15, and the maximum total number of bytes is 1500;**
537 537  
538 -(% style="color:red" %)** When AT+DATAUP=1, the maximum number of segments is 15, and the maximum total number of bytes is 1500;**
551 +(% style="color:red" %)** When AT+DATAUP=1 and AT+ADR=0, the maximum number of bytes of each payload is determined by the DR value. (Since v1.4.0)**
539 539  
540 -(% style="color:red" %)** When AT+DATAUP=1 and AT+ADR=0, the maximum number of bytes of each payload is determined by the DR value. (Since v1.4.0)**
541 541  
554 +(% style="color:#4f81bd" %)**If the data is empty, return to the display(Since v1.4.0)**
542 542  
556 +1 )  When (% style="color:blue" %)**AT+MOD=1**(%%), if the data intercepted by** AT+DATACUT** or **AT+MBFUN** is empty, it will display **NULL**, and the payload will be filled with **n FFs**.
543 543  
558 +
559 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/test/WebHome/image-20220824114359-3.png?width=1106&height=297&rev=1.1||alt="image-20220824114359-3.png" height="297" width="1106"]]
560 +
561 +
562 +
563 +2 )  When (% style="color:blue" %)**AT+MOD=2**(%%), if the data intercepted by **AT+DATACUT** or **AT+MBFUN** is empty, it will display **NULL**, and the payload will be filled with **n 00s**.
564 +
565 +
566 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/test/WebHome/image-20220824114330-2.png?rev=1.1||alt="image-20220824114330-2.png"]]
567 +
568 +
569 +
544 544  Below are the uplink payloads:
545 545  
546 546  
... ... @@ -639,7 +639,7 @@
639 639  
640 640  
641 641  (((
642 -This command is used to configure the RS485 devices; they won't be used during sampling. Max Length of AT+CFGDEV is **40 bytes**.
668 +This command is used to configure the RS485 devices; they won't be used during sampling.
643 643  )))
644 644  
645 645  (((
... ... @@ -786,16 +786,14 @@
786 786  )))
787 787  
788 788  
789 -**1 )  Add the interrupt flag at the highest bit of the Payver byte, that is, Byte7 of the first byte. (Since v1.4.0)**
815 +1 )  Add the interrupt flag at the highest bit of the Payver byte, that is, Byte7 of the first byte. (Since v1.4.0)
790 790  
791 -
792 792  [[image:image-20220824145428-2.png||height="168" width="1300"]]
793 793  
794 794  
820 +2 )  if the data intercepted by AT+DATACUT or AT+MBFUN is empty, it will display NULL, and the payload will be filled with n FFs.
795 795  
796 -**2 )  if the data intercepted by AT+DATACUT or AT+MBFUN is empty, it will display NULL, and the payload will be filled with n FFs.**
797 797  
798 -
799 799  [[image:image-20220824145428-3.png||height="308" width="1200"]]
800 800  
801 801  
... ... @@ -921,10 +921,8 @@
921 921  
922 922  )))
923 923  
924 -(% aria-label="image-20220602165351-6.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220602165351-6.png||data-widget="image"]]
948 +(% aria-label="image-20220602165351-6.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220602165351-6.png||data-widget="image"]](% title="Click and drag to resize" %)​
925 925  
926 -(% title="Click and drag to resize" %)​
927 -
928 928  (% aria-label="image-20220602165351-7.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220602165351-7.png||data-widget="image"]](% title="Click and drag to resize" %)​
929 929  
930 930  
... ... @@ -1121,10 +1121,15 @@
1121 1121  
1122 1122  (((
1123 1123  Set the Rs485 serial communication parameters:
1146 +
1147 +
1124 1124  )))
1125 1125  
1126 -(((
1127 -(% style="color:#037691" %)**AT Command:**
1150 +* (((
1151 +(% style="color:#037691" %)** AT Command:**
1152 +
1153 +
1154 +
1128 1128  )))
1129 1129  
1130 1130  (((
... ... @@ -1131,7 +1131,7 @@
1131 1131  * Set Baud Rate
1132 1132  )))
1133 1133  
1134 -(% style="color:#4472c4" %)** AT+BAUDR=9600** (%%) ~/~/  Options: (200~~115200)  When using low baud rate or receiving multiple bytes, you need to use AT+CMDDL to increase the receive timeout (the default receive timeout is 400ms), otherwise data will be lost
1161 +(% style="color:#4472c4" %)** AT+BAUDR=9600** (%%) ~/~/  Options: (200~~115200)  When using low baud rate or receiving multiple bytes, you need to use AT+CMDDL to increase the receive timeout (the default receive timeout is 400ms), otherwise data will be lost
1135 1135  
1136 1136  
1137 1137  (((
... ... @@ -1138,7 +1138,7 @@
1138 1138  * Set UART Parity
1139 1139  )))
1140 1140  
1141 -(% style="color:#4472c4" %)** AT+PARITY=0** (%%) ~/~/  Option: 0: no parity, 1: odd parity, 2: even parity
1168 +(% style="color:#4472c4" %)** AT+PARITY=0** (%%) ~/~/  Option: 0: no parity, 1: odd parity, 2: even parity
1142 1142  
1143 1143  
1144 1144  (((
... ... @@ -1145,18 +1145,21 @@
1145 1145  * Set STOPBIT
1146 1146  )))
1147 1147  
1148 -(% style="color:#4472c4" %)** AT+STOPBIT=0** (%%) ~/~/  Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1175 +(% style="color:#4472c4" %)** AT+STOPBIT=0** (%%) ~/~/  Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1149 1149  
1150 1150  
1151 -(((
1152 -(% style="color:#037691" %)**Downlink Payload:**
1178 +
1179 +* (((
1180 +(% style="color:#037691" %)** Downlink Payload:**
1153 1153  )))
1154 1154  
1155 1155  (((
1156 -(% style="color:#4472c4" %)** A7 01 aa bb**:   (%%) Same  AT+BAUDR=hex(aa bb)*100
1184 +(% style="color:#4472c4" %)** A7 01 aa bb**:   (%%) Same  AT+BAUDR=hex(aa bb)*100
1157 1157  )))
1158 1158  
1159 1159  (((
1188 +
1189 +
1160 1160  **Example:**
1161 1161  )))
1162 1162  
... ... @@ -1403,8 +1403,6 @@
1403 1403  
1404 1404  (((
1405 1405  RS485-LN will capture both and send the uplink: (% style="background-color:#ffc000" %)01 03 00 00 00 02 c4 0b  (% style="background-color:green" %)01 03 04 00 00 00 00 fa 33
1406 -
1407 -
1408 1408  )))
1409 1409  
1410 1410  (((
... ... @@ -1432,6 +1432,8 @@
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  
1463 +
1464 +
1435 1435  == 3.8 LEDs ==
1436 1436  
1437 1437  
... ... @@ -1440,6 +1440,8 @@
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  
1473 +
1474 +
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  
1719 +
1720 +
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  
1737 +
1738 +
1703 1703  = 10. FCC Caution for RS485LN-US915 =
1704 1704  
1705 1705  
image-20220929111027-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -240.0 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0