Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Xiaoye on 2024/09/21 08:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 3 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -67,7 +67,6 @@ 67 67 * Power Input: 5V, 2A, DC 68 68 69 69 70 - 71 71 == 1.3 Features == 72 72 73 73 ... ... @@ -87,7 +87,6 @@ 87 87 * Built-in (% style="color:#037691" %)**Node-Red** (%%)local Application server 88 88 89 89 90 - 91 91 == 1.4 LED Indicators == 92 92 93 93 ... ... @@ -256,7 +256,6 @@ 256 256 * **Cellular Mode** 257 257 258 258 259 - 260 260 === 2.2.2 Use WAN port to access Internet === 261 261 262 262 ... ... @@ -515,15 +515,18 @@ 515 515 = 4. Build-in Server = 516 516 517 517 518 -The default factory version of LPS8-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red, and**(%%) LoRaWAN Server: (% style="color:blue" %)**The Things Network - Stack (Open Source 3.19 Version).** 519 519 516 +The default factory version of LPS8-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red, and**(%%) LoRaWAN Server: ChirpStack(% style="color:blue" %)**.** 520 520 521 -[[image:image-20230 214095318-5.png||height="347" width="980"]]518 +[[image:image-20230616175617-8.png||height="390" width="894"]] 522 522 520 +[[image:image-20230616175558-7.png||height="362" width="894"]] 523 523 522 + 523 + 524 524 (% style="color:red" %)**Note:** 525 525 526 - **Path**: S ystem~-~->Built-in Server526 + **Path**: Server ~-~-> Network Server and Server ~-~-> Application Server 527 527 528 528 529 529 **Troubleshooting:** ... ... @@ -531,12 +531,12 @@ 531 531 532 532 **~ 1. URL does not jump properly** 533 533 534 - For the t tn-stack, you canclick theupdate theURL which willupdatethe configuration wherechangethehostnametothecurrentlocalIPaddressasthe URL.534 + For the ChirpStack, you can use the local IP address and the port is 8080 to access it. 535 535 536 536 For the Node-Red, you can use the local IP address and the port is 1880 to access it. 537 537 538 538 539 -== 4.1 LoRaWAN Network Server ~-~- The Things Network -Stack(TTN-V3)==539 +== 4.1 LoRaWAN Network Server ~-~- ChirpStack == 540 540 541 541 542 542 You can access the gateway's built-in LNS server of (% style="color:blue" %)**The Things Network - Stack **(%%)via the URL( (% style="background-color:yellow" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address> //**__(%%)) in your browser. ... ... @@ -546,15 +546,15 @@ 546 546 547 547 Login account: 548 548 549 -**User ID: ****(% style="background-color:yellow" %)admin(%%)**549 +**Username : ** (% style="background-color:yellow" %)**admin** 550 550 551 -**Password: ** ** (% style="background-color: yellow" %)dragino(%%)**551 +**Password: ** ** (% style="background-color:#ffff00" %)admin(%%)** 552 552 553 +[[image:image-20230616175332-6.png||height="519" width="1029"]] 553 553 554 -[[image:image-20220725171719-1.png||height="570" width="769"]] 555 555 556 556 557 -=== 4.1.1 The LPS8-V2 is registered and connected to Built-in The Things Network ===557 +=== 4.1.1 The LPS8-V2 is registered and connected to Built-in ChirpStack === 558 558 559 559 560 560 Users need to set the Service Provider to (% style="color:blue" %)**Local Host/Build-in Server **(%%) and click "Save&Apply" ... ... @@ -697,116 +697,13 @@ 697 697 [[image:image-20220804164747-2.png||height="622" width="594"]] 698 698 699 699 700 -= 7. Usetheheliumgateway-rsas the Data-only Hotspot=700 += 7. OTA System Update = 701 701 702 702 703 -== **Step 1: Configure Frequency Band** == 704 - 705 - 706 -//Each country has a requirement for frequency region. Choose the right one for your area.// 707 - 708 -[[image:image-20220905164308-1.png]] 709 - 710 - 711 - 712 -== **Step 2: Configure the forward address** == 713 - 714 - 715 -**Select one of the servers to configure.** 716 - 717 -**For example:** 718 - 719 -[[image:image-20220905164847-2.png]] 720 - 721 - 722 - 723 -== **Step 3: Download and Install the Helium-gateway-rs** == 724 - 725 - 726 -**Access the gateway CLI via SSH.** 727 - 728 -[[image:image-20230425153417-2.png]] 729 - 730 - 731 -**Install the new gateway-rs** 732 - 733 -(% class="box infomessage" %) 734 -((( 735 -**apt update && apt install helium-gateway** 736 -))) 737 - 738 -[[image:image-20230425154058-4.png]] 739 - 740 - 741 - 742 -Option: If you installed the older gateway-rs, you have clean it 743 - 744 -(% class="box infomessage" %) 745 -((( 746 -**apt remove helium_gateway && dpkg ~-~-purge helium_gateway** 747 -))) 748 - 749 -[[image:image-20230425153823-3.png]] 750 - 751 - 752 -**Change the region setting:** 753 - 754 - 755 -(% class="box infomessage" %) 756 -((( 757 -**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 758 - 759 - 760 -**e.g: ** 761 - 762 -**US915 ~-~--> sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml** 763 - 764 -**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 765 -))) 766 - 767 - 768 -**Restart the gateway-rs** 769 - 770 -(% class="box infomessage" %) 771 -((( 772 -**systemctl restart helium_gateway** 773 -))) 774 - 775 -[[image:image-20230425155612-7.png||height="265" width="911"]] 776 - 777 - 778 - 779 -**Check the helium_gateway running status** 780 - 781 - 782 -(% class="box infomessage" %) 783 -((( 784 -**systemctl status helium_gateway** 785 -))) 786 - 787 - 788 -[[image:image-20230425154740-5.png]] 789 - 790 - 791 - 792 -**Check the helium_gateway Log:** 793 - 794 -(% class="box infomessage" %) 795 -((( 796 -**journalctl -u helium_gateway -f** 797 -))) 798 - 799 - 800 -[[image:image-20230425155659-8.png]] 801 - 802 - 803 -= 8. OTA System Update = 804 - 805 - 806 806 LPS8v2 supports system auto-update via OTA, please see **[[this URL>>url:http://wiki.dragino.com/xwiki/bin/view/OTA%20Update/]]** for the detail of this feature. 807 807 808 808 809 -== 8.1 Auto-update method ==706 +== 7.1 Auto-update method == 810 810 811 811 812 812 The default, each gateway will enable the auto-update function. ... ... @@ -819,7 +819,7 @@ 819 819 [[image:image-20230607094447-2.png]] 820 820 821 821 822 -== 8.2 Manual upgrade method ==719 +== 7.2 Manual upgrade method == 823 823 824 824 825 825 1). Using the Linux command to upgrade the system ... ... @@ -839,9 +839,9 @@ 839 839 [[image:image-20230607093849-1.png]] 840 840 841 841 842 -= 9. FAQ =739 += 8. FAQ = 843 843 844 -== 9.1 How to change Hostname ==741 +== 8.1 How to change Hostname == 845 845 846 846 847 847 By default, Hostname is dragino-xxxxxx,If the user needs to change the hostname, the user needs to access the linux console of LPS8v2 and enter the following command: ... ... @@ -856,35 +856,45 @@ 856 856 After the configuration is complete, run "reboot" to restart the gateway. 857 857 858 858 859 -== 9.2 Build-in The Things Network migrate to ChirpStack ==756 +== 8.2 Build-in The Things Network migrate to ChirpStack == 860 860 861 861 862 862 Migrate guide: 863 863 864 -1. Ensure that the gateway is in good network condition, Recommended use of ETH. 761 +**1. Ensure that the gateway is in good network condition, Recommended use of ETH.** 865 865 866 -2. Downloadmigratescriptand runit.763 +**2. On the Server ~-~-> Network Server interface, click "Management"** 867 867 868 -(% class="box infomessage" %) 869 -((( 870 -wget -P /tmp [[http:~~/~~/repo.dragino.com/release/tool/chirpstack/migrate_chirpstack>>url:http://repo.dragino.com/release/tool/chirpstack/migrate_chirpstack]] && chmod +x /tmp/migrate_chirpstack && /tmp/migrate_chirpstack 871 -))) 765 +[[image:image-20230616162454-1.png]] 872 872 873 -[[image:image-20230602135658-1.png||height="545" width="986"]] 874 874 768 +**3. Click "Migrate-Chirpstack"** 875 875 876 - 3. Wait for thescript to complete,Enablethe Chirpstack onWeb UI770 +[[image:image-20230616162742-2.png]] 877 877 878 -[[image:image-20230602135825-2.png||height="356" width="855"]] 879 879 880 - Thedefaultccountfor chirpstackis:**admin/admin**773 +**4. Strat Install ** 881 881 882 882 883 - =10. TroubleShooting=776 +Click start Install and wait until the migration succeeds 884 884 885 - == 10.1 I can't login to thebuilt-in Server TTN Stack which shows '**Login failed**'.==778 +[[image:image-20230616162934-3.png]] 886 886 887 887 781 +**5.Migration complete check result** 782 + 783 +[[image:image-20230616174526-4.png||height="706" width="983"]] 784 + 785 + 786 +[[image:image-20230616180004-9.png]] 787 + 788 + 789 + 790 += 9. Trouble Shooting = 791 + 792 +== 9.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 793 + 794 + 888 888 [[image:image-20220920135918-1.png]] 889 889 890 890 ... ... @@ -900,7 +900,7 @@ 900 900 [[image:image-20220920141936-2.png]] 901 901 902 902 903 -== 10.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem ==810 +== 9.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem == 904 904 905 905 906 906 When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. ... ... @@ -908,7 +908,7 @@ 908 908 [[image:image-20230508171607-1.png]] 909 909 910 910 911 -== 10.3 Fallback IP does not work, how can users check ==818 +== 9.3 Fallback IP does not work, how can users check == 912 912 913 913 914 914 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. ... ... @@ -930,7 +930,7 @@ 930 930 If the firewall is not down, this will affect access to the gateway. 931 931 932 932 933 -== 10.4 Click "Manual_Update", why there is no response? ==840 +== 9.4 Click "Manual_Update", why there is no response? == 934 934 935 935 936 936 When you click "Manual_Update", the gateway will finish updating within 10 minutes and display the update log. ... ... @@ -939,7 +939,7 @@ 939 939 [[image:image-20230527090555-3.png||height="660" width="832"]] 940 940 941 941 942 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)1 1. Supports(%%) =849 += (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) = 943 943 944 944 945 945 ((( ... ... @@ -950,17 +950,16 @@ 950 950 With your question as detailed as possible. We will reply and help you in the shortest. 951 951 952 952 953 -= 1 2. Reference =860 += 11. Reference = 954 954 955 955 956 956 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. 957 957 * [[Advance OS Reference Guide for LPS8v2>>doc:Main.Armbian OS instruction.WebHome]]. 958 958 959 - 960 960 961 961 ))) 962 962 963 -= 1 3. Order Info =869 += 12. Order Info = 964 964 965 965 966 966 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -992,7 +992,7 @@ 992 992 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 993 993 994 994 995 -= 1 4. Manufacturer Info =901 += 13. Manufacturer Info = 996 996 997 997 998 998 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -1002,7 +1002,7 @@ 1002 1002 LongCheng Street, LongGang District ; Shenzhen 518116,China 1003 1003 1004 1004 1005 -= 1 5. FCC Warning =911 += 14. FCC Warning = 1006 1006 1007 1007 1008 1008 (((
- image-20230616175558-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +38.9 KB - Content
- image-20230616175617-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +38.2 KB - Content
- image-20230616180004-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +38.1 KB - Content