<
From version < 75.1 >
edited by Bei Jinggeng
on 2022/09/29 11:11
To version < 73.8 >
edited by Xiaoling
on 2022/09/12 11:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -82,11 +82,13 @@
82 82  ** Idle: 32mA@12v
83 83  ** 20dB Transmit: 65mA@12v
84 84  
85 +
85 85  (% style="color:#037691" %)**Interface for Model:**
86 86  
87 87  * RS485
88 88  * Power Input 7~~ 24V DC. 
89 89  
91 +
90 90  (% style="color:#037691" %)**LoRa Spec:**
91 91  
92 92  * Frequency Range:
... ... @@ -109,6 +109,7 @@
109 109  * Packet engine up to 256 bytes with CRC
110 110  
111 111  
114 +
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  
128 +
125 125  == 1.4 Applications ==
126 126  
127 127  
... ... @@ -133,6 +133,7 @@
133 133  * Smart Factory
134 134  
135 135  
140 +
136 136  == 1.5 Firmware Change log ==
137 137  
138 138  
... ... @@ -365,7 +365,6 @@
365 365  )))
366 366  
367 367  
368 -
369 369  === 3.3.2 Configure sensors ===
370 370  
371 371  
... ... @@ -394,7 +394,6 @@
394 394  )))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
395 395  
396 396  
397 -
398 398  === 3.3.3 Configure read commands for each sampling ===
399 399  
400 400  
... ... @@ -502,7 +502,7 @@
502 502  
503 503  )))
504 504  
505 -[[image:image-20220929111027-1.png||height="509" width="685"]](% title="Click and drag to resize" %)​
508 +(% 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" %)​
506 506  
507 507  
508 508  (% style="color:#037691" %)**Examples: AT+DATAUP=1**
... ... @@ -510,7 +510,7 @@
510 510  
511 511  Compose the uplink payload with value returns in sequence and send with (% style="color:red" %)**Multiply UPLINKs**.
512 512  
513 -Final Payload is (% style="color:#4f81bd" %)**PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**
516 +Final Payload is (% style="color:#4f81bd" %)**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**
514 514  
515 515  
516 516  1. PAYVER: Defined by AT+PAYVER
... ... @@ -546,8 +546,22 @@
546 546  (% 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)**
547 547  
548 548  
552 +(% style="color:#4f81bd" %)**If the data is empty, return to the display(Since v1.4.0)**
549 549  
554 +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**.
550 550  
556 +
557 +[[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"]]
558 +
559 +
560 +
561 +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**.
562 +
563 +
564 +[[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"]]
565 +
566 +
567 +
551 551  Below are the uplink payloads:
552 552  
553 553  
... ... @@ -1442,6 +1442,7 @@
1442 1442  |(% style="width:50px" %)**PRO**|(% style="width:361px" %)Use for upload image, see [[How to Update Image>>||anchor="H6.1Howtoupgradetheimage3F"]]
1443 1443  
1444 1444  
1462 +
1445 1445  == 3.8 LEDs ==
1446 1446  
1447 1447  
... ... @@ -1451,6 +1451,7 @@
1451 1451  |**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.
1452 1452  
1453 1453  
1472 +
1454 1454  = 4. Case Study =
1455 1455  
1456 1456  
... ... @@ -1696,6 +1696,7 @@
1696 1696  * (% style="color:red" %)**KZ865**(%%):  frequency bands KZ865
1697 1697  
1698 1698  
1718 +
1699 1699  = 9.Packing Info =
1700 1700  
1701 1701  
... ... @@ -1713,6 +1713,7 @@
1713 1713  * Weight / pcs : 170g
1714 1714  
1715 1715  
1736 +
1716 1716  = 10. FCC Caution for RS485LN-US915 =
1717 1717  
1718 1718  
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