Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
Uploaded new attachment "image-20230616175617-8.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -67,6 +67,7 @@ 67 67 * Power Input: 5V, 2A, DC 68 68 69 69 70 + 70 70 == 1.3 Features == 71 71 72 72 ... ... @@ -86,6 +86,7 @@ 86 86 * Built-in (% style="color:#037691" %)**Node-Red** (%%)local Application server 87 87 88 88 90 + 89 89 == 1.4 LED Indicators == 90 90 91 91 ... ... @@ -254,6 +254,7 @@ 254 254 * **Cellular Mode** 255 255 256 256 259 + 257 257 === 2.2.2 Use WAN port to access Internet === 258 258 259 259 ... ... @@ -512,18 +512,15 @@ 512 512 = 4. Build-in Server = 513 513 514 514 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).** 515 515 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" %)**.** 517 517 518 -[[image:image-20230 616175617-8.png||height="390" width="894"]]521 +[[image:image-20230214095318-5.png||height="347" width="980"]] 519 519 520 -[[image:image-20230616175558-7.png||height="362" width="894"]] 521 521 522 - 523 - 524 524 (% style="color:red" %)**Note:** 525 525 526 - **Path**: S erver ~-~-> Network Serverand Server~-~->Application Server526 + **Path**: System ~-~-> Built-in 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 ChirpStack, you can use thelocalIPaddressandtheportis8080to accessit.534 + For the ttn-stack, you can click the update the URL which will update the configuration where change the hostname to the current local IP address as the URL. 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 ~-~- ChirpStack ==539 +== 4.1 LoRaWAN Network Server ~-~- The Things Network - Stack (TTN-V3) == 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 name: ** (% style="background-color:yellow" %)**admin**549 +**User ID: ** ** (% style="background-color:yellow" %)admin(%%)** 550 550 551 -**Password: ** ** (% style="background-color: #ffff00" %)admin(%%)**551 +**Password: ** ** (% style="background-color:yellow" %)dragino(%%)** 552 552 553 -[[image:image-20230616175332-6.png||height="519" width="1029"]] 554 554 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 ChirpStack ===557 +=== 4.1.1 The LPS8-V2 is registered and connected to Built-in The Things Network === 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,13 +697,116 @@ 697 697 [[image:image-20220804164747-2.png||height="622" width="594"]] 698 698 699 699 700 -= 7. OTA SystemUpdate =700 += 7. Use the helium gateway-rs as the Data-only Hotspot = 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 + 703 703 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. 704 704 705 705 706 -== 7.1 Auto-update method ==809 +== 8.1 Auto-update method == 707 707 708 708 709 709 The default, each gateway will enable the auto-update function. ... ... @@ -716,7 +716,7 @@ 716 716 [[image:image-20230607094447-2.png]] 717 717 718 718 719 -== 7.2 Manual upgrade method ==822 +== 8.2 Manual upgrade method == 720 720 721 721 722 722 1). Using the Linux command to upgrade the system ... ... @@ -736,9 +736,9 @@ 736 736 [[image:image-20230607093849-1.png]] 737 737 738 738 739 -= 8. FAQ =842 += 9. FAQ = 740 740 741 -== 8.1 How to change Hostname ==844 +== 9.1 How to change Hostname == 742 742 743 743 744 744 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: ... ... @@ -753,45 +753,35 @@ 753 753 After the configuration is complete, run "reboot" to restart the gateway. 754 754 755 755 756 -== 8.2 Build-in The Things Network migrate to ChirpStack ==859 +== 9.2 Build-in The Things Network migrate to ChirpStack == 757 757 758 758 759 759 Migrate guide: 760 760 761 - **1. Ensure that the gateway is in good network condition, Recommended use of ETH.**864 +1. Ensure that the gateway is in good network condition, Recommended use of ETH. 762 762 763 - **2.On the Server ~-~-> NetworkServerinterface,click"Management"**866 +2. Download migrate script and run it. 764 764 765 -[[image:image-20230616162454-1.png]] 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 +))) 766 766 873 +[[image:image-20230602135658-1.png||height="545" width="986"]] 767 767 768 -**3. Click "Migrate-Chirpstack"** 769 769 770 - [[image:image-20230616162742-2.png]]876 +3. Wait for the script to complete,Enable the Chirpstack on Web UI 771 771 878 +[[image:image-20230602135825-2.png||height="356" width="855"]] 772 772 773 - **4.StratInstall**880 +The default account for chirpstack is: **admin/admin** 774 774 775 775 776 - ClickstartInstall and waituntilthemigrationsucceeds883 += 10. Trouble Shooting = 777 777 778 - [[image:image-20230616162934-3.png]]885 +== 10.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 779 779 780 780 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 - 795 795 [[image:image-20220920135918-1.png]] 796 796 797 797 ... ... @@ -807,7 +807,7 @@ 807 807 [[image:image-20220920141936-2.png]] 808 808 809 809 810 -== 9.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem ==903 +== 10.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem == 811 811 812 812 813 813 When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. ... ... @@ -815,7 +815,7 @@ 815 815 [[image:image-20230508171607-1.png]] 816 816 817 817 818 -== 9.3 Fallback IP does not work, how can users check ==911 +== 10.3 Fallback IP does not work, how can users check == 819 819 820 820 821 821 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. ... ... @@ -837,7 +837,7 @@ 837 837 If the firewall is not down, this will affect access to the gateway. 838 838 839 839 840 -== 9.4 Click "Manual_Update", why there is no response? ==933 +== 10.4 Click "Manual_Update", why there is no response? == 841 841 842 842 843 843 When you click "Manual_Update", the gateway will finish updating within 10 minutes and display the update log. ... ... @@ -846,7 +846,7 @@ 846 846 [[image:image-20230527090555-3.png||height="660" width="832"]] 847 847 848 848 849 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)1 0. Supports(%%) =942 += (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) = 850 850 851 851 852 852 ((( ... ... @@ -857,16 +857,17 @@ 857 857 With your question as detailed as possible. We will reply and help you in the shortest. 858 858 859 859 860 -= 1 1. Reference =953 += 12. Reference = 861 861 862 862 863 863 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. 864 864 * [[Advance OS Reference Guide for LPS8v2>>doc:Main.Armbian OS instruction.WebHome]]. 865 865 959 + 866 866 867 867 ))) 868 868 869 -= 1 2. Order Info =963 += 13. Order Info = 870 870 871 871 872 872 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -898,7 +898,7 @@ 898 898 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 899 899 900 900 901 -= 1 3. Manufacturer Info =995 += 14. Manufacturer Info = 902 902 903 903 904 904 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -908,7 +908,7 @@ 908 908 LongCheng Street, LongGang District ; Shenzhen 518116,China 909 909 910 910 911 -= 1 4. FCC Warning =1005 += 15. FCC Warning = 912 912 913 913 914 914 (((
- image-20230616180004-9.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -38.1 KB - Content