Changes for page RS485-BL – Waterproof RS485 to LoRaWAN Converter
Last modified by Xiaoling on 2025/04/23 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,9 @@ 1 1 (% style="text-align:center" %) 2 -[[image:1652947681187-144.png||height=" 385" width="385"]]2 +[[image:1652947681187-144.png||height="404" width="404"]] 3 3 4 4 5 5 6 6 7 -**RS485-BL – Waterproof RS485 to LoRaWAN Converter User Manual** 8 - 9 - 10 - 11 11 **Table of Contents:** 12 12 13 13 {{toc/}} ... ... @@ -67,6 +67,7 @@ 67 67 ** Idle: 6uA@3.3v 68 68 ** 20dB Transmit: 130mA@3.3v 69 69 66 + 70 70 **Interface for Model:** 71 71 72 72 * 1 x RS485 Interface ... ... @@ -76,6 +76,7 @@ 76 76 * 1 x Interrupt Interface 77 77 * 1 x Controllable 5V output, max 78 78 76 + 79 79 **LoRa Spec:** 80 80 81 81 * Frequency Range: ... ... @@ -96,6 +96,7 @@ 96 96 97 97 98 98 97 + 99 99 == 1.3 Features == 100 100 101 101 * LoRaWAN Class A & Class C protocol (default Class A) ... ... @@ -109,6 +109,7 @@ 109 109 110 110 111 111 111 + 112 112 == 1.4 Applications == 113 113 114 114 * Smart Buildings & Home Automation ... ... @@ -120,6 +120,7 @@ 120 120 121 121 122 122 123 + 123 123 == 1.5 Firmware Change log == 124 124 125 125 [[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);"]] ... ... @@ -130,29 +130,47 @@ 130 130 ((( 131 131 132 132 134 +((( 133 133 v1.4 134 134 ))) 137 +))) 135 135 136 136 ((( 140 +((( 137 137 ~1. Change Power IC to TPS22916 138 138 ))) 143 +))) 139 139 145 +((( 146 + 147 +))) 140 140 141 141 ((( 150 +((( 142 142 v1.3 143 143 ))) 153 +))) 144 144 145 145 ((( 156 +((( 146 146 ~1. Change JP3 from KF350-8P to KF350-11P, Add one extra interface for I2C and one extra interface for one-wire 147 147 ))) 159 +))) 148 148 161 +((( 162 + 163 +))) 149 149 150 150 ((( 166 +((( 151 151 v1.2 152 152 ))) 169 +))) 153 153 154 154 ((( 172 +((( 155 155 Release version 174 +))) 156 156 157 157 158 158 ))) ... ... @@ -185,6 +185,7 @@ 185 185 186 186 [[image:1652953414711-647.png||height="337" width="723"]] 187 187 207 + 188 188 ((( 189 189 The RS485-BL in this example connected to two RS485 devices for demonstration, user can connect to other RS485 devices via the same method. 190 190 ))) ... ... @@ -194,7 +194,7 @@ 194 194 ))) 195 195 196 196 ((( 197 -**Step 1**: Create a device in TTN V3 with the OTAA keys from RS485-BL. 217 +**(% style="color:blue" %)Step 1**(%%): Create a device in TTN V3 with the OTAA keys from RS485-BL. 198 198 ))) 199 199 200 200 ((( ... ... @@ -203,12 +203,13 @@ 203 203 204 204 [[image:1652953462722-299.png]] 205 205 226 + 206 206 ((( 207 207 User can enter this key in their LoRaWAN Server portal. Below is TTN V3 screen shot: 208 208 ))) 209 209 210 210 ((( 211 -Add APP EUI in the application. 232 +**Add APP EUI in the application.** 212 212 ))) 213 213 214 214 ... ... @@ -220,17 +220,20 @@ 220 220 221 221 [[image:image-20220519174512-4.png]] 222 222 244 + 223 223 You can also choose to create the device manually. 224 224 225 225 [[image:1652953542269-423.png||height="710" width="723"]] 226 226 249 + 227 227 Add APP KEY and DEV EUI 228 228 229 229 [[image:1652953553383-907.png||height="514" width="724"]] 230 230 231 231 255 + 232 232 ((( 233 -**Step 2**: Power on RS485-BL and it will auto join to the TTN V3 network. After join success, it will start to upload message to TTN V3 and user can see in the panel. 257 +**(% style="color:blue" %)Step 2**(%%): Power on RS485-BL and it will auto join to the TTN V3 network. After join success, it will start to upload message to TTN V3 and user can see in the panel. 234 234 ))) 235 235 236 236 [[image:1652953568895-172.png||height="232" width="724"]] ... ... @@ -246,84 +246,130 @@ 246 246 247 247 === 3.3.1 onfigure UART settings for RS485 or TTL communication === 248 248 273 +((( 249 249 RS485-BL can connect to either RS485 sensors or TTL sensor. User need to specify what type of sensor need to connect. 275 +))) 250 250 277 +((( 251 251 **~1. RS485-MODBUS mode:** 279 +))) 252 252 281 +((( 253 253 AT+MOD=1 ~/~/ Support RS485-MODBUS type sensors. User can connect multiply RS485 , Modbus sensors to the A / B pins. 283 +))) 254 254 285 +((( 255 255 **2. TTL mode:** 287 +))) 256 256 289 +((( 257 257 AT+MOD=2 ~/~/ Support TTL Level sensors, User can connect one TTL Sensor to the TXD/RXD/GND pins. 291 +))) 258 258 293 +((( 259 259 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. 295 +))) 260 260 261 -(% border="1" style="background-color:#ffffcc; color:green; width:795px" %) 262 -|((( 297 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %) 298 +|=(% style="width: 80px;" %)((( 299 +((( 263 263 **AT Commands** 264 -)))|(% style="width:285px" %)((( 301 +))) 302 +)))|=(% style="width: 210px;" %)((( 303 +((( 265 265 **Description** 266 -)))|(% style="width:347px" %)((( 305 +))) 306 +)))|=(% style="width: 210px;" %)((( 307 +((( 267 267 **Example** 268 268 ))) 269 -|((( 310 +))) 311 +|(% style="width:80px" %)((( 312 +((( 270 270 AT+BAUDR 271 -)))|(% style="width:285px" %)((( 314 +))) 315 +)))|(% style="width:210px" %)((( 316 +((( 272 272 Set the baud rate (for RS485 connection). Default Value is: 9600. 273 -)))|(% style="width:347px" %)((( 318 +))) 319 +)))|(% style="width:210px" %)((( 274 274 ((( 321 +((( 275 275 AT+BAUDR=9600 276 276 ))) 324 +))) 277 277 278 278 ((( 327 +((( 279 279 Options: (1200,2400,4800,14400,19200,115200) 280 280 ))) 281 281 ))) 282 -|((( 331 +))) 332 +|(% style="width:80px" %)((( 333 +((( 283 283 AT+PARITY 284 -)))|(% style="width:285px" %)((( 335 +))) 336 +)))|(% style="width:210px" %)((( 285 285 ((( 338 +((( 286 286 Set UART parity (for RS485 connection) 287 287 ))) 341 +))) 288 288 289 289 ((( 344 +((( 290 290 Default Value is: no parity. 291 291 ))) 292 -)))|(% style="width:347px" %)((( 347 +))) 348 +)))|(% style="width:210px" %)((( 293 293 ((( 350 +((( 294 294 AT+PARITY=0 295 295 ))) 353 +))) 296 296 297 297 ((( 356 +((( 298 298 Option: 0: no parity, 1: odd parity, 2: even parity 299 299 ))) 300 300 ))) 301 -|((( 360 +))) 361 +|(% style="width:80px" %)((( 362 +((( 302 302 AT+STOPBIT 303 -)))|(% style="width:285px" %)((( 364 +))) 365 +)))|(% style="width:210px" %)((( 304 304 ((( 367 +((( 305 305 Set serial stopbit (for RS485 connection) 306 306 ))) 370 +))) 307 307 308 308 ((( 373 +((( 309 309 Default Value is: 1bit. 310 310 ))) 311 -)))|(% style="width:347px" %)((( 376 +))) 377 +)))|(% style="width:210px" %)((( 312 312 ((( 379 +((( 313 313 AT+STOPBIT=0 for 1bit 314 314 ))) 382 +))) 315 315 316 316 ((( 385 +((( 317 317 AT+STOPBIT=1 for 1.5 bit 318 318 ))) 388 +))) 319 319 320 320 ((( 391 +((( 321 321 AT+STOPBIT=2 for 2 bits 322 322 ))) 323 323 ))) 395 +))) 324 324 325 - 326 - 327 327 === 3.3.2 Configure sensors === 328 328 329 329 ((( ... ... @@ -334,19 +334,26 @@ 334 334 When user issue an (% style="color:#4f81bd" %)**AT+CFGDEV**(%%) command, Each (% style="color:#4f81bd" %)**AT+CFGDEV**(%%) equals to send a command to the RS485 or TTL sensors. This command will only run when user input it and won’t run during each sampling. 335 335 ))) 336 336 337 -(% border="1" style="background-color:#ffffcc; color:green; width:806px" %) 338 -|**AT Commands**|(% style="width:418px" %)**Description**|(% style="width:256px" %)**Example** 339 -|AT+CFGDEV|(% style="width:418px" %)((( 407 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %) 408 +|=(% style="width: 80px;" %)**AT Commands**|=(% style="width: 210px;" %)**Description**|=(% style="width: 210px;" %)**Example** 409 +|AT+CFGDEV|(% style="width:80px" %)((( 410 +((( 340 340 This command is used to configure the RS485/TTL devices; they won’t be used during sampling. 412 +))) 341 341 414 +((( 342 342 AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx, 416 +))) 343 343 418 +((( 344 344 mm: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command 345 -)))|(% style="width:256px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m 420 +))) 421 +)))|(% style="width:210px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m 346 346 347 347 Detail of AT+CFGDEV command see [[AT+CFGDEV detail>>||anchor="HRS485DebugCommand28AT2BCFGDEV29"]]. 348 348 349 349 426 + 350 350 === 3.3.3 Configure read commands for each sampling === 351 351 352 352 ((( ... ... @@ -413,117 +413,213 @@ 413 413 After we got the valid value from each RS485 commands, we need to combine them together with the command **AT+DATAUP**. 414 414 ))) 415 415 493 +((( 416 416 **Examples:** 495 +))) 417 417 497 +((( 418 418 Below are examples for the how above AT Commands works. 499 +))) 419 419 501 +((( 420 420 **AT+COMMANDx : **This command will be sent to RS485/TTL devices during each sampling, Max command length is 14 bytes. The grammar is: 503 +))) 421 421 422 -(% border="1" class="table-bordered" style="background-color:#4f81bd; color:white; width:50 1px" %)505 +(% border="1" class="table-bordered" style="background-color:#4f81bd; color:white; width:500px" %) 423 423 |(% style="width:498px" %)((( 507 +((( 424 424 **AT+COMMANDx=xx xx xx xx xx xx xx xx xx xx xx xx,m** 509 +))) 425 425 511 +((( 426 426 **xx xx xx xx xx xx xx xx xx xx xx xx: The RS485 command to be sent** 513 +))) 427 427 515 +((( 428 428 **m: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command** 429 429 ))) 518 +))) 430 430 520 +((( 431 431 For example, if we have a RS485 sensor. The command to get sensor value is: 01 03 0B B8 00 02 46 0A. Where 01 03 0B B8 00 02 is the Modbus command to read the register 0B B8 where stored the sensor value. The 46 0A is the CRC-16/MODBUS which calculate manually. 522 +))) 432 432 524 +((( 433 433 In the RS485-BL, we should use this command AT+COMMAND1=01 03 0B B8 00 02,1 for the same. 526 +))) 434 434 528 +((( 529 + 530 +))) 531 + 532 +((( 435 435 **AT+SEARCHx**: This command defines how to handle the return from AT+COMMANDx. 534 +))) 436 436 437 -(% border="1" class="table-bordered" style="background-color:#4f81bd; color:white; width:5 80px" %)536 +(% border="1" class="table-bordered" style="background-color:#4f81bd; color:white; width:500px" %) 438 438 |(% style="width:577px" %)((( 538 +((( 439 439 **AT+SEARCHx=aa,xx xx xx xx xx** 540 +))) 440 440 441 -* **aa: 1: prefix match mode; 2: prefix and suffix match mode**442 -* *xxxxxxxx xx:matchstring. Max 5 bytesforprefix and5 bytesfor suffix**542 +* ((( 543 +**aa: 1: prefix match mode; 2: prefix and suffix match mode** 443 443 ))) 545 +* ((( 546 +**xx xx xx xx xx: match string. Max 5 bytes for prefix and 5 bytes for suffix** 547 +))) 548 +))) 444 444 550 +((( 445 445 **Examples:** 552 +))) 446 446 554 +((( 447 447 1)For a return string from AT+COMMAND1: 16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49 556 +))) 448 448 558 +((( 449 449 If we set AT+SEARCH1=1,1E 56 34. (max 5 bytes for prefix) 560 +))) 450 450 562 +((( 451 451 The valid data will be all bytes after 1E 56 34 , so it is (% style="background-color:yellow" %)**2e 30 58 5f 36 41 30 31 00 49** 564 +))) 452 452 566 +((( 453 453 [[image:1653271044481-711.png]] 568 +))) 454 454 570 +((( 455 455 2)For a return string from AT+COMMAND1: 16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49 572 +))) 456 456 574 +((( 457 457 If we set AT+SEARCH1=2, 1E 56 34+31 00 49 576 +))) 458 458 578 +((( 459 459 Device will search the bytes between 1E 56 34 and 31 00 49. So it is(% style="background-color:yellow" %) **2e 30 58 5f 36 41 30** 580 +))) 460 460 582 +((( 461 461 [[image:1653271276735-972.png]] 584 +))) 462 462 586 +((( 463 463 **AT+DATACUTx : **This command defines how to handle the return from AT+COMMANDx, max return length is 45 bytes. 588 +))) 464 464 465 -(% style="background-color:#4f81bd; color:white; width: 729px" %)590 +(% style="background-color:#4f81bd; color:white; width:510px" %) 466 466 |(% style="width:726px" %)((( 592 +((( 467 467 **AT+DATACUTx=a,b,c** 594 +))) 468 468 469 -* **a: length for the return of AT+COMMAND** 470 -* **b:1: grab valid value by byte, max 6 bytes. 2: grab valid value by bytes section, max 3 sections.** 471 -* **c: define the position for valid value. ** 596 +* ((( 597 +**a: length for the return of AT+COMMAND** 472 472 ))) 599 +* ((( 600 +**b:1: grab valid value by byte, max 6 bytes. 2: grab valid value by bytes section, max 3 sections.** 601 +))) 602 +* ((( 603 +**c: define the position for valid value. ** 604 +))) 605 +))) 473 473 607 +((( 474 474 **Examples:** 609 +))) 475 475 476 -* Grab bytes: 611 +* ((( 612 +Grab bytes: 613 +))) 477 477 615 +((( 478 478 [[image:1653271581490-837.png||height="313" width="722"]] 617 +))) 479 479 619 +((( 620 + 621 +))) 480 480 481 -* Grab a section. 623 +* ((( 624 +Grab a section. 625 +))) 482 482 627 +((( 483 483 [[image:1653271648378-342.png||height="326" width="720"]] 629 +))) 484 484 631 +((( 632 + 633 +))) 485 485 486 -* Grab different sections. 635 +* ((( 636 +Grab different sections. 637 +))) 487 487 639 +((( 488 488 [[image:1653271657255-576.png||height="305" width="730"]] 641 +))) 489 489 490 490 ((( 644 +((( 491 491 (% style="color:red" %)**Note:** 492 492 ))) 647 +))) 493 493 494 494 ((( 650 +((( 495 495 AT+SEARCHx and AT+DATACUTx can be used together, if both commands are set, RS485-BL will first process AT+SEARCHx on the return string and get a temporary string, and then process AT+DATACUTx on this temporary string to get the final payload. In this case, AT+DATACUTx need to set to format AT+DATACUTx=0,xx,xx where the return bytes set to 0. 496 496 ))) 653 +))) 497 497 498 498 ((( 656 +((( 499 499 **Example:** 500 500 ))) 659 +))) 501 501 502 502 ((( 662 +((( 503 503 (% style="color:red" %)AT+COMMAND1=11 01 1E D0,0 504 504 ))) 665 +))) 505 505 506 506 ((( 668 +((( 507 507 (% style="color:red" %)AT+SEARCH1=1,1E 56 34 508 508 ))) 671 +))) 509 509 510 510 ((( 674 +((( 511 511 (% style="color:red" %)AT+DATACUT1=0,2,1~~5 512 512 ))) 677 +))) 513 513 514 514 ((( 680 +((( 515 515 (% style="color:red" %)Return string from AT+COMMAND1: 16 0c 1e 56 34 2e 30 58 5f 36 41 30 31 00 49 516 516 ))) 683 +))) 517 517 518 518 ((( 686 +((( 519 519 (% style="color:red" %)String after SEARCH command: 2e 30 58 5f 36 41 30 31 00 49 520 520 ))) 689 +))) 521 521 522 522 ((( 692 +((( 523 523 (% style="color:red" %)Valid payload after DataCUT command: 2e 30 58 5f 36 524 524 ))) 695 +))) 525 525 697 +((( 526 526 [[image:1653271763403-806.png]] 699 +))) 527 527 528 528 529 529 === 3.3.4 Compose the uplink payload === ... ... @@ -530,10 +530,14 @@ 530 530 531 531 ((( 532 532 Through AT+COMMANDx and AT+DATACUTx we got valid value from each RS485 commands, Assume these valid value are RETURN1, RETURN2, .., to RETURNx. The next step is how to compose the LoRa Uplink Payload by these RETURNs. The command is **AT+DATAUP.** 706 + 707 + 533 533 ))) 534 534 535 535 ((( 536 536 (% style="color:#037691" %)**Examples: AT+DATAUP=0** 712 + 713 + 537 537 ))) 538 538 539 539 ((( ... ... @@ -666,26 +666,8 @@ 666 666 667 667 == 3.4 Uplink Payload == 668 668 669 -(% border="1" style="background-color:#4f81bd; color:white; width:850px" %) 670 -|**Size(bytes)**|(% style="width:130px" %)**2**|(% style="width:93px" %)**1**|(% style="width:509px" %)**Length depends on the return from the commands** 671 -|Value|(% style="width:130px" %)((( 672 -((( 673 -Battery(mV) 674 -))) 846 +[[image:image-20220606105412-1.png]] 675 675 676 -((( 677 -& 678 -))) 679 - 680 -((( 681 -Interrupt _Flag 682 -))) 683 -)))|(% style="width:93px" %)((( 684 -PAYLOAD_VER 685 - 686 - 687 -)))|(% style="width:509px" %)If the valid payload is too long and exceed the maximum support payload length in server, server will show payload not provided in the LoRaWAN server. 688 - 689 689 Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors. 690 690 691 691 ((( ... ... @@ -743,16 +743,22 @@ 743 743 744 744 == 3.5 Configure RS485-BL via AT or Downlink == 745 745 905 +((( 746 746 User can configure RS485-BL via AT Commands or LoRaWAN Downlink Commands 907 +))) 747 747 909 +((( 748 748 There are two kinds of Commands: 911 +))) 749 749 750 -* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.3, user can find what common commands it supports: [[AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]] 913 +* ((( 914 +(% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.3, user can find what common commands it supports: [[AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]] 915 +))) 751 751 752 -* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL. User can see these commands below: 917 +* ((( 918 +(% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-BL. User can see these commands below: 919 +))) 753 753 754 - 755 - 756 756 === 3.5.1 Common Commands: === 757 757 758 758 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]] ... ... @@ -761,6 +761,7 @@ 761 761 === 3.5.2 Sensor related commands: === 762 762 763 763 929 + 764 764 ==== **Choose Device Type (RS485 or TTL)** ==== 765 765 766 766 RS485-BL can connect to either RS485 sensors or TTL sensor. User need to specify what type of sensor need to connect. ... ... @@ -784,57 +784,109 @@ 784 784 785 785 786 786 953 + 787 787 ==== **RS485 Debug Command (AT+CFGDEV)** ==== 788 788 956 +((( 789 789 This command is used to configure the RS485 or TTL sensors; they won’t be used during sampling. 958 +))) 790 790 791 -* **AT Command** 960 +* ((( 961 +**AT Command** 962 +))) 792 792 793 793 (% class="box infomessage" %) 794 794 ((( 966 +((( 795 795 **AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m** 796 796 ))) 969 +))) 797 797 971 +((( 798 798 m: 0: no CRC; 1: add CRC-16/MODBUS in the end of this command. 973 +))) 799 799 975 +((( 976 + 977 +))) 800 800 801 -* **Downlink Payload** 979 +* ((( 980 +**Downlink Payload** 981 +))) 802 802 983 +((( 803 803 Format: A8 MM NN XX XX XX XX YY 985 +))) 804 804 987 +((( 805 805 Where: 989 +))) 806 806 807 -* MM: 1: add CRC-16/MODBUS ; 0: no CRC 808 -* NN: The length of RS485 command 809 -* XX XX XX XX: RS485 command total NN bytes 810 -* YY: How many bytes will be uplink from the return of this RS485 command, if YY=0, RS485-BL will execute the downlink command without uplink; if YY>0, RS485-BL will uplink total YY bytes from the output of this RS485 command 991 +* ((( 992 +MM: 1: add CRC-16/MODBUS ; 0: no CRC 993 +))) 994 +* ((( 995 +NN: The length of RS485 command 996 +))) 997 +* ((( 998 +XX XX XX XX: RS485 command total NN bytes 999 +))) 1000 +* ((( 1001 +YY: How many bytes will be uplink from the return of this RS485 command, if YY=0, RS485-BL will execute the downlink command without uplink; if YY>0, RS485-BL will uplink total YY bytes from the output of this RS485 command 1002 +))) 811 811 1004 +((( 812 812 **Example 1:** 1006 +))) 813 813 1008 +((( 814 814 To connect a Modbus Alarm with below commands. 1010 +))) 815 815 816 -* The command to active alarm is: 0A 05 00 04 00 01 **4C B0**. Where 0A 05 00 04 00 01 is the Modbus command to read the register 00 40 where stored the DI status. The 4C B0 is the CRC-16/MODBUS which calculate manually. 1012 +* ((( 1013 +The command to active alarm is: 0A 05 00 04 00 01 **4C B0**. Where 0A 05 00 04 00 01 is the Modbus command to read the register 00 40 where stored the DI status. The 4C B0 is the CRC-16/MODBUS which calculate manually. 1014 +))) 817 817 818 -* The command to deactivate alarm is: 0A 05 00 04 00 00 **8D 70**. Where 0A 05 00 04 00 00 is the Modbus command to read the register 00 40 where stored the DI status. The 8D 70 is the CRC-16/MODBUS which calculate manually. 1016 +* ((( 1017 +The command to deactivate alarm is: 0A 05 00 04 00 00 **8D 70**. Where 0A 05 00 04 00 00 is the Modbus command to read the register 00 40 where stored the DI status. The 8D 70 is the CRC-16/MODBUS which calculate manually. 1018 +))) 819 819 1020 +((( 820 820 So if user want to use downlink command to control to RS485 Alarm, he can use: 1022 +))) 821 821 1024 +((( 822 822 (% style="color:#037691" %)**A8 01 06 0A 05 00 04 00 01 00**(%%): to activate the RS485 Alarm 1026 +))) 823 823 1028 +((( 824 824 (% style="color:#037691" %)**A8 01 06 0A 05 00 04 00 00 00**(%%): to deactivate the RS485 Alarm 1030 +))) 825 825 1032 +((( 826 826 A8 is type code and 01 means add CRC-16/MODBUS at the end, the 3^^rd^^ byte is 06, means the next 6 bytes are the command to be sent to the RS485 network, the final byte 00 means this command don’t need to acquire output. 1034 +))) 827 827 1036 +((( 1037 + 1038 +))) 828 828 1040 +((( 829 829 **Example 2:** 1042 +))) 830 830 1044 +((( 831 831 Check TTL Sensor return: 1046 +))) 832 832 1048 +((( 833 833 [[image:1654132684752-193.png]] 1050 +))) 834 834 835 835 836 836 837 837 1055 + 838 838 ==== **Set Payload version** ==== 839 839 840 840 This is the first byte of the uplink payload. RS485-BL can connect to different sensors. User can set the PAYVER field to tell server how to decode the current payload. ... ... @@ -855,87 +855,171 @@ 855 855 856 856 857 857 1076 + 858 858 ==== **Set RS485 Sampling Commands** ==== 859 859 1079 +((( 860 860 AT+COMMANDx, AT+DATACUTx and AT+SEARCHx 1081 +))) 861 861 1083 +((( 862 862 These three commands are used to configure how the RS485-BL polling data from Modbus device. Detail of usage please see : [[polling RS485 device>>||anchor="H3.3.3Configurereadcommandsforeachsampling"]]. 1085 +))) 863 863 1087 +((( 1088 + 1089 +))) 864 864 865 -* **AT Command:** 1091 +* ((( 1092 +**AT Command:** 1093 +))) 866 866 867 867 (% class="box infomessage" %) 868 868 ((( 1097 +((( 869 869 **AT+COMMANDx: Configure RS485 read command to sensor.** 870 870 ))) 1100 +))) 871 871 872 872 (% class="box infomessage" %) 873 873 ((( 1104 +((( 874 874 **AT+DATACUTx: Configure how to handle return from RS485 devices.** 875 875 ))) 1107 +))) 876 876 877 877 (% class="box infomessage" %) 878 878 ((( 1111 +((( 879 879 **AT+SEARCHx: Configure search command** 880 880 ))) 1114 +))) 881 881 1116 +((( 1117 + 1118 +))) 882 882 883 -* **Downlink Payload:** 1120 +* ((( 1121 +**Downlink Payload:** 1122 +))) 884 884 1124 +((( 885 885 **0xAF** downlink command can be used to set AT+COMMANDx or AT+DATACUTx. 1126 +))) 886 886 1128 +((( 887 887 (% style="color:red" %)**Note**(%%): if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink. 1130 +))) 888 888 1132 +((( 889 889 Format: AF MM NN LL XX XX XX XX YY 1134 +))) 890 890 1136 +((( 891 891 Where: 1138 +))) 892 892 893 -* MM: the ATCOMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F, 894 -* NN: 0: no CRC; 1: add CRC-16/MODBUS ; 2: set the AT+DATACUT value. 895 -* LL: The length of AT+COMMAND or AT+DATACUT command 896 -* XX XX XX XX: AT+COMMAND or AT+DATACUT command 897 -* YY: If YY=0, RS485-BL will execute the downlink command without uplink; if YY=1, RS485-BL will execute an uplink after got this command. 1140 +* ((( 1141 +MM: the ATCOMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F, 1142 +))) 1143 +* ((( 1144 +NN: 0: no CRC; 1: add CRC-16/MODBUS ; 2: set the AT+DATACUT value. 1145 +))) 1146 +* ((( 1147 +LL: The length of AT+COMMAND or AT+DATACUT command 1148 +))) 1149 +* ((( 1150 +XX XX XX XX: AT+COMMAND or AT+DATACUT command 1151 +))) 1152 +* ((( 1153 +YY: If YY=0, RS485-BL will execute the downlink command without uplink; if YY=1, RS485-BL will execute an uplink after got this command. 1154 +))) 898 898 1156 +((( 899 899 **Example:** 1158 +))) 900 900 1160 +((( 901 901 (% style="color:#037691" %)**AF 03 01 06 0A 05 00 04 00 01 00**(%%): Same as AT+COMMAND3=0A 05 00 04 00 01,1 1162 +))) 902 902 1164 +((( 903 903 (% style="color:#037691" %)**AF 03 02 06**(% style="color:orange" %)** 10 **(% style="color:red" %)**01 **(% style="color:green" %)**05 06 09 0A**(% style="color:#037691" %)** 00**(%%): Same as AT+DATACUT3=(% style="color:orange" %)**16**(%%),(% style="color:red" %)**1**(%%),(% style="color:green" %)**5+6+9+10** 1166 +))) 904 904 1168 +((( 905 905 (% style="color:#037691" %)**AF 03 02 06 **(% style="color:orange" %)**0B**(% style="color:red" %)** 02 **(% style="color:green" %)**05 07 08 0A **(% style="color:#037691" %)**00**(%%): Same as AT+DATACUT3=(% style="color:orange" %)**11**(%%),(% style="color:red" %)**2**(%%),(% style="color:green" %)**5~~7+8~~10** 1170 +))) 906 906 1172 +((( 1173 + 1174 +))) 907 907 1176 +((( 908 908 **0xAB** downlink command can be used for set AT+SEARCHx 1178 +))) 909 909 1180 +((( 910 910 **Example:** **AB aa 01 03 xx xx xx** (03 here means there are total 3 bytes after 03) So 1182 +))) 911 911 912 -* AB aa 01 03 xx xx xx same as AT+SEARCHaa=1,xx xx xx 913 -* AB aa 02 03 xx xx xx 02 yy yy(03 means there are 3 bytes after 03, they are xx xx xx;02 means there are 2 bytes after 02, they are yy yy) so the commands 1184 +* ((( 1185 +AB aa 01 03 xx xx xx same as AT+SEARCHaa=1,xx xx xx 1186 +))) 1187 +* ((( 1188 +AB aa 02 03 xx xx xx 02 yy yy(03 means there are 3 bytes after 03, they are xx xx xx;02 means there are 2 bytes after 02, they are yy yy) so the commands 1189 +))) 914 914 1191 +((( 915 915 **AB aa 02 03 xx xx xx 02 yy yy** same as **AT+SEARCHaa=2,xx xx xx+yy yy** 1193 +))) 916 916 917 917 918 918 1197 + 919 919 ==== **Fast command to handle MODBUS device** ==== 920 920 1200 +((( 921 921 AT+MBFUN is valid since v1.3 firmware version. The command is for fast configure to read Modbus devices. It is only valid for the devices which follow the [[MODBUS-RTU protocol>>url:https://www.modbustools.com/modbus.html]]. 1202 +))) 922 922 1204 +((( 923 923 This command is valid since v1.3 firmware version 1206 +))) 924 924 1208 +((( 1209 + 1210 +))) 925 925 1212 +((( 926 926 **AT+MBFUN has only two value:** 1214 +))) 927 927 928 -* **AT+MBFUN=1**: Enable Modbus reading. And get response base on the MODBUS return 1216 +* ((( 1217 +**AT+MBFUN=1**: Enable Modbus reading. And get response base on the MODBUS return 1218 +))) 929 929 1220 +((( 930 930 AT+MBFUN=1, device can auto read the Modbus function code: 01, 02, 03 or 04. AT+MBFUN has lower priority vs AT+DATACUT command. If AT+DATACUT command is configured, AT+MBFUN will be ignore. 1222 +))) 931 931 932 -* **AT+MBFUN=0**: Disable Modbus fast reading. 1224 +* ((( 1225 +**AT+MBFUN=0**: Disable Modbus fast reading. 1226 +))) 933 933 1228 +((( 934 934 **Example:** 1230 +))) 935 935 936 -* AT+MBFUN=1 and AT+DATACUT1/AT+DATACUT2 are not configure (0,0,0). 937 -* AT+COMMAND1= 01 03 00 10 00 08,1 ~-~-> read slave address 01 , function code 03, start address 00 01, quantity of registers 00 08. 938 -* AT+COMMAND2= 01 02 00 40 00 10,1 ~-~-> read slave address 01 , function code 02, start address 00 40, quantity of inputs 00 10. 1232 +* ((( 1233 +AT+MBFUN=1 and AT+DATACUT1/AT+DATACUT2 are not configure (0,0,0). 1234 +))) 1235 +* ((( 1236 +AT+COMMAND1= 01 03 00 10 00 08,1 ~-~-> read slave address 01 , function code 03, start address 00 01, quantity of registers 00 08. 1237 +))) 1238 +* ((( 1239 +AT+COMMAND2= 01 02 00 40 00 10,1 ~-~-> read slave address 01 , function code 02, start address 00 40, quantity of inputs 00 10. 1240 +))) 939 939 940 940 [[image:1654133913295-597.png]] 941 941 ... ... @@ -943,67 +943,120 @@ 943 943 [[image:1654133954153-643.png]] 944 944 945 945 946 -* **Downlink Commands:** 1248 +* ((( 1249 +**Downlink Commands:** 1250 +))) 947 947 1252 +((( 948 948 **A9 aa** ~-~-> Same as AT+MBFUN=aa 1254 +))) 949 949 950 950 951 951 1258 + 952 952 ==== **RS485 command timeout** ==== 953 953 1261 +((( 954 954 Some Modbus device has slow action to send replies. This command is used to configure the RS485-BL to use longer time to wait for their action. 1263 +))) 955 955 1265 +((( 956 956 Default value: 0, range: 0 ~~ 5 seconds 1267 +))) 957 957 1269 +((( 1270 + 1271 +))) 958 958 959 -* **AT Command:** 1273 +* ((( 1274 +**AT Command:** 1275 +))) 960 960 961 961 (% class="box infomessage" %) 962 962 ((( 1279 +((( 963 963 **AT+CMDDLaa=hex(bb cc)** 964 964 ))) 1282 +))) 965 965 1284 +((( 966 966 **Example:** 1286 +))) 967 967 1288 +((( 968 968 **AT+CMDDL1=1000** to send the open time to 1000ms 1290 +))) 969 969 1292 +((( 1293 + 1294 +))) 970 970 971 -* **Downlink Payload:** 1296 +* ((( 1297 +**Downlink Payload:** 1298 +))) 972 972 1300 +((( 973 973 0x AA aa bb cc 1302 +))) 974 974 1304 +((( 975 975 Same as: AT+CMDDLaa=hex(bb cc) 1306 +))) 976 976 1308 +((( 977 977 **Example:** 1310 +))) 978 978 1312 +((( 979 979 **0xAA 01 03 E8** ~-~-> Same as **AT+CMDDL1=1000 ms** 1314 +))) 980 980 981 981 982 982 1318 + 983 983 ==== **Uplink payload mode** ==== 984 984 1321 +((( 985 985 Define to use one uplink or multiple uplinks for the sampling. 1323 +))) 986 986 1325 +((( 987 987 The use of this command please see: [[Compose Uplink payload>>||anchor="H3.3.4Composetheuplinkpayload"]] 1327 +))) 988 988 989 -* **AT Command:** 1329 +* ((( 1330 +**AT Command:** 1331 +))) 990 990 991 991 (% class="box infomessage" %) 992 992 ((( 1335 +((( 993 993 **AT+DATAUP=0** 994 994 ))) 1338 +))) 995 995 996 996 (% class="box infomessage" %) 997 997 ((( 1342 +((( 998 998 **AT+DATAUP=1** 999 999 ))) 1345 +))) 1000 1000 1347 +((( 1348 + 1349 +))) 1001 1001 1002 -* **Downlink Payload:** 1351 +* ((( 1352 +**Downlink Payload:** 1353 +))) 1003 1003 1355 +((( 1004 1004 **0xAD 00** **~-~->** Same as AT+DATAUP=0 1357 +))) 1005 1005 1359 +((( 1006 1006 **0xAD 01** **~-~->** Same as AT+DATAUP=1 1361 +))) 1007 1007 1008 1008 1009 1009 ... ... @@ -1021,132 +1021,229 @@ 1021 1021 1022 1022 ==== **Clear RS485 Command** ==== 1023 1023 1379 +((( 1024 1024 The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them. 1381 +))) 1025 1025 1383 +((( 1384 + 1385 +))) 1026 1026 1027 -* **AT Command:** 1387 +* ((( 1388 +**AT Command:** 1389 +))) 1028 1028 1391 +((( 1029 1029 (% style="color:#037691" %)**AT+CMDEAR=mm,nn** (%%) mm: start position of erase ,nn: stop position of erase Etc. AT+CMDEAR=1,10 means erase AT+COMMAND1/AT+DATACUT1 to AT+COMMAND10/AT+DATACUT10 1393 +))) 1030 1030 1395 +((( 1031 1031 Example screen shot after clear all RS485 commands. 1397 +))) 1032 1032 1399 +((( 1400 + 1401 +))) 1033 1033 1403 +((( 1034 1034 The uplink screen shot is: 1405 +))) 1035 1035 1407 +((( 1036 1036 [[image:1654134704555-320.png]] 1409 +))) 1037 1037 1411 +((( 1412 + 1413 +))) 1038 1038 1039 -* **Downlink Payload:** 1415 +* ((( 1416 +**Downlink Payload:** 1417 +))) 1040 1040 1419 +((( 1041 1041 **0x09 aa bb** same as AT+CMDEAR=aa,bb 1421 +))) 1042 1042 1043 1043 1044 1044 1425 + 1045 1045 ==== **Set Serial Communication Parameters** ==== 1046 1046 1428 +((( 1047 1047 Set the Rs485 serial communication parameters: 1430 +))) 1048 1048 1049 -* **AT Command:** 1432 +* ((( 1433 +**AT Command:** 1434 +))) 1050 1050 1436 +((( 1051 1051 Set Baud Rate: 1438 +))) 1052 1052 1053 1053 (% class="box infomessage" %) 1054 1054 ((( 1442 +((( 1055 1055 **AT+BAUDR=9600** ~/~/ Options: (1200,2400,4800,14400,19200,115200) 1056 -))) 1057 1057 1058 1058 Set UART Parity 1059 - 1060 -(% class="box infomessage" %) 1061 -((( 1062 1062 **AT+PARITY=0** ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity 1063 -))) 1064 1064 1065 1065 Set STOPBIT 1066 1066 1067 -(% class="box infomessage" %) 1068 -((( 1069 1069 **AT+STOPBIT=0** ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits 1070 1070 ))) 1452 +))) 1071 1071 1072 1072 1073 -* **Downlink Payload:** 1455 +* ((( 1456 +**Downlink Payload:** 1457 +))) 1074 1074 1459 +((( 1075 1075 **A7 01 aa bb**: Same AT+BAUDR=hex(aa bb)*100 1461 +))) 1076 1076 1463 +((( 1077 1077 **Example:** 1465 +))) 1078 1078 1079 -* A7 01 00 60 same as AT+BAUDR=9600 1080 -* A7 01 04 80 same as AT+BAUDR=115200 1467 +* ((( 1468 +A7 01 00 60 same as AT+BAUDR=9600 1469 +))) 1470 +* ((( 1471 +A7 01 04 80 same as AT+BAUDR=115200 1472 +))) 1081 1081 1474 +((( 1082 1082 A7 02 aa: Same as AT+PARITY=aa (aa value: 00 , 01 or 02) 1476 +))) 1083 1083 1478 +((( 1084 1084 A7 03 aa: Same as AT+STOPBIT=aa (aa value: 00 , 01 or 02) 1480 +))) 1085 1085 1086 1086 1087 1087 1484 + 1088 1088 ==== **Control output power duration** ==== 1089 1089 1487 +((( 1090 1090 User can set the output power duration before each sampling. 1489 +))) 1091 1091 1092 -* **AT Command:** 1491 +* ((( 1492 +**AT Command:** 1493 +))) 1093 1093 1495 +((( 1094 1094 **Example:** 1497 +))) 1095 1095 1499 +((( 1096 1096 **AT+3V3T=1000** ~/~/ 3V3 output power will open 1s before each sampling. 1501 +))) 1097 1097 1503 +((( 1098 1098 **AT+5VT=1000** ~/~/ +5V output power will open 1s before each sampling. 1505 +))) 1099 1099 1507 +((( 1508 + 1509 +))) 1100 1100 1101 -* **LoRaWAN Downlink Command:** 1511 +* ((( 1512 +**LoRaWAN Downlink Command:** 1513 +))) 1102 1102 1515 +((( 1103 1103 **07 01 aa bb** Same as AT+5VT=(aa bb) 1517 +))) 1104 1104 1519 +((( 1105 1105 **07 02 aa bb** Same as AT+3V3T=(aa bb) 1521 +))) 1106 1106 1107 1107 1108 1108 1109 1109 == 3.6 Buttons == 1110 1110 1111 -(% border="1" style="background-color:#ffffcc; color:green; width:233px" %) 1527 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:233px" %) 1112 1112 |=(% style="width: 89px;" %)**Button**|=(% style="width: 141px;" %)**Feature** 1113 1113 |(% style="width:89px" %)**RST**|(% style="width:141px" %)Reboot RS485-BL 1114 1114 1115 - 1116 1116 == 3.7 +3V3 Output == 1117 1117 1533 +((( 1118 1118 RS485-BL has a Controllable +3V3 output, user can use this output to power external sensor. 1535 +))) 1119 1119 1537 +((( 1120 1120 The +3V3 output will be valid for every sampling. RS485-BL will enable +3V3 output before all sampling and disable the +3V3 after all sampling. 1539 +))) 1121 1121 1541 +((( 1122 1122 The +3V3 output time can be controlled by AT Command. 1543 +))) 1123 1123 1545 +((( 1546 + 1547 +))) 1124 1124 1549 +((( 1125 1125 (% style="color:#037691" %)**AT+3V3T=1000** 1551 +))) 1126 1126 1553 +((( 1554 + 1555 +))) 1127 1127 1557 +((( 1128 1128 Means set +3v3 valid time to have 1000ms. So, the real +3v3 output will actually have 1000ms + sampling time for other sensors. 1559 +))) 1129 1129 1561 +((( 1130 1130 By default, the AT+3V3T=0. This is a special case, means the +3V3 output is always on at any time 1563 +))) 1131 1131 1132 1132 1133 1133 == 3.8 +5V Output == 1134 1134 1568 +((( 1135 1135 RS485-BL has a Controllable +5V output, user can use this output to power external sensor. 1570 +))) 1136 1136 1572 +((( 1137 1137 The +5V output will be valid for every sampling. RS485-BL will enable +5V output before all sampling and disable the +5v after all sampling. 1574 +))) 1138 1138 1576 +((( 1139 1139 The 5V output time can be controlled by AT Command. 1578 +))) 1140 1140 1580 +((( 1581 + 1582 +))) 1141 1141 1584 +((( 1142 1142 (% style="color:#037691" %)**AT+5VT=1000** 1586 +))) 1143 1143 1588 +((( 1589 + 1590 +))) 1144 1144 1592 +((( 1145 1145 Means set 5V valid time to have 1000ms. So, the real 5V output will actually have 1000ms + sampling time for other sensors. 1594 +))) 1146 1146 1596 +((( 1147 1147 By default, the AT+5VT=0. If the external sensor which require 5v and require more time to get stable state, user can use this command to increase the power ON duration for this sensor. 1598 +))) 1148 1148 1149 1149 1601 + 1150 1150 == 3.9 LEDs == 1151 1151 1152 1152 (% border="1" style="background-color:#ffffcc; color:green; width:332px" %) ... ... @@ -1153,26 +1153,22 @@ 1153 1153 |=**LEDs**|=(% style="width: 274px;" %)**Feature** 1154 1154 |**LED1**|(% style="width:274px" %)Blink when device transmit a packet. 1155 1155 1156 - 1157 - 1158 1158 == 3.10 Switch Jumper == 1159 1159 1160 -(% border="1" style="background-color:#ffffcc; color:green; width:515px" %) 1161 -|=(% style="width: 124px;" %)**Switch Jumper**|=(% style="width: 388px;" %)**Feature** 1162 -|(% style="width:124px" %)**SW1**|(% style="width:388px" %)((( 1163 -ISP position: Upgrade firmware via UART 1164 - 1610 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:463px" %) 1611 +|=(% style="width: 123px;" %)**Switch Jumper**|=(% style="width: 336px;" %)**Feature** 1612 +|(% style="width:123px" %)**SW1**|(% style="width:336px" %)ISP position: Upgrade firmware via UART 1165 1165 Flash position: Configure device, check running status. 1166 -))) 1167 -|(% style="width:124px" %)**SW2**|(% style="width:388px" %)((( 1168 -5V position: set to compatible with 5v I/O. 1169 - 1614 +|(% style="width:123px" %)**SW2**|(% style="width:336px" %)5V position: set to compatible with 5v I/O. 1170 1170 3.3v position: set to compatible with 3.3v I/O., 1171 -))) 1172 1172 1617 +((( 1173 1173 **+3.3V**: is always ON 1619 +))) 1174 1174 1621 +((( 1175 1175 **+5V**: Only open before every sampling. The time is by default, it is AT+5VT=0. Max open time. 5000 ms. 1623 +))) 1176 1176 1177 1177 1178 1178 = 4. Case Study = ... ... @@ -1184,17 +1184,23 @@ 1184 1184 1185 1185 == 5.1 Access AT Command == 1186 1186 1635 +((( 1187 1187 RS485-BL supports AT Command set. User can use a USB to TTL adapter plus the 3.5mm Program Cable to connect to RS485-BL to use AT command, as below. 1637 +))) 1188 1188 1189 1189 [[image:1654135840598-282.png]] 1190 1190 1191 1191 1642 +((( 1192 1192 In PC, User needs to set (% style="color:blue" %)**serial tool**(%%)(such as [[putty>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console of RS485-BL. The default password is 123456. Below is the output for reference: 1644 +))) 1193 1193 1194 1194 [[image:1654136105500-922.png]] 1195 1195 1196 1196 1197 -More detail AT Command manual can be found at [[AT Command Manual>>||anchor="3.5ConfigureRS485-BLviaATorDownlink"]] 1649 +((( 1650 +More detail AT Command manual can be found at [[AT Command Manual>>||anchor="H3.5ConfigureRS485-BLviaATorDownlink"]] 1651 +))) 1198 1198 1199 1199 1200 1200 == 5.2 Common AT Command Sequence == ... ... @@ -1206,20 +1206,14 @@ 1206 1206 (% class="box infomessage" %) 1207 1207 ((( 1208 1208 **AT+FDR** 1209 -))) 1210 - 1211 -(% class="box infomessage" %) 1212 -((( 1213 1213 **AT+NJM=0** 1214 -))) 1215 - 1216 -(% class="box infomessage" %) 1217 -((( 1218 1218 **ATZ** 1219 1219 ))) 1220 1220 1221 1221 1668 +((( 1222 1222 If device already joined network: 1670 +))) 1223 1223 1224 1224 (% class="box infomessage" %) 1225 1225 ((( ... ... @@ -1258,10 +1258,12 @@ 1258 1258 1259 1259 (% style="color:red" %)**Note:** 1260 1260 1709 +((( 1261 1261 (% style="color:red" %)1. Make sure the device is set to ABP mode in the IoT Server. 1262 1262 2. Make sure the LG01/02 gateway RX frequency is exactly the same as AT+CHS setting. 1263 1263 3. Make sure SF / bandwidth setting in LG01/LG02 match the settings of AT+DR. refer [[this link>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means. 1264 1264 4. The command AT+RX2FQ and AT+RX2DR is to let downlink work. to set the correct parameters, user can check the actually downlink parameters to be used. As below. Which shows the RX2FQ should use 868400000 and RX2DR should be 5 1714 +))) 1265 1265 1266 1266 [[image:1654136435598-589.png]] 1267 1267 ... ... @@ -1270,13 +1270,23 @@ 1270 1270 1271 1271 == 6.1 How to upgrade the image? == 1272 1272 1723 +((( 1273 1273 The RS485-BL LoRaWAN Controller is shipped with a 3.5mm cable, the cable is used to upload image to RS485-BL to: 1725 +))) 1274 1274 1275 -* Support new features 1276 -* For bug fix 1277 -* Change LoRaWAN bands. 1727 +* ((( 1728 +Support new features 1729 +))) 1730 +* ((( 1731 +For bug fix 1732 +))) 1733 +* ((( 1734 +Change LoRaWAN bands. 1735 +))) 1278 1278 1737 +((( 1279 1279 Below shows the hardware connection for how to upload an image to RS485-BL: 1739 +))) 1280 1280 1281 1281 [[image:1654136646995-976.png]] 1282 1282 ... ... @@ -1298,13 +1298,17 @@ 1298 1298 1299 1299 == 6.2 How to change the LoRa Frequency Bands/Region? == 1300 1300 1761 +((( 1301 1301 User can follow the introduction for [[how to upgrade image>>||anchor="H6.1Howtoupgradetheimage3F"]]. When download the images, choose the required image file for download. 1763 +))) 1302 1302 1303 1303 1304 1304 1305 1305 == 6.3 How many RS485-Slave can RS485-BL connects? == 1306 1306 1769 +((( 1307 1307 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"]]. 1771 +))) 1308 1308 1309 1309 1310 1310 ... ... @@ -1338,7 +1338,6 @@ 1338 1338 * (% style="color:blue" %)**RU864**(%%): frequency bands RU864 1339 1339 * (% style="color:blue" %)**KZ865**(%%): frequency bands KZ865 1340 1340 1341 - 1342 1342 = 9. Packing Info = 1343 1343 1344 1344 ((( ... ... @@ -1376,5 +1376,9 @@ 1376 1376 1377 1377 = 10. Support = 1378 1378 1379 -* 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. 1380 -* 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]] 1842 +* ((( 1843 +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. 1844 +))) 1845 +* ((( 1846 +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]] 1847 +)))
- image-20220606105412-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +13.9 KB - Content