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

From version 29.18
edited by Xiaoling
on 2022/06/01 18:07
Change comment: There is no comment for this version
To version 29.33
edited by Xiaoling
on 2022/06/02 08:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -67,7 +67,6 @@
67 67  ** Idle: 6uA@3.3v
68 68  ** 20dB Transmit: 130mA@3.3v
69 69  
70 -
71 71  **Interface for Model:**
72 72  
73 73  * 1 x RS485 Interface
... ... @@ -77,7 +77,6 @@
77 77  * 1 x Interrupt Interface
78 78  * 1 x Controllable 5V output, max
79 79  
80 -
81 81  **LoRa Spec:**
82 82  
83 83  * Frequency Range:
... ... @@ -96,7 +96,6 @@
96 96  * 127 dB Dynamic Range RSSI.
97 97  * Automatic RF Sense and CAD with ultra-fast AFC. ​​​
98 98  
99 -
100 100  == 1.3 Features ==
101 101  
102 102  * LoRaWAN Class A & Class C protocol (default Class A)
... ... @@ -108,7 +108,6 @@
108 108  * Support Modbus protocol
109 109  * Support Interrupt uplink
110 110  
111 -
112 112  == 1.4 Applications ==
113 113  
114 114  * Smart Buildings & Home Automation
... ... @@ -118,7 +118,6 @@
118 118  * Smart Cities
119 119  * Smart Factory
120 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);"]]
... ... @@ -211,8 +211,6 @@
211 211  )))
212 212  
213 213  
214 -
215 -
216 216  [[image:image-20220519174512-1.png]]
217 217  
218 218  [[image:image-20220519174512-2.png||height="328" width="731"]]
... ... @@ -236,6 +236,7 @@
236 236  
237 237  [[image:1652953568895-172.png||height="232" width="724"]]
238 238  
232 +
239 239  == 3.3 Configure Commands to read data ==
240 240  
241 241  (((
... ... @@ -322,6 +322,7 @@
322 322  )))
323 323  )))
324 324  
319 +
325 325  === 3.3.2 Configure sensors ===
326 326  
327 327  (((
... ... @@ -342,8 +342,9 @@
342 342  mm: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command
343 343  )))|(% style="width:256px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
344 344  
345 -Detail of AT+CFGDEV command see [[AT+CFGDEV detail>>path:#AT_CFGDEV]].
340 +Detail of AT+CFGDEV command see [[AT+CFGDEV detail>>||anchor="HRS485DebugCommand28AT2BCFGDEV29"]].
346 346  
342 +
347 347  === 3.3.3 Configure read commands for each sampling ===
348 348  
349 349  (((
... ... @@ -441,7 +441,7 @@
441 441  
442 442  **Examples:**
443 443  
444 -1. For a return string from AT+COMMAND1: 16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49
440 +1For a return string from AT+COMMAND1: 16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49
445 445  
446 446  If we set AT+SEARCH1=1,1E 56 34.      (max 5 bytes for prefix)
447 447  
... ... @@ -449,7 +449,7 @@
449 449  
450 450  [[image:1653271044481-711.png]]
451 451  
452 -1. For a return string from AT+COMMAND1:  16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49
448 +2)For a return string from AT+COMMAND1:  16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49
453 453  
454 454  If we set AT+SEARCH1=2, 1E 56 34+31 00 49
455 455  
... ... @@ -468,16 +468,18 @@
468 468  * **c: define the position for valid value.  **
469 469  )))
470 470  
471 -Examples:
467 +**Examples:**
472 472  
473 473  * Grab bytes:
474 474  
475 475  [[image:1653271581490-837.png||height="313" width="722"]]
476 476  
473 +
477 477  * Grab a section.
478 478  
479 479  [[image:1653271648378-342.png||height="326" width="720"]]
480 480  
478 +
481 481  * Grab different sections.
482 482  
483 483  [[image:1653271657255-576.png||height="305" width="730"]]
... ... @@ -520,6 +520,7 @@
520 520  
521 521  [[image:1653271763403-806.png]]
522 522  
521 +
523 523  === 3.3.4 Compose the uplink payload ===
524 524  
525 525  (((
... ... @@ -527,7 +527,7 @@
527 527  )))
528 528  
529 529  (((
530 -(% style="color:#4f81bd" %)**Examples: AT+DATAUP=0**
529 +(% style="color:#037691" %)**Examples: AT+DATAUP=0**
531 531  )))
532 532  
533 533  (((
... ... @@ -539,7 +539,7 @@
539 539  )))
540 540  
541 541  (((
542 -(% style="color:#4f81bd" %)Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx
541 +(% style="color:#4f81bd" %)**Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx**
543 543  )))
544 544  
545 545  (((
... ... @@ -548,8 +548,12 @@
548 548  
549 549  [[image:1653272787040-634.png||height="515" width="719"]]
550 550  
550 +
551 +
551 551  (((
552 -(% style="color:#4f81bd" %)**Examples: AT+DATAUP=1**
553 +(% style="color:#037691" %)**Examples: AT+DATAUP=1**
554 +
555 +
553 553  )))
554 554  
555 555  (((
... ... @@ -561,7 +561,7 @@
561 561  )))
562 562  
563 563  (((
564 -(% style="color:#4f81bd" %)Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA
567 +(% style="color:#4f81bd" %)**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**
565 565  )))
566 566  
567 567  1. (((
... ... @@ -728,15 +728,15 @@
728 728  
729 729  * **Sensor Related Commands**: These commands are special designed for RS485-BL.  User can see these commands below:
730 730  
731 -1.
732 -11.
734 +1.
735 +11.
733 733  111. Common Commands:
734 734  
735 735  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: [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands>>url:http://wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands]]
736 736  
737 737  
738 -1.
739 -11.
741 +1.
742 +11.
740 740  111. Sensor related commands:
741 741  
742 742  ==== Choose Device Type (RS485 or TTL) ====
... ... @@ -1042,13 +1042,13 @@
1042 1042  
1043 1043  
1044 1044  
1045 -1.
1048 +1.
1046 1046  11. Buttons
1047 1047  
1048 1048  |**Button**|**Feature**
1049 1049  |**RST**|Reboot RS485-BL
1050 1050  
1051 -1.
1054 +1.
1052 1052  11. +3V3 Output
1053 1053  
1054 1054  RS485-BL has a Controllable +3V3 output, user can use this output to power external sensor.
... ... @@ -1066,7 +1066,7 @@
1066 1066  By default, the AT+3V3T=0. This is a special case, means the +3V3 output is always on at any time
1067 1067  
1068 1068  
1069 -1.
1072 +1.
1070 1070  11. +5V Output
1071 1071  
1072 1072  RS485-BL has a Controllable +5V output, user can use this output to power external sensor.
... ... @@ -1086,13 +1086,13 @@
1086 1086  
1087 1087  
1088 1088  
1089 -1.
1092 +1.
1090 1090  11. LEDs
1091 1091  
1092 1092  |**LEDs**|**Feature**
1093 1093  |**LED1**|Blink when device transmit a packet.
1094 1094  
1095 -1.
1098 +1.
1096 1096  11. Switch Jumper
1097 1097  
1098 1098  |**Switch Jumper**|**Feature**
... ... @@ -1138,7 +1138,7 @@
1138 1138  
1139 1139  
1140 1140  
1141 -1.
1144 +1.
1142 1142  11. Common AT Command Sequence
1143 1143  111. Multi-channel ABP mode (Use with SX1301/LG308)
1144 1144  
... ... @@ -1157,8 +1157,8 @@
1157 1157  
1158 1158  ATZ
1159 1159  
1160 -1.
1161 -11.
1163 +1.
1164 +11.
1162 1162  111. Single-channel ABP mode (Use with LG01/LG02)
1163 1163  
1164 1164  AT+FDR   Reset Parameters to Factory Default, Keys Reserve
... ... @@ -1233,7 +1233,7 @@
1233 1233  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image035.png]] [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1234 1234  
1235 1235  
1236 -1.
1239 +1.
1237 1237  11. How to change the LoRa Frequency Bands/Region?
1238 1238  
1239 1239  User can follow the introduction for [[how to upgrade image>>path:#upgrade_image]]. When download the images, choose the required image file for download.
... ... @@ -1240,7 +1240,7 @@
1240 1240  
1241 1241  
1242 1242  
1243 -1.
1246 +1.
1244 1244  11. How many RS485-Slave can RS485-BL connects?
1245 1245  
1246 1246  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>>path:#downlink_A8]].
... ... @@ -1257,7 +1257,7 @@
1257 1257  
1258 1258  
1259 1259  
1260 -1.
1263 +1.
1261 1261  11. Why I can’t join TTN V3 in US915 /AU915 bands?
1262 1262  
1263 1263  It might about the channels mapping. Please see for detail.