<
From version < 57.35 >
edited by Xiaoling
on 2022/06/06 09:32
To version < 58.30 >
edited by Xiaoling
on 2022/06/06 11:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -76,23 +76,33 @@
76 76  
77 77  (((
78 78  (((
79 +(((
79 79  The Dragino RS485-LN is a (% style="color:blue" %)**RS485 to LoRaWAN Converter**(%%). It converts the RS485 signal into LoRaWAN wireless signal which simplify the IoT installation and reduce the installation/maintaining cost.
80 80  )))
82 +)))
81 81  
82 82  (((
85 +(((
83 83  RS485-LN allows user to (% style="color:blue" %)**monitor / control RS485 devices**(%%) and reach extremely long ranges. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption. It targets professional wireless sensor network applications such as irrigation systems, smart metering, smart cities, smartphone detection, building automation, and so on.
84 84  )))
88 +)))
85 85  
86 86  (((
91 +(((
87 87  (% style="color:blue" %)**For data uplink**(%%), RS485-LN sends user-defined commands to RS485 devices and gets the return from the RS485 devices. RS485-LN will process these returns according to user-define rules to get the final payload and upload to LoRaWAN server.
88 88  )))
94 +)))
89 89  
90 90  (((
97 +(((
91 91  (% style="color:blue" %)**For data downlink**(%%), RS485-LN runs in LoRaWAN Class C. When there downlink commands from LoRaWAN server, RS485-LN will forward the commands from LoRaWAN server to RS485 devices.
99 +)))
92 92  
101 +(((
93 93  (% style="color:blue" %)**Demo Dashboard for RS485-LN**(%%) connect to two energy meters: [[https:~~/~~/app.datacake.de/dashboard/d/58844a26-378d-4c5a-aaf5-b5b5b153447a>>url:https://app.datacake.de/dashboard/d/58844a26-378d-4c5a-aaf5-b5b5b153447a]]
94 94  )))
95 95  )))
105 +)))
96 96  
97 97  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/1653267211009-519.png?width=724&height=419&rev=1.1||alt="1653267211009-519.png" height="419" width="724"]]
98 98  
... ... @@ -163,9 +163,13 @@
163 163  
164 164  (((
165 165  (((
176 +(((
166 166  v1.2: Add External Interrupt Pin.
178 +)))
167 167  
180 +(((
168 168  v1.0: Release
182 +)))
169 169  
170 170  
171 171  )))
... ... @@ -193,7 +193,9 @@
193 193  == 3.1 How it works? ==
194 194  
195 195  (((
210 +(((
196 196  The RS485-LN is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network. To connect a local LoRaWAN network, user just need to input the OTAA keys in the network server and power on the RS485-LN. It will auto join the network via OTAA.
212 +)))
197 197  
198 198  
199 199  )))
... ... @@ -283,19 +283,19 @@
283 283  
284 284  To use RS485-LN to read data from RS485 sensors, connect the RS485-LN A/B traces to the sensors. And user need to make sure RS485-LN use the match UART setting to access the sensors. The related commands for UART settings are:
285 285  
286 -(% border="1" style="background-color:#ffffcc; color:green; width:782px" %)
287 -|(% style="width:128px" %)(((
302 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
303 +|=(% style="width: 110px;" %)(((
288 288  **AT Commands**
289 -)))|(% style="width:305px" %)(((
305 +)))|=(% style="width: 190px;" %)(((
290 290  **Description**
291 -)))|(% style="width:346px" %)(((
307 +)))|=(% style="width: 190px;" %)(((
292 292  **Example**
293 293  )))
294 -|(% style="width:128px" %)(((
310 +|(% style="width:110px" %)(((
295 295  AT+BAUDR
296 -)))|(% style="width:305px" %)(((
312 +)))|(% style="width:190px" %)(((
297 297  Set the baud rate (for RS485 connection). Default Value is: 9600.
298 -)))|(% style="width:346px" %)(((
314 +)))|(% style="width:190px" %)(((
299 299  (((
300 300  AT+BAUDR=9600
301 301  )))
... ... @@ -304,11 +304,11 @@
304 304  Options: (1200,2400,4800,14400,19200,115200)
305 305  )))
306 306  )))
307 -|(% style="width:128px" %)(((
323 +|(% style="width:110px" %)(((
308 308  AT+PARITY
309 -)))|(% style="width:305px" %)(((
325 +)))|(% style="width:190px" %)(((
310 310  Set UART parity (for RS485 connection)
311 -)))|(% style="width:346px" %)(((
327 +)))|(% style="width:190px" %)(((
312 312  (((
313 313  AT+PARITY=0
314 314  )))
... ... @@ -317,9 +317,9 @@
317 317  Option: 0: no parity, 1: odd parity, 2: even parity
318 318  )))
319 319  )))
320 -|(% style="width:128px" %)(((
336 +|(% style="width:110px" %)(((
321 321  AT+STOPBIT
322 -)))|(% style="width:305px" %)(((
338 +)))|(% style="width:190px" %)(((
323 323  (((
324 324  Set serial stopbit (for RS485 connection)
325 325  )))
... ... @@ -327,7 +327,7 @@
327 327  (((
328 328  
329 329  )))
330 -)))|(% style="width:346px" %)(((
346 +)))|(% style="width:190px" %)(((
331 331  (((
332 332  AT+STOPBIT=0 for 1bit
333 333  )))
... ... @@ -349,15 +349,15 @@
349 349  )))
350 350  )))
351 351  
352 -(% border="1" style="background-color:#ffffcc; color:green; width:806px" %)
353 -|**AT Commands**|(% style="width:418px" %)**Description**|(% style="width:256px" %)**Example**
354 -|AT+CFGDEV|(% style="width:418px" %)(((
368 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
369 +|=(% style="width: 110px;" %)**AT Commands**|=(% style="width: 190px;" %)**Description**|=(% style="width: 190px;" %)**Example**
370 +|AT+CFGDEV|(% style="width:110px" %)(((
355 355  This command is used to configure the RS485/TTL devices; they won’t be used during sampling.
356 356  
357 357  AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,
358 358  
359 359  mm: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command
360 -)))|(% style="width:256px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
376 +)))|(% style="width:190px" %)AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m
361 361  
362 362  === 3.3.3 Configure read commands for each sampling ===
363 363  
... ... @@ -404,8 +404,8 @@
404 404  
405 405  **AT+DATACUTx : **This command defines how to handle the return from AT+COMMANDx, max return length is 45 bytes.
406 406  
407 -(% border="1" style="background-color:#4bacc6; color:white; width:725px" %)
408 -|(% style="width:722px" %)(((
423 +(% border="1" style="background-color:#4bacc6; color:white; width:510px" %)
424 +|(% style="width:510px" %)(((
409 409  **AT+DATACUTx=a,b,c**
410 410  
411 411  * **a: length for the return of AT+COMMAND**
... ... @@ -531,33 +531,35 @@
531 531  
532 532  == 3.4 Uplink Payload ==
533 533  
534 -(% border="1" style="background-color:#4bacc6; color:white; width:734px" %)
535 -|**Size(bytes)**|(% style="width:120px" %)**2**|(% style="width:116px" %)**1**|(% style="width:386px" %)**Length depends on the return from the commands**
536 -|Value|(% style="width:120px" %)(((
537 -Battery(mV)
538 538  
539 -&
551 +[[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/image-20220606110929-1.png?rev=1.1||alt="image-20220606110929-1.png"]]
540 540  
541 -Interrupt _Flag
542 -)))|(% style="width:116px" %)(((
543 -PAYLOAD_VER
544 -
545 -
546 -)))|(% style="width:386px" %)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.
547 -
548 548  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
549 549  
550 550  
551 551  == 3.5 Configure RS485-BL via AT or Downlink ==
552 552  
558 +(((
553 553  User can configure RS485-LN via AT Commands or LoRaWAN Downlink Commands
560 +)))
554 554  
562 +(((
555 555  There are two kinds of Commands:
564 +)))
556 556  
557 -* (% 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>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
566 +* (((
567 +(% 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>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
568 +)))
558 558  
559 -* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-LN.  User can see these commands below:
570 +* (((
571 +(% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for RS485-LN.  User can see these commands below:
572 +)))
560 560  
574 +(((
575 +
576 +)))
577 +
578 +
561 561  === 3.5.1 Common Commands ===
562 562  
563 563  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>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
... ... @@ -576,142 +576,282 @@
576 576  
577 577  
578 578  
597 +
579 579  ==== **RS485 Debug Command** ====
580 580  
600 +(((
581 581  This command is used to configure the RS485 devices; they won’t be used during sampling.
602 +)))
582 582  
583 -* **AT Command**
604 +* (((
605 +**AT Command**
606 +)))
584 584  
585 585  (% class="box infomessage" %)
586 586  (((
610 +(((
587 587  **AT+CFGDEV=xx xx xx xx xx xx xx xx xx xx xx xx,m**
588 588  )))
613 +)))
589 589  
615 +(((
590 590  m: 0: no CRC, 1: add CRC-16/MODBUS in the end of this command
617 +)))
591 591  
592 -* **Downlink Payload**
619 +* (((
620 +**Downlink Payload**
621 +)))
593 593  
623 +(((
594 594  Format: A8 MM NN XX XX XX XX YY
625 +)))
595 595  
627 +(((
596 596  Where:
629 +)))
597 597  
598 -* MM: 1: add CRC-16/MODBUS ; 0: no CRC
599 -* NN: The length of RS485 command
600 -* XX XX XX XX: RS485 command total NN bytes
601 -* YY: How many bytes will be uplink from the return of this RS485 command,
602 -** if YY=0, RS485-LN will execute the downlink command without uplink;
603 -** if YY>0, RS485-LN will uplink total YY bytes from the output of this RS485 command; Fport=200
604 -** if YY=FF, RS485-LN will uplink RS485 output with the downlink command content; Fport=200.
631 +* (((
632 +MM: 1: add CRC-16/MODBUS ; 0: no CRC
633 +)))
634 +* (((
635 +NN: The length of RS485 command
636 +)))
637 +* (((
638 +XX XX XX XX: RS485 command total NN bytes
639 +)))
640 +* (((
641 +(((
642 +YY: How many bytes will be uplink from the return of this RS485 command,
643 +)))
605 605  
645 +* (((
646 +if YY=0, RS485-LN will execute the downlink command without uplink;
647 +)))
648 +* (((
649 +if YY>0, RS485-LN will uplink total YY bytes from the output of this RS485 command; Fport=200
650 +)))
651 +* (((
652 +if YY=FF, RS485-LN will uplink RS485 output with the downlink command content; Fport=200.
653 +)))
654 +)))
655 +
656 +(((
606 606  **Example 1** ~-~-> Configure without ask for uplink (YY=0)
658 +)))
607 607  
660 +(((
608 608  To connect a Modbus Alarm with below commands.
662 +)))
609 609  
610 -* 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.
664 +* (((
665 +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.
666 +)))
611 611  
612 -* 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.
668 +* (((
669 +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.
670 +)))
613 613  
672 +(((
614 614  So if user want to use downlink command to control to RS485 Alarm, he can use:
674 +)))
615 615  
676 +(((
616 616  (% style="color:#4f81bd" %)**A8 01 06 0A 05 00 04 00 01 00**(%%): to activate the RS485 Alarm
678 +)))
617 617  
680 +(((
618 618  (% style="color:#4f81bd" %)**A8 01 06 0A 05 00 04 00 00 00**(%%): to deactivate the RS485 Alarm
682 +)))
619 619  
684 +(((
620 620  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.
686 +)))
621 621  
688 +(((
689 +
690 +)))
622 622  
692 +(((
623 623  **Example 2** ~-~-> Configure with requesting uplink and original downlink command (**YY=FF**)
694 +)))
624 624  
696 +(((
625 625  User in IoT server send a downlink command: (% style="color:#4f81bd" %)**A8 01 06 0A 08 00 04 00 01 YY**
698 +)))
626 626  
700 +(((
701 +
702 +)))
627 627  
704 +(((
628 628  RS485-LN got this downlink command and send (% style="color:#4f81bd" %)**0A 08 00 04 00 01 **(%%)to Modbus network. One of the RS485 sensor in the network send back Modbus reply **0A 08 00 04 00 00**. RS485-LN get this reply and combine with the original downlink command and uplink. The uplink message is:
706 +)))
629 629  
708 +(((
630 630   **A8** (% style="color:#4f81bd" %)**0A 08 00 04 00  **(% style="color:red" %)**01 06** ** **(% style="color:green" %)**0A 08 00 04 00 00**
710 +)))
631 631  
712 +(((
632 632   [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/1654159460680-153.png?rev=1.1||alt="1654159460680-153.png"]]
714 +)))
633 633  
634 634  
635 635  
718 +
636 636  ==== **Set Payload version** ====
637 637  
721 +(((
638 638  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.
723 +)))
639 639  
640 -* **AT Command:**
725 +* (((
726 +**AT Command:**
727 +)))
641 641  
642 642  (% class="box infomessage" %)
643 643  (((
731 +(((
644 644  **AT+PAYVER: Set PAYVER field = 1**
645 645  )))
734 +)))
646 646  
647 -* **Downlink Payload:**
736 +* (((
737 +**Downlink Payload:**
738 +)))
648 648  
740 +(((
649 649  **0xAE 01**  ~-~-> Set PAYVER field =  0x01
742 +)))
650 650  
744 +(((
651 651  **0xAE 0F**   ~-~-> Set PAYVER field =  0x0F
746 +)))
652 652  
653 653  
654 654  
750 +
655 655  ==== **Set RS485 Sampling Commands** ====
656 656  
753 +(((
657 657  AT+COMMANDx or AT+DATACUTx
755 +)))
658 658  
757 +(((
659 659  These three commands are used to configure how the RS485-LN polling data from Modbus device. Detail of usage please see : [[polling RS485 device>>path:#H3.3.3Configurereadcommandsforeachsampling]].
759 +)))
660 660  
761 +(((
762 +
763 +)))
661 661  
662 -* **AT Command:**
765 +* (((
766 +**AT Command:**
767 +)))
663 663  
664 664  (% class="box infomessage" %)
665 665  (((
771 +(((
666 666  **AT+COMMANDx: Configure RS485 read command to sensor.**
667 667  )))
774 +)))
668 668  
669 669  (% class="box infomessage" %)
670 670  (((
778 +(((
671 671  **AT+DATACUTx: Configure how to handle return from RS485 devices.**
672 672  )))
781 +)))
673 673  
783 +(((
784 +
785 +)))
674 674  
675 -* **Downlink Payload:**
787 +* (((
788 +**Downlink Payload:**
789 +)))
676 676  
791 +(((
677 677  **0xAF** downlink command can be used to set AT+COMMANDx or AT+DATACUTx.
793 +)))
678 678  
795 +(((
679 679  (% style="color:red" %)**Note**(%%): if user use AT+COMMANDx to add a new command, he also need to send AT+DATACUTx downlink.
797 +)))
680 680  
799 +(((
681 681  Format: AF MM NN LL XX XX XX XX YY
801 +)))
682 682  
803 +(((
683 683  Where:
805 +)))
684 684  
685 -* MM: the ATCOMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F,
686 -* NN:  0: no CRC; 1: add CRC-16/MODBUS ; 2: set the AT+DATACUT value.
687 -* LL:  The length of AT+COMMAND or AT+DATACUT command
688 -* XX XX XX XX: AT+COMMAND or AT+DATACUT command
689 -* YY:  If YY=0, RS485-BL will execute the downlink command without uplink; if YY=1, RS485-LN will execute an uplink after got this command.
807 +* (((
808 +MM: the ATCOMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F,
809 +)))
810 +* (((
811 +NN:  0: no CRC; 1: add CRC-16/MODBUS ; 2: set the AT+DATACUT value.
812 +)))
813 +* (((
814 +LL:  The length of AT+COMMAND or AT+DATACUT command
815 +)))
816 +* (((
817 +XX XX XX XX: AT+COMMAND or AT+DATACUT command
818 +)))
819 +* (((
820 +YY:  If YY=0, RS485-BL will execute the downlink command without uplink; if YY=1, RS485-LN will execute an uplink after got this command.
821 +)))
690 690  
823 +(((
691 691  **Example:**
825 +)))
692 692  
827 +(((
693 693  (% 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
829 +)))
694 694  
831 +(((
695 695  (% 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**
833 +)))
696 696  
835 +(((
697 697  (% 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**
837 +)))
698 698  
699 699  
700 700  
841 +
701 701  ==== **Fast command to handle MODBUS device** ====
702 702  
844 +(((
703 703  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]].
846 +)))
704 704  
848 +(((
705 705  This command is valid since v1.3 firmware version
850 +)))
706 706  
852 +(((
707 707  AT+MBFUN 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.
854 +)))
708 708  
856 +(((
857 +
858 +)))
709 709  
860 +(((
710 710  **Example:**
862 +)))
711 711  
712 -* AT+MBFUN=1 and AT+DATACUT1/AT+DATACUT2 are not configure (0,0,0). So RS485-LN.
713 -* 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.
714 -* 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.
864 +* (((
865 +AT+MBFUN=1 and AT+DATACUT1/AT+DATACUT2 are not configure (0,0,0). So RS485-LN.
866 +)))
867 +* (((
868 +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.
869 +)))
870 +* (((
871 +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.
872 +)))
715 715  
716 716  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/image-20220602165351-6.png?rev=1.1||alt="image-20220602165351-6.png"]]
717 717  
... ... @@ -719,201 +719,374 @@
719 719  
720 720  
721 721  
880 +
722 722  ==== **RS485 command timeout** ====
723 723  
883 +(((
724 724  Some Modbus device has slow action to send replies. This command is used to configure the RS485-LN to use longer time to wait for their action.
885 +)))
725 725  
887 +(((
726 726  Default value: 0, range:  0 ~~ 65 seconds
889 +)))
727 727  
728 -* **AT Command:**
891 +* (((
892 +**AT Command:**
893 +)))
729 729  
730 730  (% class="box infomessage" %)
731 731  (((
897 +(((
732 732  **AT+CMDDLaa=hex(bb cc)*1000**
733 733  )))
900 +)))
734 734  
902 +(((
735 735  **Example:**
904 +)))
736 736  
906 +(((
737 737  **AT+CMDDL1=1000** to send the open time to 1000ms
908 +)))
738 738  
910 +(((
911 +
912 +)))
739 739  
740 -* **Downlink Payload:**
914 +* (((
915 +**Downlink Payload:**
916 +)))
741 741  
918 +(((
742 742  **0x AA aa bb cc**
920 +)))
743 743  
922 +(((
744 744  Same as: AT+CMDDLaa=hex(bb cc)*1000
924 +)))
745 745  
926 +(((
746 746   **Example:**
928 +)))
747 747  
930 +(((
748 748   0xAA 01 00 01  ~-~-> Same as **AT+CMDDL1=1000 ms**
932 +)))
749 749  
750 750  
751 751  
936 +
752 752  ==== **Uplink payload mode** ====
753 753  
939 +(((
754 754  Define to use one uplink or multiple uplinks for the sampling.
941 +)))
755 755  
943 +(((
756 756  The use of this command please see: [[Compose Uplink payload>>path:#H3.3.4Composetheuplinkpayload]]
945 +)))
757 757  
758 -* **AT Command:**
947 +* (((
948 +**AT Command:**
949 +)))
759 759  
760 760  (% class="box infomessage" %)
761 761  (((
953 +(((
762 762  **AT+DATAUP=0**
763 763  )))
956 +)))
764 764  
765 765  (% class="box infomessage" %)
766 766  (((
960 +(((
767 767  **AT+DATAUP=1**
768 768  )))
963 +)))
769 769  
965 +(((
966 +
967 +)))
770 770  
771 -* **Downlink Payload:**
969 +* (((
970 +**Downlink Payload:**
971 +)))
772 772  
973 +(((
773 773  **0xAD 00**  **~-~->** Same as AT+DATAUP=0
975 +)))
774 774  
977 +(((
775 775  **0xAD 01**  **~-~->** Same as AT+DATAUP=1
979 +)))
776 776  
777 777  
778 778  
983 +
779 779  ==== **Manually trigger an Uplink** ====
780 780  
986 +(((
781 781  Ask device to send an uplink immediately.
988 +)))
782 782  
783 -* **AT Command:**
990 +* (((
991 +**AT Command:**
992 +)))
784 784  
994 +(((
785 785  No AT Command for this, user can press the [[ACT button>>path:#H3.7Buttons]] for 1 second for the same.
996 +)))
786 786  
998 +(((
999 +
1000 +)))
787 787  
788 -* **Downlink Payload:**
1002 +* (((
1003 +**Downlink Payload:**
1004 +)))
789 789  
1006 +(((
790 790  **0x08 FF**, RS485-LN will immediately send an uplink.
1008 +)))
791 791  
792 792  
793 793  
1012 +
794 794  ==== **Clear RS485 Command** ====
795 795  
1015 +(((
796 796  The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them.
1017 +)))
797 797  
798 -* **AT Command:**
1019 +* (((
1020 +**AT Command:**
1021 +)))
799 799  
1023 +(((
800 800  **AT+CMDEAR=mm,nn**   mm: start position of erase ,nn: stop position of erase
1025 +)))
801 801  
1027 +(((
802 802  Etc. AT+CMDEAR=1,10 means erase AT+COMMAND1/AT+DATACUT1 to AT+COMMAND10/AT+DATACUT10
1029 +)))
803 803  
1031 +(((
804 804  Example screen shot after clear all RS485 commands. 
1033 +)))
805 805  
1035 +(((
1036 +
1037 +)))
806 806  
1039 +(((
807 807  The uplink screen shot is:
1041 +)))
808 808  
809 809  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/1654160691922-496.png?rev=1.1||alt="1654160691922-496.png"]]
810 810  
811 811  
812 -* **Downlink Payload:**
1046 +* (((
1047 +**Downlink Payload:**
1048 +)))
813 813  
1050 +(((
814 814  **0x09 aa bb** same as AT+CMDEAR=aa,bb
1052 +)))
815 815  
816 816  
817 817  
1056 +
818 818  ==== **Set Serial Communication Parameters** ====
819 819  
1059 +(((
820 820  Set the Rs485 serial communication parameters:
1061 +)))
821 821  
822 -* **AT Command:**
1063 +* (((
1064 +**AT Command:**
1065 +)))
823 823  
1067 +(((
824 824  Set Baud Rate:
1069 +)))
825 825  
826 826  (% class="box infomessage" %)
827 827  (((
1073 +(((
828 828  **AT+BAUDR=9600**    ~/~/ Options: (1200,2400,4800,14400,19200,115200)
829 829  )))
1076 +)))
830 830  
1078 +(((
831 831  Set UART Parity
1080 +)))
832 832  
833 833  (% class="box infomessage" %)
834 834  (((
1084 +(((
835 835  **AT+PARITY=0**    ~/~/ Option: 0: no parity, 1: odd parity, 2: even parity
836 836  )))
1087 +)))
837 837  
1089 +(((
838 838  Set STOPBIT
1091 +)))
839 839  
840 840  (% class="box infomessage" %)
841 841  (((
1095 +(((
842 842  **AT+STOPBIT=0**    ~/~/ Option: 0 for 1bit; 1 for 1.5 bit ; 2 for 2 bits
843 843  )))
1098 +)))
844 844  
1100 +(((
1101 +
1102 +)))
845 845  
846 -* **Downlink Payload:**
1104 +* (((
1105 +**Downlink Payload:**
1106 +)))
847 847  
1108 +(((
848 848  **A7 01 aa bb**: Same  AT+BAUDR=hex(aa bb)*100
1110 +)))
849 849  
1112 +(((
850 850  **Example:**
1114 +)))
851 851  
852 -* A7 01 00 60   same as AT+BAUDR=9600
853 -* A7 01 04 80  same as AT+BAUDR=115200
1116 +* (((
1117 +A7 01 00 60   same as AT+BAUDR=9600
1118 +)))
1119 +* (((
1120 +A7 01 04 80  same as AT+BAUDR=115200
1121 +)))
854 854  
1123 +(((
855 855  A7 02 aa: Same as  AT+PARITY=aa  (aa value: 00 , 01 or 02)
1125 +)))
856 856  
1127 +(((
857 857  A7 03 aa: Same as  AT+STOPBIT=aa  (aa value: 00 , 01 or 02)
1129 +)))
858 858  
859 859  
1132 +
1133 +
860 860  == 3.6 Listening mode for RS485 network ==
861 861  
1136 +(((
862 862  This feature support since firmware v1.4
1138 +)))
863 863  
1140 +(((
864 864  RS485-LN supports listening mode, it can listen the RS485 network packets and send them via LoRaWAN uplink. Below is the structure. The blue arrow shows the RS485 network packets to RS485-LN.
1142 +)))
865 865  
866 866  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/image-20220602171200-8.png?width=1007&height=567&rev=1.1||alt="image-20220602171200-8.png" height="567" width="1007"]]
867 867  
1146 +(((
868 868  To enable the listening mode, use can run the command AT+RXMODE.
1148 +)))
869 869  
1150 +(((
1151 +
1152 +)))
870 870  
871 -(% border="1" style="background-color:#ffffcc; width:500px" %)
872 -|=(% style="width: 161px;" %)**Command example:**|=(% style="width: 337px;" %)**Function**
873 -|(% style="width:161px" %)AT+RXMODE=1,10 |(% style="width:337px" %)Enable listening mode 1, if RS485-LN has received more than 10 RS485 commands from the network. RS485-LN will send these commands via LoRaWAN uplinks.
874 -|(% style="width:161px" %)AT+RXMODE=2,500|(% style="width:337px" %)Enable listening mode 2, RS485-LN will capture and send a 500ms content once from the first detect of character. Max value is 65535 ms
875 -|(% style="width:161px" %)AT+RXMODE=0,0|(% style="width:337px" %)Disable listening mode. This is the default settings.
876 -|(% style="width:161px" %) |(% style="width:337px" %)A6 aa bb cc  same as AT+RXMODE=aa,(bb<<8 ~| cc)
1154 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
1155 +|=(% style="width: 161px;" %)(((
1156 +**Command example:**
1157 +)))|=(% style="width: 337px;" %)(((
1158 +**Function**
1159 +)))
1160 +|(% style="width:161px" %)(((
1161 +AT+RXMODE=1,10
1162 +)))|(% style="width:337px" %)(((
1163 +Enable listening mode 1, if RS485-LN has received more than 10 RS485 commands from the network. RS485-LN will send these commands via LoRaWAN uplinks.
1164 +)))
1165 +|(% style="width:161px" %)(((
1166 +AT+RXMODE=2,500
1167 +)))|(% style="width:337px" %)(((
1168 +Enable listening mode 2, RS485-LN will capture and send a 500ms content once from the first detect of character. Max value is 65535 ms
1169 +)))
1170 +|(% style="width:161px" %)(((
1171 +AT+RXMODE=0,0
1172 +)))|(% style="width:337px" %)(((
1173 +Disable listening mode. This is the default settings.
1174 +)))
1175 +|(% style="width:161px" %)(((
1176 +
1177 +)))|(% style="width:337px" %)(((
1178 +A6 aa bb cc  same as AT+RXMODE=aa,(bb<<8 | cc)
1179 +)))
877 877  
1181 +(((
878 878  **Downlink Command:**
1183 +)))
879 879  
1185 +(((
880 880  **0xA6 aa bb cc ** same as AT+RXMODE=aa,(bb<<8 | cc)
1187 +)))
881 881  
1189 +(((
1190 +
1191 +)))
882 882  
1193 +(((
883 883  **Example**:
1195 +)))
884 884  
1197 +(((
885 885  The RS485-LN is set to AT+RXMODE=2,1000
1199 +)))
886 886  
1201 +(((
887 887  There is a two Modbus commands in the RS485 network as below:
1203 +)))
888 888  
1205 +(((
889 889  The Modbus master send a command: (% style="background-color:#ffc000" %)01 03 00 00 00 02 c4 0b
1207 +)))
890 890  
1209 +(((
891 891  And Modbus slave reply with: (% style="background-color:green" %)01 03 04 00 00 00 00 fa 33
1211 +)))
892 892  
1213 +(((
893 893  RS485-LN will capture both and send the uplink: (% style="background-color:#ffc000" %)01 03 00 00 00 02 c4 0b  (% style="background-color:green" %)01 03 04 00 00 00 00 fa 33
1215 +)))
894 894  
1217 +(((
895 895  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/image-20220602171200-9.png?rev=1.1||alt="image-20220602171200-9.png"]]
1219 +)))
896 896  
1221 +(((
1222 +
1223 +)))
897 897  
1225 +(((
898 898  (% style="color:red" %)Notice: Listening mode can work with the default polling mode of RS485-LN. When RS485-LN is in to send the RS485 commands (from AT+COMMANDx), the listening mode will be interrupt for a while.
1227 +)))
899 899  
900 900  
901 901  == 3.7 Buttons ==
902 902  
903 903  
904 -(% border="1" style="background-color:#f7faff; width:500px" %)
905 -|=**Button**|=(% style="width: 1420px;" %)**Feature**
906 -|**ACT**|(% style="width:1420px" %)If RS485 joined in network, press this button for more than 1 second, RS485 will upload a packet, and the SYS LED will give a (% style="color:blue" %)**Blue blink**
907 -|**RST**|(% style="width:1420px" %)Reboot RS485
908 -|**PRO**|(% style="width:1420px" %)Use for upload image, see [[How to Update Image>>path:#H6.1Howtoupgradetheimage3F]]
1233 +(% border="1" cellspacing="10" style="background-color:#f7faff; width:430px" %)
1234 +|=(% style="width: 30px;" %)**Button**|=(% style="width: 355px;" %)**Feature**
1235 +|=(% style="width: 30px;" %)**ACT**|(% style="width:355px" %)If RS485 joined in network, press this button for more than 1 second, RS485 will upload a packet, and the SYS LED will give a (% style="color:blue" %)**Blue blink**
1236 +|=(% style="width: 30px;" %)**RST**|(% style="width:355px" %)Reboot RS485
1237 +|=(% style="width: 30px;" %)**PRO**|(% style="width:355px" %)Use for upload image, see [[How to Update Image>>path:#H6.1Howtoupgradetheimage3F]]
909 909  
1239 +
910 910  == 3.8 LEDs ==
911 911  
912 -(% border="1" style="background-color:#f7faff; width:500px" %)
913 -|=**LEDs**|=**Feature**
914 -|**PWR**|Always on if there is power
915 -|**SYS**|After device is powered on, the SYS will (% style="color:green" %)**fast blink in GREEN** (%%)for 5 times, means RS485-LN start to join LoRaWAN network. If join success, SYS will be (% style="color:green" %)**on GREEN for 5 seconds**(%%)**. **SYS will (% style="color:green" %)**blink Blue**(%%) on every upload and (% style="color:green" %)**blink Green**(%%) once receive a downlink message.
1242 +(% border="1" cellspacing="10" style="background-color:#f7faff; width:500px" %)
1243 +|=(% style="width: 30px;" %)**LEDs**|=(% style="width: 400px;" %)**Feature**
1244 +|(% style="width:30px" %)**PWR**|=(% style="width: 400px;" %)Always on if there is power
1245 +|(% style="width:30px" %)**SYS**|=(% style="width: 400px;" %)After device is powered on, the SYS will (% style="color:green" %)fast blink in GREEN (%%)for 5 times, means RS485-LN start to join LoRaWAN network. If join success, SYS will be (% style="color:green" %)on GREEN for 5 seconds(%%). SYS will (% style="color:green" %)blink Blue(%%) on every upload and (% style="color:green" %)blink Green(%%) once receive a downlink message.
916 916  
1247 +
917 917  = 4. Case Study =
918 918  
919 919  User can check this URL for some case studies: [[APP RS485 COMMUNICATE WITH SENSORS>>path:/xwiki/bin/view/Main/Application%20Note%20%3A%20Communicate%20with%20Different%20Sensors%20-----%20RS485-LN%20%20RS485-BL/]]
... ... @@ -923,19 +923,26 @@
923 923  
924 924  == 5.1 Access AT Command ==
925 925  
1257 +(((
926 926  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.
1259 +)))
927 927  
928 928  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/1654162355560-817.png?rev=1.1||alt="1654162355560-817.png"]]
929 929  
930 930  
1264 +(((
931 931  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:
1266 +)))
932 932  
933 933  [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LN%20%E2%80%93%20RS485%20to%20LoRaWAN%20Converter/WebHome/1654162368066-342.png?rev=1.1||alt="1654162368066-342.png"]]
934 934  
935 935  
1271 +(((
936 936  More detail AT Command manual can be found at [[AT Command Manual>>url:https://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/]]
1273 +)))
937 937  
938 938  
1276 +
939 939  == 5.2 Common AT Command Sequence ==
940 940  
941 941  === 5.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
... ... @@ -1108,30 +1108,60 @@
1108 1108  
1109 1109  = 10. FCC Caution for RS485LN-US915 =
1110 1110  
1449 +(((
1111 1111  Any Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.
1451 +)))
1112 1112  
1453 +(((
1113 1113  This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation.
1455 +)))
1114 1114  
1457 +(((
1458 +
1459 +)))
1115 1115  
1461 +(((
1116 1116  **IMPORTANT NOTE:**
1463 +)))
1117 1117  
1465 +(((
1118 1118  **Note: **This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:
1467 +)))
1119 1119  
1469 +(((
1120 1120  —Reorient or relocate the receiving antenna.
1471 +)))
1121 1121  
1473 +(((
1122 1122  —Increase the separation between the equipment and receiver.
1475 +)))
1123 1123  
1477 +(((
1124 1124  —Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
1479 +)))
1125 1125  
1481 +(((
1126 1126  —Consult the dealer or an experienced radio/TV technician for help.
1483 +)))
1127 1127  
1485 +(((
1486 +
1487 +)))
1128 1128  
1489 +(((
1129 1129  **FCC Radiation Exposure Statement:**
1491 +)))
1130 1130  
1493 +(((
1131 1131  This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment.This equipment should be installed and operated with minimum distance 20cm between the radiator& your body.
1495 +)))
1132 1132  
1133 1133  
1134 1134  = 11. Support =
1135 1135  
1136 -* 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.
1137 -* 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]].
1500 +* (((
1501 +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.
1502 +)))
1503 +* (((
1504 +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]].
1505 +)))
image-20220606110929-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +13.9 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0