<
From version < 32.6 >
edited by Xiaoling
on 2022/06/02 15:25
To version < 32.16 >
edited by Xiaoling
on 2022/06/02 15:30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,6 +76,8 @@
76 76  * Automatic RF Sense and CAD with ultra-fast AFC.
77 77  * Packet engine up to 256 bytes with CRC.
78 78  
79 +
80 +
79 79  == 1.3 Features ==
80 80  
81 81  * LoRaWAN Class A & Class C protocol (default Class C)
... ... @@ -87,6 +87,8 @@
87 87  * Support Modbus protocol
88 88  * Support Interrupt uplink (Since hardware version v1.2)
89 89  
92 +
93 +
90 90  == 1.4 Applications ==
91 91  
92 92  * Smart Buildings & Home Automation
... ... @@ -96,10 +96,13 @@
96 96  * Smart Cities
97 97  * Smart Factory
98 98  
103 +
104 +
99 99  == 1.5 Firmware Change log ==
100 100  
101 101  [[RS485-LN Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/]]
102 102  
109 +
103 103  == 1.6 Hardware Change log ==
104 104  
105 105  (((
... ... @@ -107,6 +107,8 @@
107 107  v1.2: Add External Interrupt Pin.
108 108  
109 109  v1.0: Release
117 +
118 +
110 110  )))
111 111  )))
112 112  
... ... @@ -123,6 +123,8 @@
123 123  )))
124 124  
125 125  [[image:1653268091319-405.png]]
135 +
136 +
126 126  )))
127 127  
128 128  = 3. Operation Mode =
... ... @@ -131,6 +131,8 @@
131 131  
132 132  (((
133 133  The RS485-LN is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network. To connect a local LoRaWAN network, user just need to input the OTAA keys in the network server and power on the RS485-LN. It will auto join the network via OTAA.
145 +
146 +
134 134  )))
135 135  
136 136  == 3.2 Example to join LoRaWAN network ==
... ... @@ -139,10 +139,15 @@
139 139  
140 140  [[image:1653268155545-638.png||height="334" width="724"]]
141 141  
155 +
142 142  (((
157 +(((
143 143  The RS485-LN in this example connected to two RS485 devices for demonstration, user can connect to other RS485 devices via the same method. The connection is as below:
159 +)))
144 144  
161 +(((
145 145  485A+ and 485B- of the sensor are connected to RS485A and RA485B of RS485-LN respectively.
163 +)))
146 146  
147 147  [[image:1653268227651-549.png||height="592" width="720"]]
148 148  
... ... @@ -194,6 +194,7 @@
194 194  
195 195  [[image:1652953568895-172.png||height="232" width="724"]]
196 196  
215 +
197 197  == 3.3 Configure Commands to read data ==
198 198  
199 199  (((
... ... @@ -203,6 +203,8 @@
203 203  
204 204  (((
205 205  (% style="color:red" %)Note: below description and commands are for firmware version >v1.1, if you have firmware version v1.0. Please check the [[user manual v1.0>>url:http://www.dragino.com/downloads/index.php?dir=RS485-LN/&file=RS485-LN_UserManual_v1.0.1.pdf]] or upgrade the firmware to v1.1
225 +
226 +
206 206  )))
207 207  )))
208 208  
... ... @@ -210,19 +210,19 @@
210 210  
211 211  To use RS485-LN to read data from RS485 sensors, connect the RS485-LN A/B traces to the sensors. And user need to make sure RS485-LN use the match UART setting to access the sensors. The related commands for UART settings are:
212 212  
213 -(% border="1" style="background-color:#ffffcc; color:green; width:795px" %)
214 -|(((
234 +(% border="1" style="background-color:#ffffcc; color:green; width:782px" %)
235 +|(% style="width:128px" %)(((
215 215  **AT Commands**
216 -)))|(% style="width:285px" %)(((
237 +)))|(% style="width:305px" %)(((
217 217  **Description**
218 -)))|(% style="width:347px" %)(((
239 +)))|(% style="width:346px" %)(((
219 219  **Example**
220 220  )))
221 -|(((
242 +|(% style="width:128px" %)(((
222 222  AT+BAUDR
223 -)))|(% style="width:285px" %)(((
244 +)))|(% style="width:305px" %)(((
224 224  Set the baud rate (for RS485 connection). Default Value is: 9600.
225 -)))|(% style="width:347px" %)(((
246 +)))|(% style="width:346px" %)(((
226 226  (((
227 227  AT+BAUDR=9600
228 228  )))
... ... @@ -231,11 +231,11 @@
231 231  Options: (1200,2400,4800,14400,19200,115200)
232 232  )))
233 233  )))
234 -|(((
255 +|(% style="width:128px" %)(((
235 235  AT+PARITY
236 -)))|(% style="width:285px" %)(((
257 +)))|(% style="width:305px" %)(((
237 237  Set UART parity (for RS485 connection)
238 -)))|(% style="width:347px" %)(((
259 +)))|(% style="width:346px" %)(((
239 239  (((
240 240  AT+PARITY=0
241 241  )))
... ... @@ -244,9 +244,9 @@
244 244  Option: 0: no parity, 1: odd parity, 2: even parity
245 245  )))
246 246  )))
247 -|(((
268 +|(% style="width:128px" %)(((
248 248  AT+STOPBIT
249 -)))|(% style="width:285px" %)(((
270 +)))|(% style="width:305px" %)(((
250 250  (((
251 251  Set serial stopbit (for RS485 connection)
252 252  )))
... ... @@ -254,7 +254,7 @@
254 254  (((
255 255  
256 256  )))
257 -)))|(% style="width:347px" %)(((
278 +)))|(% style="width:346px" %)(((
258 258  (((
259 259  AT+STOPBIT=0 for 1bit
260 260  )))
... ... @@ -268,6 +268,7 @@
268 268  )))
269 269  )))
270 270  
292 +
271 271  === 3.3.2 Configure sensors ===
272 272  
273 273  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0