Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Saxer Lin on 2025/04/15 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 3 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -499,7 +499,7 @@ 499 499 500 500 * Each bits shows if the corresponding trigger has been configured. 501 501 502 -Example: 502 +**Example:** 503 503 504 504 10100000: Means the system has configure to use the trigger: AC1_LOW and AV2_LOW 505 505 ... ... @@ -506,60 +506,22 @@ 506 506 507 507 (% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger. Totally 1byte as below 508 508 509 -(% border="1" style="background-color:#f7faff" %) 510 -|bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0 511 -|((( 512 -AV1_ 509 +[[image:image-20220524090249-3.png]] 513 513 514 -LOW 515 -)))|((( 516 -AV1_ 517 - 518 -HIGH 519 -)))|((( 520 -AV2_ 521 - 522 -LOW 523 -)))|((( 524 -AV2_ 525 - 526 -HIGH 527 -)))|((( 528 -AC1_ 529 - 530 -LOW 531 -)))|((( 532 -AC1_ 533 - 534 -HIGH 535 -)))|((( 536 -AC2_ 537 - 538 -LOW 539 -)))|((( 540 -AC2_ 541 - 542 -HIGH 543 -))) 544 - 545 545 * Each bits shows which status has been trigger on this uplink. 546 546 547 -Example: 513 +**Example:** 548 548 549 549 10000000: Means this packet is trigger by AC1_LOW. Means voltage too low. 550 550 551 551 552 - 553 - 554 554 (% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below 555 555 556 -(% border="1" style="background-color:#f7faff" %) 557 -|bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0 558 -|N/A|N/A|N/A|N/A|DI2_STATUS|DI2_FLAG|DI1_STATUS|DI1_FLAG 520 +[[image:image-20220524090456-4.png]] 559 559 560 560 * Each bits shows which status has been trigger on this uplink. 561 561 562 -Example: 524 +**Example:** 563 563 564 564 00000111: Means both DI1 and DI2 trigger are enabled and this packet is trigger by DI1. 565 565 ... ... @@ -568,115 +568,115 @@ 568 568 569 569 (% style="color:#4f81bd" %)**Enable/Disable MOD6 **(%%): 0x01: MOD6 is enable. 0x00: MOD6 is disable. 570 570 571 - 572 572 Downlink command to poll MOD6 status: 573 573 574 -AB 06 535 +**AB 06** 575 575 576 576 When device got this command, it will send the MOD6 payload. 577 577 539 +=== 3.3.7 Payload Decoder === 578 578 579 -1. 580 -11. 581 -111. Payload Decoder 582 - 541 +((( 583 583 **Decoder for TTN/loraserver/ChirpStack**: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/]] 543 +))) 584 584 545 +== 3.4 Configure LT via AT or Downlink == 585 585 547 +User can configure LT I/O Controller via AT Commands or LoRaWAN Downlink Commands 586 586 587 - 588 - 589 - 590 - 591 -1. 592 -11. Configure LT via AT or Downlink 593 - 594 -User can configure LT I/O Controller via [[AT Commands >>path:#_Using_the_AT]]or LoRaWAN Downlink Commands 595 - 549 +((( 596 596 There are two kinds of Commands: 551 +))) 597 597 598 -* **Common Commands**: They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: http:~/~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands 553 +* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: http:~/~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands 599 599 600 -* **Sensor Related Commands**: These commands are special designed for LT-22222-L. User can see these commands below: 555 +* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L. User can see these commands below: 601 601 602 -1. 603 -11. 604 -111. Common Commands: 557 +=== 3.4.1 Common Commands === 605 605 606 -They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: http: ~/~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands559 +They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>http://8.211.40.43:8080/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 607 607 561 +=== 3.4.2 Sensor related commands === 608 608 609 -1. 610 -11. 611 -111. Sensor related commands: 563 +==== 3.4.2.1 Set Transmit Interval ==== 612 612 613 -==== Set Transmit Interval ==== 614 - 615 615 Set device uplink interval. 616 616 617 617 * AT Command: 618 618 619 -AT+TDC=N 569 +(% class="box infomessage" %) 570 +((( 571 +**AT+TDC=N ** 572 +))) 620 620 621 -Example: AT+TDC=30000. Means set interval to 30 seconds 574 +**Example: **AT+TDC=30000. Means set interval to 30 seconds 622 622 623 - 624 624 * Downlink Payload (prefix 0x01): 625 625 626 -0x01 aa bb cc ~/~/ Same as AT+TDC=0x(aa bb cc) 578 +(% class="box infomessage" %) 579 +((( 580 +**0x01 aa bb cc ~/~/ Same as AT+TDC=0x(aa bb cc)** 581 +))) 627 627 583 +==== 3.4.2.2 Set Work Mode (AT+MOD) ==== 628 628 629 -==== Set Work Mode (AT+MOD) ==== 630 - 631 631 Set work mode. 632 632 633 633 * AT Command: 634 634 635 -AT+MOD=N 589 +(% class="box infomessage" %) 590 +((( 591 +**AT+MOD=N ** 592 +))) 636 636 637 -Example: AT+MOD=2. Set work mode to Double DI counting mode 594 +**Example**: AT+MOD=2. Set work mode to Double DI counting mode 638 638 639 - 640 640 * Downlink Payload (prefix 0x0A): 641 641 642 -0x0A aa ~/~/ Same as AT+MOD=aa 598 +(% class="box infomessage" %) 599 +((( 600 +**0x0A aa ~/~/ Same as AT+MOD=aa** 601 +))) 643 643 603 +==== 3.4.2.3 Poll an uplink ==== 644 644 645 - 646 -==== Poll an uplink ==== 647 - 648 648 * AT Command: 649 649 650 650 There is no AT Command to poll uplink 651 651 652 - 653 653 * Downlink Payload (prefix 0x08): 654 654 655 -0x08 FF ~/~/ Poll an uplink, 611 +(% class="box infomessage" %) 612 +((( 613 +**0x08 FF ~/~/ Poll an uplink,** 614 +))) 656 656 657 -Example: 0x08FF, ask device to send an Uplink 616 +**Example**: 0x08FF, ask device to send an Uplink 658 658 618 +==== 3.4.2.4 Enable Trigger Mode ==== 659 659 660 - ====Enable====620 +Use of trigger mode, please check [[ADDMOD6>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] 661 661 662 -Use of trigger mode, please check [[ADDMOD6>>path:#MOD6]] 663 - 664 664 * AT Command: 665 665 666 -AT+ADDMOD6=1 or 0 624 +(% class="box infomessage" %) 625 +((( 626 +**AT+ADDMOD6=1 or 0** 627 +))) 667 667 668 668 1: Enable Trigger Mode 669 669 670 670 0: Disable Trigger Mode 671 671 672 - 673 673 * Downlink Payload (prefix 0x0A 06): 674 674 675 -0x0A 06 aa ~/~/ Same as AT+ADDMOD6=aa, 635 +(% class="box infomessage" %) 636 +((( 637 +**0x0A 06 aa ~/~/ Same as AT+ADDMOD6=aa,** 638 +))) 676 676 640 +==== 3.4.2.5 Poll trigger settings ==== 677 677 678 -==== Poll trigger settings ==== 679 - 680 680 Poll trigger settings, 681 681 682 682 * AT Command: ... ... @@ -683,186 +683,206 @@ 683 683 684 684 There is no AT Command for this feature. 685 685 686 - 687 687 * Downlink Payload (prefix 0x AB 06): 688 688 689 -0xAB 06 ~/~/ Poll trigger settings, device will uplink [[trigger settings>>path:#Trigger_Settings]] once receive this command 650 +(% class="box infomessage" %) 651 +((( 652 +**0xAB 06 ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command** 653 +))) 690 690 655 +==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ==== 691 691 692 -==== Enable / Disable DI1/DI2/DI3 as trigger ==== 693 - 694 694 Enable Disable DI1/DI2/DI2 as trigger, 695 695 696 696 * AT Command: 697 697 698 -Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG > 661 +(% class="box infomessage" %) 662 +((( 663 +**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >** 664 +))) 699 699 700 -Example: 666 +**Example:** 701 701 702 702 AT+ DTRI =1,0 (Enable DI1 trigger / disable DI2 trigger) 703 703 704 - 705 - 706 706 * Downlink Payload (prefix 0xAA 02): 707 707 708 -0xAA 02 aa bb ~/~/ Same as AT+DTRI=aa,bb 672 +(% class="box infomessage" %) 673 +((( 674 +**0xAA 02 aa bb ~/~/ Same as AT+DTRI=aa,bb** 675 +))) 709 709 677 +==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ==== 710 710 711 - 712 -==== Trigger1 – Set DI1 or DI3 as trigger ==== 713 - 714 714 Set DI1 or DI3(for LT-33222-L) trigger. 715 715 716 716 * AT Command: 717 717 718 -AT+TRIG1=a,b 683 +(% class="box infomessage" %) 684 +((( 685 +**AT+TRIG1=a,b** 686 +))) 719 719 720 720 a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1). 721 721 722 722 b : delay timing. 723 723 724 -Example: 692 +**Example:** 725 725 726 726 AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) 727 727 728 - 729 729 * Downlink Payload (prefix 0x09 01 ): 730 730 731 -0x09 01 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc) 698 +(% class="box infomessage" %) 699 +((( 700 +**0x09 01 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)** 701 +))) 732 732 703 +==== 3.4.2.8 Trigger2 – Set DI2 as trigger ==== 733 733 734 -==== Trigger2 – Set DI2 as trigger ==== 735 - 736 736 Set DI2 trigger. 737 737 738 738 * AT Command: 739 739 740 -AT+TRIG2=a,b 709 +(% class="box infomessage" %) 710 +((( 711 +**AT+TRIG2=a,b** 712 +))) 741 741 742 742 a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1). 743 743 744 744 b : delay timing. 745 745 746 -Example: 718 +**Example:** 747 747 748 748 AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms ) 749 749 750 - 751 751 * Downlink Payload (prefix 0x09 02 ): 752 752 753 -0x09 02 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc) 724 +(% class="box infomessage" %) 725 +((( 726 +**0x09 02 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)** 727 +))) 754 754 729 +==== 3.4.2.9 Trigger – Set AC (current) as trigger ==== 755 755 756 - ====Trigger–SetAC(current)astrigger====731 +Set current trigger , base on AC port. See [[trigger mode>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] 757 757 758 -Set current trigger , base on AC port. See [[trigger mode>>path:#MOD6]] 759 - 760 760 * AT Command: 761 761 762 -AT+ACLIM. See [[trigger mode>>path:#MOD6]] 735 +(% class="box infomessage" %) 736 +((( 737 +**AT+ACLIM. ** 738 +))) 763 763 764 - 765 765 * Downlink Payload (prefix 0xAA 01 ): 766 766 767 -0x AA 01 aa bb cc dd ee ff gg hh ~/~/ same as AT+ACLIM See [[trigger mode>>path:#MOD6]] 742 +(% class="box infomessage" %) 743 +((( 744 +**0x AA 01 aa bb cc dd ee ff gg hh ~/~/ same as AT+ACLIM See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]** 745 +))) 768 768 747 +==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 769 769 770 - ====Trigger–SetAV(voltage)astrigger====749 +Set current trigger , base on AV port. See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] 771 771 772 -Set current trigger , base on AV port. See [[trigger mode>>path:#MOD6]] 773 - 774 774 * AT Command: 775 775 776 -AT+AVLIM. See [[trigger mode>>path:#MOD6]] 753 +(% class="box infomessage" %) 754 +((( 755 +**AT+AVLIM. See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]** 756 +))) 777 777 778 - 779 779 * Downlink Payload (prefix 0xAA 00 ): 780 780 781 -0x AA 00 aa bb cc dd ee ff gg hh ~/~/ same as AT+AVLIM See [[trigger mode>>path:#MOD6]] 760 +(% class="box infomessage" %) 761 +((( 762 +**0x AA 00 aa bb cc dd ee ff gg hh ~/~/ same as AT+AVLIM See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] ** 763 +))) 782 782 783 -==== Trigger – Set minimum interval ==== 765 +==== 3.4.2.11 Trigger – Set minimum interval ==== 784 784 785 785 Set AV and AC trigger minimum interval, system won’t response to the second trigger within this set time after the first trigger. 786 786 787 787 * AT Command: 788 788 789 -AT+ATDC=5. Device won’t response the second trigger within 5 minute after the first trigger. 771 +(% class="box infomessage" %) 772 +((( 773 +**AT+ATDC=5. Device won’t response the second trigger within 5 minute after the first trigger.** 774 +))) 790 790 791 - 792 792 * Downlink Payload (prefix 0xAC ): 793 793 794 -0x AC aa bb ~/~/ same as AT+ATDC=0x(aa bb) . Unit (min) 778 +(% class="box infomessage" %) 779 +((( 780 +**0x AC aa bb ~/~/ same as AT+ATDC=0x(aa bb) . Unit (min)** 781 +))) 795 795 783 +==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ==== 796 796 797 -==== DO ~-~- Control Digital Output DO1/DO2/DO3 ==== 798 - 799 799 * AT Command: 800 800 801 801 There is no AT Command to control Digital Output 802 802 803 - 804 804 * Downlink Payload (prefix 0x02): 805 805 806 -0x02 aa bb cc ~/~/ Set DO1/DO2/DO3 output 791 +(% class="box infomessage" %) 792 +((( 793 +**0x02 aa bb cc ~/~/ Set DO1/DO2/DO3 output** 794 +))) 807 807 796 +((( 808 808 If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low. 798 +))) 809 809 800 +((( 810 810 01: Low, 00: High , 11: No action 802 +))) 811 811 812 -(% border="1" style="background-color:#f7faff" %) 813 -|Downlink Code|DO1|DO2|DO3 814 -|02 01 00 11|Low|High|No Action 815 -|02 00 11 01|High|No Action|Low 816 -|02 11 01 00|No Action|Low|High 804 +[[image:image-20220524092754-5.png]] 817 817 818 -Note: For LT-22222-L, there is no DO3, the last byte can use any value. 806 +((( 807 +(% style="color:red" %)Note: For LT-22222-L, there is no DO3, the last byte can use any value. 808 +))) 819 819 820 -Device will upload a packet if downlink code executes successfully. 810 +((( 811 +(% style="color:red" %)Device will upload a packet if downlink code executes successfully. 812 +))) 821 821 822 822 815 +==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 823 823 824 - 825 - 826 -==== DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 827 - 828 828 * AT Command: 829 829 830 830 There is no AT Command to control Digital Output 831 831 832 - 833 833 * Downlink Payload (prefix 0xA9): 834 834 835 -0xA9 aa bb cc ~/~/ Set DO1/DO2/DO3 output with time control 823 +(% class="box infomessage" %) 824 +((( 825 +**0xA9 aa bb cc ~/~/ Set DO1/DO2/DO3 output with time control** 826 +))) 836 836 837 837 This is to control the digital output time of DO pin. Include four bytes: 838 838 839 -**First Byte:** Type code (0xA9) 830 +(% style="color:#4f81bd" %)**First Byte**(%%)**:** Type code (0xA9) 840 840 841 -**Second Byte**: Inverter Mode 832 +(% style="color:#4f81bd" %)**Second Byte**(%%): Inverter Mode 842 842 843 843 01: DO pins will change back to original state after timeout. 844 844 845 845 00: DO pins will change to an inverter state after timeout 846 846 838 +(% style="color:#4f81bd" %)**Third Byte**(%%): Control Method and Ports status: 847 847 848 - **Third Byte**:Control Methodand Ports status:840 +[[image:image-20220524093238-6.png]] 849 849 850 -(% border="1" style="background-color:#f7faff" %) 851 -|Second Byte|Status 852 -|0x01|DO1 set to low 853 -|0x00|DO1 set to high 854 -|0x11|DO1 NO Action 842 +(% style="color:#4f81bd" %)**Fourth Byte**(%%): Control Method and Ports status: 855 855 856 - **Fourth Byte**:Control Methodand Ports status:844 +[[image:image-20220524093328-7.png]] 857 857 858 -(% border="1" style="background-color:#f7faff" %) 859 -|Second Byte|Status 860 -|0x01|DO2 set to low 861 -|0x00|DO2 set to high 862 -|0x11|DO2 NO Action 846 +(% style="color:#4f81bd" %)**Fifth Byte**(%%): Control Method and Ports status: 863 863 864 -**Fifth Byte**: Control Method and Ports status: 865 - 866 866 (% border="1" style="background-color:#f7faff" %) 867 867 |Second Byte|Status 868 868 |0x01|DO3 set to low ... ... @@ -869,7 +869,7 @@ 869 869 |0x00|DO3 set to high 870 870 |0x11|DO3 NO Action 871 871 872 -**Sixth and Seventh Byte**: 854 +(% style="color:#4f81bd" %)**Sixth and Seventh Byte**: 873 873 874 874 Latching time. Unit: ms 875 875 ... ... @@ -1066,7 +1066,7 @@ 1066 1066 1067 1067 1068 1068 1069 -1. 1051 +1. 1070 1070 11. Integrate with Mydevice 1071 1071 1072 1072 Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. Below are the steps: ... ... @@ -1124,7 +1124,7 @@ 1124 1124 1125 1125 1126 1126 1. 1127 -11. 1109 +11. 1128 1128 111. Digital Input Port: DI1/DI2 ( For LT-22222-L) 1129 1129 1130 1130 The DI port of LT-22222-L can support NPN or PNP output sensor. ... ... @@ -1178,8 +1178,8 @@ 1178 1178 If sensor output is 220v, the //IF//[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image022.png]] = 4.3mA , So the LT-22222-L will be able to detect this high active signal safely. 1179 1179 1180 1180 1181 -1. 1182 -11. 1163 +1. 1164 +11. 1183 1183 111. Digital Output Port: DO1/DO2 /DO3 1184 1184 1185 1185 NPN output: GND or Float. Max voltage can apply to output pin is 36v. ... ... @@ -1190,7 +1190,7 @@ 1190 1190 1191 1191 1192 1192 1. 1193 -11. 1175 +11. 1194 1194 111. Analog Input Interface 1195 1195 1196 1196 The analog input interface is as below. The LT will measure the IN2 voltage so to calculate the current pass the Load. The formula is: ... ... @@ -1223,7 +1223,7 @@ 1223 1223 1224 1224 1225 1225 1. 1226 -11. 1208 +11. 1227 1227 111. Relay Output 1228 1228 1229 1229 The LT serial controller has two relay interfaces; each interface uses two pins of the screw terminal. User can connect other device’s Power Line to in serial of RO1_1 and RO_2. Such as below: ... ... @@ -1383,7 +1383,7 @@ 1383 1383 1384 1384 1385 1385 1386 -1. 1368 +1. 1387 1387 11. Common AT Command Sequence 1388 1388 111. Multi-channel ABP mode (Use with SX1301/LG308) 1389 1389 ... ... @@ -1406,8 +1406,8 @@ 1406 1406 1407 1407 ATZ 1408 1408 1409 -1. 1410 -11. 1391 +1. 1392 +11. 1411 1411 111. Single-channel ABP mode (Use with LG01/LG02) 1412 1412 1413 1413 123456 Enter Password to have AT access. ... ... @@ -1447,7 +1447,7 @@ 1447 1447 1448 1448 1449 1449 1. 1450 -11. 1432 +11. 1451 1451 111. Change to Class A 1452 1452 1453 1453 If sensor JOINED ... ... @@ -1462,7 +1462,7 @@ 1462 1462 1463 1463 1. FAQ 1464 1464 1465 -1. 1447 +1. 1466 1466 11. How to upgrade the image? 1467 1467 1468 1468 The LT LoRaWAN Controller is shipped with a 3.5mm cable, the cable is used to upload image to LT to: ... ... @@ -1521,7 +1521,7 @@ 1521 1521 User can follow the introduction for [[how to upgrade image>>path:#upgrade_image]]. When download the images, choose the required image file for download. 1522 1522 1523 1523 1524 -1. 1506 +1. 1525 1525 11. How to set up LT to work with Single Channel Gateway such as LG01/LG02? 1526 1526 1527 1527 In this case, users need to set LT-33222-L to work in ABP mode & transmit in only one frequency. ... ... @@ -1580,7 +1580,7 @@ 1580 1580 [[http:~~/~~/wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#How_it_work>>url:http://wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#How_it_work]] 1581 1581 1582 1582 1583 -1. 1565 +1. 1584 1584 11. Have trouble to upload image. 1585 1585 1586 1586 See this link for trouble shooting: ... ... @@ -1588,7 +1588,7 @@ 1588 1588 [[http:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Trouble_Shooting#UART_upgrade_trouble_shooting>>url:http://wiki.dragino.com/index.php?title=Firmware_Upgrade_Trouble_Shooting#UART_upgrade_trouble_shooting]] 1589 1589 1590 1590 1591 -1. 1573 +1. 1592 1592 11. Why I can’t join TTN in US915 /AU915 bands? 1593 1593 1594 1594 It might be about the channels mapping. Please see this link for detail:
- image-20220524092754-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.8 KB - Content
- image-20220524093238-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +6.0 KB - Content
- image-20220524093328-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +6.1 KB - Content