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-20230526103829-1.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 15 added, 0 removed)
- image-20230413172038-1.png
- 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
Details
- Page properties
-
- Content
-
... ... @@ -165,14 +165,20 @@ 165 165 166 166 2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 167 167 168 + 169 +Settings ~-~-> Network & Internet ~-~-> Ethernet ~-~-> Change advanced sharing options ~-~-> Double-click"Ethernet" ~-~-> Internet Protocol Version 4 (TCP/IPv4) 170 + 171 + 168 168 As in the below photo: 169 169 170 -[[image:image-202304131 62911-1.png]]174 +[[image:image-20230413172038-1.png||height="732" width="1243"]] 171 171 172 172 173 173 Configure computer Ethernet port steps video: **[[attach:fallback ip.mp4||target="_blank"]]** 174 174 179 +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]]** 175 175 181 + 176 176 3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console. 177 177 178 178 [[image:image-20230111094247-2.png||height="619" width="1250"]] ... ... @@ -533,7 +533,7 @@ 533 533 534 534 Users need to set the Service Provider to (% style="color:blue" %)**Local Host/Build-in Server **(%%) and click "Save&Apply" 535 535 536 -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]]542 +The registration steps are basically similar to [[LPS8-V2 is registered and connected to The Things Network>>||anchor="H2.3TheLPS8-V2isregisteredandconnectedtoTheThingsNetwork"]] 537 537 538 538 [[image:image-20230321092456-1.png]] 539 539 ... ... @@ -643,8 +643,8 @@ 643 643 644 644 **LPS8v2 UART connection photo** 645 645 646 -[[image:image-20220804163015-1.png||height="621" width="466"]] 647 647 653 +[[image:image-20230421094319-2.png||height="351" width="392"]] 648 648 649 649 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: 650 650 ... ... @@ -683,75 +683,81 @@ 683 683 684 684 **Access the gateway CLI via SSH.** 685 685 686 -[[image:image-202 20905165222-3.png]]692 +[[image:image-20230425153417-2.png]] 687 687 688 688 689 -** Downloadgateway-rs.**695 +**Install the new gateway-rs** 690 690 691 -[[image:image-20220905165715-5.png]] 692 - 693 693 (% class="box infomessage" %) 694 694 ((( 695 -** 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]]**699 +**apt update && apt install helium-gateway** 696 696 ))) 697 697 702 +[[image:image-20230425154058-4.png]] 698 698 699 -**Install gateway-rs.** 700 700 701 -[[image:image-20220905165917-7.png]] 702 702 706 +Option: If you installed the older gateway-rs, you have clean it 707 + 703 703 (% class="box infomessage" %) 704 704 ((( 705 -** Command: dpkg-ihelium-gateway-v1.0.0-alpha.31-raspi234.deb**710 +**apt remove helium_gateway && dpkg ~-~-purge helium_gateway** 706 706 ))) 707 707 713 +[[image:image-20230425153823-3.png]] 708 708 709 -**Modify configuration.** 710 710 716 +**Change the region setting:** 711 711 712 -[[image:image-20220905173847-12.png]] 713 713 714 - 715 715 (% class="box infomessage" %) 716 716 ((( 717 -**region=<Enter regional parameters> \ 718 -&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 719 -&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml** 720 -))) 721 +**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 721 721 722 722 723 -** Restart the helium_gateway**724 +**e.g: ** 724 724 725 - [[image:image-20220905170920-9.png]]726 +**US915 ~-~--> sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml** 726 726 728 +**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 729 +))) 727 727 731 + 732 +**Restart the gateway-rs** 733 + 728 728 (% class="box infomessage" %) 729 729 ((( 730 730 **systemctl restart helium_gateway** 731 731 ))) 732 732 739 +[[image:image-20230425155612-7.png||height="265" width="911"]] 733 733 734 -**Check the helium_gateway Log:** 735 735 736 -[[image:image-20220905173952-13.png]] 737 737 743 +**Check the helium_gateway running status** 738 738 745 + 739 739 (% class="box infomessage" %) 740 740 ((( 741 -** journalctl-u helium_gateway-f**748 +**systemctl status helium_gateway** 742 742 ))) 743 743 744 744 745 - (% style="color:red" %)**Note:if your device is not finished the onboarding, which is unableto connect to the Heliumconsole.**752 +[[image:image-20230425154740-5.png]] 746 746 747 -where the helium gateway log is shown: 748 748 749 -[[image:image-20220905174534-14.png]] 750 750 756 +**Check the helium_gateway Log:** 751 751 752 -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. 758 +(% class="box infomessage" %) 759 +((( 760 +**journalctl -u helium_gateway -f** 761 +))) 753 753 754 754 764 +[[image:image-20230425155659-8.png]] 765 + 766 + 755 755 = 8. OTA System Update = 756 756 757 757 ... ... @@ -758,11 +758,29 @@ 758 758 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. 759 759 760 760 761 -= 9. Trouble Shooting = 762 762 763 -= =9.1Ican't log in to the built-in Server TTN Stack which shows '**Login failed**'.==774 += 9. FAQ = 764 764 776 +== 9.1 How to change Hostname == 765 765 778 + 779 +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: 780 + 781 +(% class="box infomessage" %) 782 +((( 783 +hostnamectl set-hostname dragino-123456 784 +))) 785 + 786 +[[image:image-20230517102429-1.png]] 787 + 788 +After the configuration is complete, run "reboot" to restart the gateway. 789 + 790 + 791 += 10. Trouble Shooting = 792 + 793 +== 10.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 794 + 795 + 766 766 [[image:image-20220920135918-1.png]] 767 767 768 768 ... ... @@ -778,9 +778,16 @@ 778 778 [[image:image-20220920141936-2.png]] 779 779 780 780 781 -== 9.2FallbackIPdoesnotwork,howcan userscheck==811 +== 10.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem == 782 782 813 +When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. 783 783 815 +[[image:image-20230508171607-1.png]] 816 + 817 + 818 +== 10.3 Fallback IP does not work, how can users check == 819 + 820 + 784 784 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. 785 785 786 786 ... ... @@ -800,7 +800,7 @@ 800 800 If the firewall is not down, this will affect access to the gateway. 801 801 802 802 803 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)1 0. Supports(%%) =840 += (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) = 804 804 805 805 806 806 ((( ... ... @@ -811,7 +811,7 @@ 811 811 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 812 812 813 813 814 -= 1 1. Reference =851 += 12. Reference = 815 815 816 816 817 817 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. ... ... @@ -820,7 +820,7 @@ 820 820 821 821 ))) 822 822 823 -= 1 2. Order Info =860 += 13. Order Info = 824 824 825 825 826 826 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -844,7 +844,7 @@ 844 844 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 845 845 846 846 847 -= 1 3. Manufacturer Info =884 += 14. Manufacturer Info = 848 848 849 849 850 850 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -854,7 +854,7 @@ 854 854 LongCheng Street, LongGang District ; Shenzhen 518116,China 855 855 856 856 857 -= 1 4. FCC Warning =894 += 15. FCC Warning = 858 858 859 859 860 860 (((
- image-20230413172038-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +119.5 KB - Content
- 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