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

From version 44.4
edited by Xiaoling
on 2022/06/14 09:44
Change comment: There is no comment for this version
To version 42.1
edited by Xiaoling
on 2022/06/06 11:54
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/}}
... ... @@ -279,28 +279,28 @@
279 279  )))
280 280  
281 281  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
282 -|=(% style="width: 80px;" %)(((
286 +|=(% style="width: 120px;" %)(((
283 283  (((
284 284  **AT Commands**
285 285  )))
286 -)))|=(% style="width: 210px;" %)(((
290 +)))|=(% style="width: 190px;" %)(((
287 287  (((
288 288  **Description**
289 289  )))
290 -)))|=(% style="width: 210px;" %)(((
294 +)))|=(% style="width: 190px;" %)(((
291 291  (((
292 292  **Example**
293 293  )))
294 294  )))
295 -|(% style="width:80px" %)(((
299 +|(% style="width:120px" %)(((
296 296  (((
297 297  AT+BAUDR
298 298  )))
299 -)))|(% style="width:210px" %)(((
303 +)))|(% style="width:190px" %)(((
300 300  (((
301 301  Set the baud rate (for RS485 connection). Default Value is: 9600.
302 302  )))
303 -)))|(% style="width:210px" %)(((
307 +)))|(% style="width:190px" %)(((
304 304  (((
305 305  (((
306 306  AT+BAUDR=9600
... ... @@ -313,11 +313,11 @@
313 313  )))
314 314  )))
315 315  )))
316 -|(% style="width:80px" %)(((
320 +|(% style="width:120px" %)(((
317 317  (((
318 318  AT+PARITY
319 319  )))
320 -)))|(% style="width:210px" %)(((
324 +)))|(% style="width:190px" %)(((
321 321  (((
322 322  (((
323 323  Set UART parity (for RS485 connection)
... ... @@ -329,7 +329,7 @@
329 329  Default Value is: no parity.
330 330  )))
331 331  )))
332 -)))|(% style="width:210px" %)(((
336 +)))|(% style="width:190px" %)(((
333 333  (((
334 334  (((
335 335  AT+PARITY=0
... ... @@ -342,11 +342,11 @@
342 342  )))
343 343  )))
344 344  )))
345 -|(% style="width:80px" %)(((
349 +|(% style="width:120px" %)(((
346 346  (((
347 347  AT+STOPBIT
348 348  )))
349 -)))|(% style="width:210px" %)(((
353 +)))|(% style="width:190px" %)(((
350 350  (((
351 351  (((
352 352  Set serial stopbit (for RS485 connection)
... ... @@ -358,7 +358,7 @@
358 358  Default Value is: 1bit.
359 359  )))
360 360  )))
361 -)))|(% style="width:210px" %)(((
365 +)))|(% style="width:190px" %)(((
362 362  (((
363 363  (((
364 364  AT+STOPBIT=0 for 1bit
... ... @@ -378,6 +378,8 @@
378 378  )))
379 379  )))
380 380  
385 +
386 +
381 381  === 3.3.2 Configure sensors ===
382 382  
383 383  (((
... ... @@ -389,20 +389,14 @@
389 389  )))
390 390  
391 391  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
392 -|=(% style="width: 80px;" %)**AT Commands**|=(% style="width: 210px;" %)**Description**|=(% style="width: 210px;" %)**Example**
393 -|AT+CFGDEV|(% style="width:80px" %)(((
394 -(((
398 +|=(% style="width: 120px;" %)**AT Commands**|=(% style="width: 190px;" %)**Description**|=(% style="width: 190px;" %)**Example**
399 +|AT+CFGDEV|(% style="width:120px" %)(((
395 395  This command is used to configure the RS485/TTL devices; they won’t be used during sampling.
396 -)))
397 397  
398 -(((
399 399  AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,
400 -)))
401 401  
402 -(((
403 403  mm: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command
404 -)))
405 -)))|(% 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
406 406  
407 407  Detail of AT+CFGDEV command see [[AT+CFGDEV detail>>||anchor="HRS485DebugCommand28AT2BCFGDEV29"]].
408 408  
... ... @@ -872,7 +872,7 @@
872 872  )))
873 873  
874 874  (((
875 -**}**
875 +{{{}}}}
876 876  
877 877  
878 878  )))
... ... @@ -902,6 +902,8 @@
902 902  (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL.  User can see these commands below:
903 903  )))
904 904  
905 +
906 +
905 905  === 3.5.1 Common Commands: ===
906 906  
907 907  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]]
... ... @@ -1425,16 +1425,34 @@
1425 1425  (((
1426 1426  (((
1427 1427  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
1430 +)))
1431 +)))
1428 1428  
1433 +(((
1429 1429  Set UART Parity
1435 +)))
1436 +
1437 +(% class="box infomessage" %)
1438 +(((
1439 +(((
1430 1430  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
1441 +)))
1442 +)))
1431 1431  
1444 +(((
1432 1432  Set STOPBIT
1446 +)))
1433 1433  
1448 +(% class="box infomessage" %)
1449 +(((
1450 +(((
1434 1434  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
1435 1435  )))
1436 1436  )))
1437 1437  
1455 +(((
1456 +
1457 +)))
1438 1438  
1439 1439  * (((
1440 1440  **Downlink Payload:**
... ... @@ -1512,6 +1512,8 @@
1512 1512  |=(% style="width: 89px;" %)**Button**|=(% style="width: 141px;" %)**Feature**
1513 1513  |(% style="width:89px" %)**RST**|(% style="width:141px" %)Reboot RS485-BL
1514 1514  
1535 +
1536 +
1515 1515  == 3.7 +3V3 Output ==
1516 1516  
1517 1517  (((
... ... @@ -1589,14 +1589,22 @@
1589 1589  |=**LEDs**|=(% style="width: 274px;" %)**Feature**
1590 1590  |**LED1**|(% style="width:274px" %)Blink when device transmit a packet.
1591 1591  
1614 +
1615 +
1592 1592  == 3.10 Switch Jumper ==
1593 1593  
1594 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:463px" %)
1595 -|=(% style="width: 123px;" %)**Switch Jumper**|=(% style="width: 336px;" %)**Feature**
1596 -|(% 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 +
1597 1597  Flash position: Configure device, check running status.
1598 -|(% 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 +
1599 1599  3.3v position: set to compatible with 3.3v I/O.,
1629 +)))
1600 1600  
1601 1601  (((
1602 1602  **+3.3V**: is always ON
... ... @@ -1644,7 +1644,15 @@
1644 1644  (% class="box infomessage" %)
1645 1645  (((
1646 1646  **AT+FDR**
1677 +)))
1678 +
1679 +(% class="box infomessage" %)
1680 +(((
1647 1647  **AT+NJM=0**
1682 +)))
1683 +
1684 +(% class="box infomessage" %)
1685 +(((
1648 1648  **ATZ**
1649 1649  )))
1650 1650  
... ... @@ -1786,6 +1786,8 @@
1786 1786  * (% style="color:blue" %)**RU864**(%%): frequency bands RU864
1787 1787  * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865
1788 1788  
1827 +
1828 +
1789 1789  = 9. Packing Info =
1790 1790  
1791 1791  (((