Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 20 added, 0 removed)
- image-20230421094259-1.png
- image-20230421094319-2.png
- image-20230425153403-1.png
- image-20230425153417-2.png
- image-20230425153823-3.png
- image-20230425154058-4.png
- image-20230425154740-5.png
- image-20230425155300-6.png
- image-20230425155612-7.png
- image-20230425155659-8.png
- image-20230508171607-1.png
- image-20230517102429-1.png
- image-20230524183659-1.png
- image-20230526103829-1.png
- image-20230526104156-2.png
- image-20230526104501-3.png
- image-20230526113915-4.png
- image-20230526115650-5.png
- image-20230527084515-1.png
- image-20230527085250-2.png
Details
- Page properties
-
- Content
-
... ... @@ -138,6 +138,19 @@ 138 138 === 2.1.1 connect the network === 139 139 140 140 141 +==== (% style="color:blue" %)**Method 1**(%%): Connect via LPS8-V2 WiFi ==== 142 + 143 + 144 +Since software version 230524,At the first boot of LPS8-V2, it will auto generate a WiFi network called (% style="color:green" %)**//dragino-xxxxxx //**(%%)with password: 145 + 146 + (% style="background-color:yellow" %)**dragino+dragino** 147 + 148 +User can use a PC to connect to this WiFi network. The PC will get an IP address 10.130.1.xxx and the LPS8-V2 has the default IP (% style="color:green" %)**10.130.1.1** 149 + 150 +[[image:image-20230527084515-1.png]] 151 + 152 +[[image:image-20230527085250-2.png||height="495" width="284"]] 153 + 141 141 ==== (% style="color:blue" %)**Method 1**(%%): Connect via Ethernet with DHCP IP from the router ==== 142 142 143 143 ... ... @@ -176,7 +176,9 @@ 176 176 177 177 Configure computer Ethernet port steps video: **[[attach:fallback ip.mp4||target="_blank"]]** 178 178 192 +If you still can't access the LPS8-V2 fallback ip, follow this connection to debug :**[[Trouble Shooting>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2A0FallbackIPdoesnotwork2Chowcanuserscheck]]** 179 179 194 + 180 180 3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console. 181 181 182 182 [[image:image-20230111094247-2.png||height="619" width="1250"]] ... ... @@ -537,7 +537,7 @@ 537 537 538 538 Users need to set the Service Provider to (% style="color:blue" %)**Local Host/Build-in Server **(%%) and click "Save&Apply" 539 539 540 -The registration steps are basically similar to [[LPS8-V2 is registered and connected to The Things Network>> http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H2.2TheLPS8-V2isregisteredandconnectedtoTheThingsNetwork]]555 +The registration steps are basically similar to [[LPS8-V2 is registered and connected to The Things Network>>||anchor="H2.3TheLPS8-V2isregisteredandconnectedtoTheThingsNetwork"]] 541 541 542 542 [[image:image-20230321092456-1.png]] 543 543 ... ... @@ -647,8 +647,8 @@ 647 647 648 648 **LPS8v2 UART connection photo** 649 649 650 -[[image:image-20220804163015-1.png||height="621" width="466"]] 651 651 666 +[[image:image-20230421094319-2.png||height="351" width="392"]] 652 652 653 653 In the PC,you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LPS8v2. LPS8v2 will output system info once power on as below: 654 654 ... ... @@ -687,75 +687,81 @@ 687 687 688 688 **Access the gateway CLI via SSH.** 689 689 690 -[[image:image-202 20905165222-3.png]]705 +[[image:image-20230425153417-2.png]] 691 691 692 692 693 -** Downloadgateway-rs.**708 +**Install the new gateway-rs** 694 694 695 -[[image:image-20220905165715-5.png]] 696 - 697 697 (% class="box infomessage" %) 698 698 ((( 699 -** Command: wget[[http:~~/~~/repo.dragino.com/release/tool/gateway-rs/helium-gateway-v1.0.0-alpha.31-raspi234.deb>>http://repo.dragino.com/release/tool/gateway-rs/helium-gateway-v1.0.0-alpha.31-raspi234.deb]]**712 +**apt update && apt install helium-gateway** 700 700 ))) 701 701 715 +[[image:image-20230425154058-4.png]] 702 702 703 -**Install gateway-rs.** 704 704 705 -[[image:image-20220905165917-7.png]] 706 706 719 +Option: If you installed the older gateway-rs, you have clean it 720 + 707 707 (% class="box infomessage" %) 708 708 ((( 709 -** Command: dpkg-ihelium-gateway-v1.0.0-alpha.31-raspi234.deb**723 +**apt remove helium_gateway && dpkg ~-~-purge helium_gateway** 710 710 ))) 711 711 726 +[[image:image-20230425153823-3.png]] 712 712 713 -**Modify configuration.** 714 714 729 +**Change the region setting:** 715 715 716 -[[image:image-20220905173847-12.png]] 717 717 718 - 719 719 (% class="box infomessage" %) 720 720 ((( 721 -**region=<Enter regional parameters> \ 722 -&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 723 -&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml** 724 -))) 734 +**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 725 725 726 726 727 -** Restart the helium_gateway**737 +**e.g: ** 728 728 729 - [[image:image-20220905170920-9.png]]739 +**US915 ~-~--> sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml** 730 730 741 +**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 742 +))) 731 731 744 + 745 +**Restart the gateway-rs** 746 + 732 732 (% class="box infomessage" %) 733 733 ((( 734 734 **systemctl restart helium_gateway** 735 735 ))) 736 736 752 +[[image:image-20230425155612-7.png||height="265" width="911"]] 737 737 738 -**Check the helium_gateway Log:** 739 739 740 -[[image:image-20220905173952-13.png]] 741 741 756 +**Check the helium_gateway running status** 742 742 758 + 743 743 (% class="box infomessage" %) 744 744 ((( 745 -** journalctl-u helium_gateway-f**761 +**systemctl status helium_gateway** 746 746 ))) 747 747 748 748 749 - (% style="color:red" %)**Note:if your device is not finished the onboarding, which is unableto connect to the Heliumconsole.**765 +[[image:image-20230425154740-5.png]] 750 750 751 -where the helium gateway log is shown: 752 752 753 -[[image:image-20220905174534-14.png]] 754 754 769 +**Check the helium_gateway Log:** 755 755 756 -So you have to finish the onboarding, ~-~--Please refer to [[Step 2.7>>doc:Main.Notes for Helium.WebHome||anchor="H2.7A0Step6:OnboardingData-OnlyHotspot"]] to onboarding your LPS8-V2. 771 +(% class="box infomessage" %) 772 +((( 773 +**journalctl -u helium_gateway -f** 774 +))) 757 757 758 758 777 +[[image:image-20230425155659-8.png]] 778 + 779 + 759 759 = 8. OTA System Update = 760 760 761 761 ... ... @@ -762,11 +762,29 @@ 762 762 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. 763 763 764 764 765 -= 9. Trouble Shooting = 766 766 767 -= =9.1Ican't log in to the built-in Server TTN Stack which shows '**Login failed**'.==787 += 9. FAQ = 768 768 789 +== 9.1 How to change Hostname == 769 769 791 + 792 +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: 793 + 794 +(% class="box infomessage" %) 795 +((( 796 +hostnamectl set-hostname dragino-123456 797 +))) 798 + 799 +[[image:image-20230517102429-1.png]] 800 + 801 +After the configuration is complete, run "reboot" to restart the gateway. 802 + 803 + 804 += 10. Trouble Shooting = 805 + 806 +== 10.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 807 + 808 + 770 770 [[image:image-20220920135918-1.png]] 771 771 772 772 ... ... @@ -782,9 +782,16 @@ 782 782 [[image:image-20220920141936-2.png]] 783 783 784 784 785 -== 9.2FallbackIPdoesnotwork,howcan userscheck==824 +== 10.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem == 786 786 826 +When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. 787 787 828 +[[image:image-20230508171607-1.png]] 829 + 830 + 831 +== 10.3 Fallback IP does not work, how can users check == 832 + 833 + 788 788 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. 789 789 790 790 ... ... @@ -804,7 +804,7 @@ 804 804 If the firewall is not down, this will affect access to the gateway. 805 805 806 806 807 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)1 0. Supports(%%) =853 += (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) = 808 808 809 809 810 810 ((( ... ... @@ -815,7 +815,7 @@ 815 815 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 816 816 817 817 818 -= 1 1. Reference =864 += 12. Reference = 819 819 820 820 821 821 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. ... ... @@ -824,7 +824,7 @@ 824 824 825 825 ))) 826 826 827 -= 1 2. Order Info =873 += 13. Order Info = 828 828 829 829 830 830 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -848,7 +848,7 @@ 848 848 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 849 849 850 850 851 -= 1 3. Manufacturer Info =897 += 14. Manufacturer Info = 852 852 853 853 854 854 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -858,7 +858,7 @@ 858 858 LongCheng Street, LongGang District ; Shenzhen 518116,China 859 859 860 860 861 -= 1 4. FCC Warning =907 += 15. FCC Warning = 862 862 863 863 864 864 (((
- image-20230421094259-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +461.1 KB - Content
- image-20230421094319-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +337.6 KB - Content
- image-20230425153403-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.5 KB - Content
- image-20230425153417-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.9 KB - Content
- image-20230425153823-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.5 KB - Content
- image-20230425154058-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +50.6 KB - Content
- image-20230425154740-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +62.9 KB - Content
- image-20230425155300-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +19.7 KB - Content
- image-20230425155612-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +19.6 KB - Content
- image-20230425155659-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +34.8 KB - Content
- image-20230508171607-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.5 KB - Content
- image-20230517102429-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.5 KB - Content
- image-20230524183659-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +55.9 KB - Content
- image-20230526103829-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +55.7 KB - Content
- image-20230526104156-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +33.0 KB - Content
- image-20230526104501-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +125.6 KB - Content
- image-20230526113915-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +55.8 KB - Content
- image-20230526115650-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +124.0 KB - Content
- image-20230527084515-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +56.0 KB - Content
- image-20230527085250-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +144.5 KB - Content