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

From version 44.5
edited by Xiaoling
on 2022/06/14 09:56
Change comment: There is no comment for this version
To version 41.41
edited by Xiaoling
on 2022/06/06 11:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,13 @@
1 1  (% style="text-align:center" %)
2 -[[image:1652947681187-144.png||height="404" width="404"]]
2 +[[image:1652947681187-144.png||height="385" width="385"]]
3 3  
4 4  
5 5  
6 6  
7 +**RS485-BL – Waterproof RS485 to LoRaWAN Converter User Manual**
8 +
9 +
10 +
7 7  **Table of Contents:**
8 8  
9 9  {{toc/}}
... ... @@ -90,9 +90,6 @@
90 90  * 127 dB Dynamic Range RSSI.
91 91  * Automatic RF Sense and CAD with ultra-fast AFC. ​​​
92 92  
93 -
94 -
95 -
96 96  == 1.3 Features ==
97 97  
98 98  * LoRaWAN Class A & Class C protocol (default Class A)
... ... @@ -104,9 +104,6 @@
104 104  * Support Modbus protocol
105 105  * Support Interrupt uplink
106 106  
107 -
108 -
109 -
110 110  == 1.4 Applications ==
111 111  
112 112  * Smart Buildings & Home Automation
... ... @@ -116,9 +116,6 @@
116 116  * Smart Cities
117 117  * Smart Factory
118 118  
119 -
120 -
121 -
122 122  == 1.5 Firmware Change log ==
123 123  
124 124  [[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);"]]
... ... @@ -288,28 +288,28 @@
288 288  )))
289 289  
290 290  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
291 -|=(% style="width: 80px;" %)(((
286 +|=(% style="width: 120px;" %)(((
292 292  (((
293 293  **AT Commands**
294 294  )))
295 -)))|=(% style="width: 210px;" %)(((
290 +)))|=(% style="width: 190px;" %)(((
296 296  (((
297 297  **Description**
298 298  )))
299 -)))|=(% style="width: 210px;" %)(((
294 +)))|=(% style="width: 190px;" %)(((
300 300  (((
301 301  **Example**
302 302  )))
303 303  )))
304 -|(% style="width:80px" %)(((
299 +|(% style="width:120px" %)(((
305 305  (((
306 306  AT+BAUDR
307 307  )))
308 -)))|(% style="width:210px" %)(((
303 +)))|(% style="width:190px" %)(((
309 309  (((
310 310  Set the baud rate (for RS485 connection). Default Value is: 9600.
311 311  )))
312 -)))|(% style="width:210px" %)(((
307 +)))|(% style="width:190px" %)(((
313 313  (((
314 314  (((
315 315  AT+BAUDR=9600
... ... @@ -322,11 +322,11 @@
322 322  )))
323 323  )))
324 324  )))
325 -|(% style="width:80px" %)(((
320 +|(% style="width:120px" %)(((
326 326  (((
327 327  AT+PARITY
328 328  )))
329 -)))|(% style="width:210px" %)(((
324 +)))|(% style="width:190px" %)(((
330 330  (((
331 331  (((
332 332  Set UART parity (for RS485 connection)
... ... @@ -338,7 +338,7 @@
338 338  Default Value is: no parity.
339 339  )))
340 340  )))
341 -)))|(% style="width:210px" %)(((
336 +)))|(% style="width:190px" %)(((
342 342  (((
343 343  (((
344 344  AT+PARITY=0
... ... @@ -351,11 +351,11 @@
351 351  )))
352 352  )))
353 353  )))
354 -|(% style="width:80px" %)(((
349 +|(% style="width:120px" %)(((
355 355  (((
356 356  AT+STOPBIT
357 357  )))
358 -)))|(% style="width:210px" %)(((
353 +)))|(% style="width:190px" %)(((
359 359  (((
360 360  (((
361 361  Set serial stopbit (for RS485 connection)
... ... @@ -367,7 +367,7 @@
367 367  Default Value is: 1bit.
368 368  )))
369 369  )))
370 -)))|(% style="width:210px" %)(((
365 +)))|(% style="width:190px" %)(((
371 371  (((
372 372  (((
373 373  AT+STOPBIT=0 for 1bit
... ... @@ -387,6 +387,8 @@
387 387  )))
388 388  )))
389 389  
385 +
386 +
390 390  === 3.3.2 Configure sensors ===
391 391  
392 392  (((
... ... @@ -398,20 +398,14 @@
398 398  )))
399 399  
400 400  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
401 -|=(% style="width: 80px;" %)**AT Commands**|=(% style="width: 210px;" %)**Description**|=(% style="width: 210px;" %)**Example**
402 -|AT+CFGDEV|(% style="width:80px" %)(((
403 -(((
398 +|=(% style="width: 120px;" %)**AT Commands**|=(% style="width: 190px;" %)**Description**|=(% style="width: 190px;" %)**Example**
399 +|AT+CFGDEV|(% style="width:120px" %)(((
404 404  This command is used to configure the RS485/TTL devices; they won’t be used during sampling.
405 -)))
406 406  
407 -(((
408 408  AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,
409 -)))
410 410  
411 -(((
412 412  mm: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command
413 -)))
414 -)))|(% style="width:210px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
405 +)))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
415 415  
416 416  Detail of AT+CFGDEV command see [[AT+CFGDEV detail>>||anchor="HRS485DebugCommand28AT2BCFGDEV29"]].
417 417  
... ... @@ -881,7 +881,7 @@
881 881  )))
882 882  
883 883  (((
884 -**}**
875 +{{{}}}}
885 885  
886 886  
887 887  )))
... ... @@ -911,6 +911,8 @@
911 911  (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL.  User can see these commands below:
912 912  )))
913 913  
905 +
906 +
914 914  === 3.5.1 Common Commands: ===
915 915  
916 916  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]]
... ... @@ -1434,16 +1434,34 @@
1434 1434  (((
1435 1435  (((
1436 1436  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1430 +)))
1431 +)))
1437 1437  
1433 +(((
1438 1438  Set UART Parity
1435 +)))
1436 +
1437 +(% class="box infomessage" %)
1438 +(((
1439 +(((
1439 1439  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1441 +)))
1442 +)))
1440 1440  
1444 +(((
1441 1441  Set STOPBIT
1446 +)))
1442 1442  
1448 +(% class="box infomessage" %)
1449 +(((
1450 +(((
1443 1443  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1444 1444  )))
1445 1445  )))
1446 1446  
1455 +(((
1456 +
1457 +)))
1447 1447  
1448 1448  * (((
1449 1449  **Downlink Payload:**
... ... @@ -1521,6 +1521,8 @@
1521 1521  |=(% style="width: 89px;" %)**Button**|=(% style="width: 141px;" %)**Feature**
1522 1522  |(% style="width:89px" %)**RST**|(% style="width:141px" %)Reboot RS485-BL
1523 1523  
1535 +
1536 +
1524 1524  == 3.7 +3V3 Output ==
1525 1525  
1526 1526  (((
... ... @@ -1598,14 +1598,22 @@
1598 1598  |=**LEDs**|=(% style="width: 274px;" %)**Feature**
1599 1599  |**LED1**|(% style="width:274px" %)Blink when device transmit a packet.
1600 1600  
1614 +
1615 +
1601 1601  == 3.10 Switch Jumper ==
1602 1602  
1603 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:463px" %)
1604 -|=(% style="width: 123px;" %)**Switch Jumper**|=(% style="width: 336px;" %)**Feature**
1605 -|(% style="width:123px" %)**SW1**|(% style="width:336px" %)ISP position: Upgrade firmware via UART
1618 +(% border="1" style="background-color:#ffffcc; color:green; width:515px" %)
1619 +|=(% style="width: 124px;" %)**Switch Jumper**|=(% style="width: 388px;" %)**Feature**
1620 +|(% style="width:124px" %)**SW1**|(% style="width:388px" %)(((
1621 +ISP position: Upgrade firmware via UART
1622 +
1606 1606  Flash position: Configure device, check running status.
1607 -|(% style="width:123px" %)**SW2**|(% style="width:336px" %)5V position: set to compatible with 5v I/O.
1624 +)))
1625 +|(% style="width:124px" %)**SW2**|(% style="width:388px" %)(((
1626 +5V position: set to compatible with 5v I/O.
1627 +
1608 1608  3.3v position: set to compatible with 3.3v I/O.,
1629 +)))
1609 1609  
1610 1610  (((
1611 1611  **+3.3V**: is always ON
... ... @@ -1653,7 +1653,15 @@
1653 1653  (% class="box infomessage" %)
1654 1654  (((
1655 1655  **AT+FDR**
1677 +)))
1678 +
1679 +(% class="box infomessage" %)
1680 +(((
1656 1656  **AT+NJM=0**
1682 +)))
1683 +
1684 +(% class="box infomessage" %)
1685 +(((
1657 1657  **ATZ**
1658 1658  )))
1659 1659  
... ... @@ -1795,6 +1795,8 @@
1795 1795  * (% style="color:blue" %)**RU864**(%%): frequency bands RU864
1796 1796  * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865
1797 1797  
1827 +
1828 +
1798 1798  = 9. Packing Info =
1799 1799  
1800 1800  (((