Last modified by Xiaoling on 2025/04/23 15:57

From version 40.35
edited by Xiaoling
on 2022/06/06 09:56
Change comment: There is no comment for this version
To version 40.26
edited by Xiaoling
on 2022/06/06 09:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -95,6 +95,7 @@
95 95  * Automatic RF Sense and CAD with ultra-fast AFC. ​​​
96 96  
97 97  
98 +
98 98  == 1.3 Features ==
99 99  
100 100  * LoRaWAN Class A & Class C protocol (default Class A)
... ... @@ -107,6 +107,7 @@
107 107  * Support Interrupt uplink
108 108  
109 109  
111 +
110 110  == 1.4 Applications ==
111 111  
112 112  * Smart Buildings & Home Automation
... ... @@ -117,6 +117,7 @@
117 117  * Smart Factory
118 118  
119 119  
122 +
120 120  == 1.5 Firmware Change log ==
121 121  
122 122  [[RS485-BL Image files – Download link and Change log>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/RS485-BL/Firmware/||style="background-color: rgb(255, 255, 255);"]]
... ... @@ -127,47 +127,29 @@
127 127  (((
128 128  
129 129  
130 -(((
131 131  v1.4
132 132  )))
133 -)))
134 134  
135 135  (((
136 -(((
137 137  ~1. Change Power IC to TPS22916
138 138  )))
139 -)))
140 140  
141 -(((
142 -
143 -)))
144 144  
145 145  (((
146 -(((
147 147  v1.3
148 148  )))
149 -)))
150 150  
151 151  (((
152 -(((
153 153  ~1. Change JP3 from KF350-8P to KF350-11P, Add one extra interface for I2C and one extra interface for one-wire
154 154  )))
155 -)))
156 156  
157 -(((
158 -
159 -)))
160 160  
161 161  (((
162 -(((
163 163  v1.2
164 164  )))
165 -)))
166 166  
167 167  (((
168 -(((
169 169  Release version ​​​​​
170 -)))
171 171  
172 172  
173 173  )))
... ... @@ -261,131 +261,84 @@
261 261  
262 262  === 3.3.1 onfigure UART settings for RS485 or TTL communication ===
263 263  
264 -(((
265 265  RS485-BL can connect to either RS485 sensors or TTL sensor. User need to specify what type of sensor need to connect.
266 -)))
267 267  
268 -(((
269 269  **~1. RS485-MODBUS mode:**
270 -)))
271 271  
272 -(((
273 273  AT+MOD=1 ~/~/ Support RS485-MODBUS type sensors. User can connect multiply RS485 , Modbus sensors to the A / B pins.
274 -)))
275 275  
276 -(((
277 277  **2. TTL mode:**
278 -)))
279 279  
280 -(((
281 281  AT+MOD=2 ~/~/ Support TTL Level sensors, User can connect one TTL Sensor to the TXD/RXD/GND pins.
282 -)))
283 283  
284 -(((
285 285  RS485-BL default UART settings is **9600, no parity, stop bit 1**. If the sensor has a different settings, user can change the RS485-BL setting to match.
286 -)))
287 287  
288 288  (% border="1" style="background-color:#ffffcc; color:green; width:795px" %)
289 289  |(((
290 -(((
291 291  **AT Commands**
292 -)))
293 293  )))|(% style="width:285px" %)(((
294 -(((
295 295  **Description**
296 -)))
297 297  )))|(% style="width:347px" %)(((
298 -(((
299 299  **Example**
300 300  )))
301 -)))
302 302  |(((
303 -(((
304 304  AT+BAUDR
305 -)))
306 306  )))|(% style="width:285px" %)(((
307 -(((
308 308  Set the baud rate (for RS485 connection). Default Value is: 9600.
309 -)))
310 310  )))|(% style="width:347px" %)(((
311 311  (((
312 -(((
313 313  AT+BAUDR=9600
314 314  )))
315 -)))
316 316  
317 317  (((
318 -(((
319 319  Options: (1200,2400,4800,14400,19200,115200)
320 320  )))
321 321  )))
322 -)))
323 323  |(((
324 -(((
325 325  AT+PARITY
326 -)))
327 327  )))|(% style="width:285px" %)(((
328 328  (((
329 -(((
330 330  Set UART parity (for RS485 connection)
331 331  )))
332 -)))
333 333  
334 334  (((
335 -(((
336 336  Default Value is: no parity.
337 337  )))
338 -)))
339 339  )))|(% style="width:347px" %)(((
340 340  (((
341 -(((
342 342  AT+PARITY=0
343 343  )))
344 -)))
345 345  
346 346  (((
347 -(((
348 348  Option: 0: no parity, 1: odd parity, 2: even parity
349 349  )))
350 350  )))
351 -)))
352 352  |(((
353 -(((
354 354  AT+STOPBIT
355 -)))
356 356  )))|(% style="width:285px" %)(((
357 357  (((
358 -(((
359 359  Set serial stopbit (for RS485 connection)
360 360  )))
361 -)))
362 362  
363 363  (((
364 -(((
365 365  Default Value is: 1bit.
366 366  )))
367 -)))
368 368  )))|(% style="width:347px" %)(((
369 369  (((
370 -(((
371 371  AT+STOPBIT=0 for 1bit
372 372  )))
373 -)))
374 374  
375 375  (((
376 -(((
377 377  AT+STOPBIT=1 for 1.5 bit
378 378  )))
379 -)))
380 380  
381 381  (((
382 -(((
383 383  AT+STOPBIT=2 for 2 bits
384 384  )))
385 385  )))
386 -)))
387 387  
388 388  
326 +
389 389  === 3.3.2 Configure sensors ===
390 390  
391 391  (((
... ... @@ -814,6 +814,7 @@
814 814  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL.  User can see these commands below:
815 815  
816 816  
755 +
817 817  === 3.5.1 Common Commands: ===
818 818  
819 819  They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.3, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
... ... @@ -1174,6 +1174,7 @@
1174 1174  |(% style="width:89px" %)**RST**|(% style="width:141px" %)Reboot RS485-BL
1175 1175  
1176 1176  
1116 +
1177 1177  == 3.7 +3V3 Output ==
1178 1178  
1179 1179  RS485-BL has a Controllable +3V3 output, user can use this output to power external sensor.
... ... @@ -1215,6 +1215,7 @@
1215 1215  |**LED1**|(% style="width:274px" %)Blink when device transmit a packet.
1216 1216  
1217 1217  
1158 +
1218 1218  == 3.10 Switch Jumper ==
1219 1219  
1220 1220  (% border="1" style="background-color:#ffffcc; color:green; width:515px" %)
... ... @@ -1254,7 +1254,7 @@
1254 1254  [[image:1654136105500-922.png]]
1255 1255  
1256 1256  
1257 -More detail AT Command manual can be found at [[AT Command Manual>>||anchor="H3.5ConfigureRS485-BLviaATorDownlink"]]
1198 +More detail AT Command manual can be found at [[AT Command Manual>>||anchor="3.5ConfigureRS485-BLviaATorDownlink"]]
1258 1258  
1259 1259  
1260 1260  == 5.2 Common AT Command Sequence ==
... ... @@ -1358,17 +1358,13 @@
1358 1358  
1359 1359  == 6.2 How to change the LoRa Frequency Bands/Region? ==
1360 1360  
1361 -(((
1362 1362  User can follow the introduction for [[how to upgrade image>>||anchor="H6.1Howtoupgradetheimage3F"]]. When download the images, choose the required image file for download.
1363 -)))
1364 1364  
1365 1365  
1366 1366  
1367 1367  == 6.3 How many RS485-Slave can RS485-BL connects? ==
1368 1368  
1369 -(((
1370 1370  The RS485-BL can support max 32 RS485 devices. Each uplink command of RS485-BL can support max 16 different RS485 command. So RS485-BL can support max 16 RS485 devices pre-program in the device for uplink. For other devices no pre-program, user can use the [[downlink message (type code 0xA8) to poll their info>>||anchor="H3.3.3Configurereadcommandsforeachsampling"]].
1371 -)))
1372 1372  
1373 1373  
1374 1374  
... ... @@ -1403,7 +1403,6 @@
1403 1403  * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865
1404 1404  
1405 1405  
1406 -
1407 1407  = 9. Packing Info =
1408 1408  
1409 1409  (((
... ... @@ -1441,9 +1441,5 @@
1441 1441  
1442 1442  = 10. Support =
1443 1443  
1444 -* (((
1445 -Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1446 -)))
1447 -* (((
1448 -Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1449 -)))
1380 +* Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1381 +* Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]