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-20230526104156-2.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 13 added, 0 removed)
- 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
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -689,75 +689,81 @@ 689 689 690 690 **Access the gateway CLI via SSH.** 691 691 692 -[[image:image-202 20905165222-3.png]]692 +[[image:image-20230425153417-2.png]] 693 693 694 694 695 -** Downloadgateway-rs.**695 +**Install the new gateway-rs** 696 696 697 -[[image:image-20220905165715-5.png]] 698 - 699 699 (% class="box infomessage" %) 700 700 ((( 701 -** 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** 702 702 ))) 703 703 702 +[[image:image-20230425154058-4.png]] 704 704 705 -**Install gateway-rs.** 706 706 707 -[[image:image-20220905165917-7.png]] 708 708 706 +Option: If you installed the older gateway-rs, you have clean it 707 + 709 709 (% class="box infomessage" %) 710 710 ((( 711 -** Command: dpkg-ihelium-gateway-v1.0.0-alpha.31-raspi234.deb**710 +**apt remove helium_gateway && dpkg ~-~-purge helium_gateway** 712 712 ))) 713 713 713 +[[image:image-20230425153823-3.png]] 714 714 715 -**Modify configuration.** 716 716 716 +**Change the region setting:** 717 717 718 -[[image:image-20220905173847-12.png]] 719 719 720 - 721 721 (% class="box infomessage" %) 722 722 ((( 723 -**region=<Enter regional parameters> \ 724 -&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 725 -&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml** 726 -))) 721 +**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 727 727 728 728 729 -** Restart the helium_gateway**724 +**e.g: ** 730 730 731 - [[image:image-20220905170920-9.png]]726 +**US915 ~-~--> sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml** 732 732 728 +**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 729 +))) 733 733 731 + 732 +**Restart the gateway-rs** 733 + 734 734 (% class="box infomessage" %) 735 735 ((( 736 736 **systemctl restart helium_gateway** 737 737 ))) 738 738 739 +[[image:image-20230425155612-7.png||height="265" width="911"]] 739 739 740 -**Check the helium_gateway Log:** 741 741 742 -[[image:image-20220905173952-13.png]] 743 743 743 +**Check the helium_gateway running status** 744 744 745 + 745 745 (% class="box infomessage" %) 746 746 ((( 747 -** journalctl-u helium_gateway-f**748 +**systemctl status helium_gateway** 748 748 ))) 749 749 750 750 751 - (% 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]] 752 752 753 -where the helium gateway log is shown: 754 754 755 -[[image:image-20220905174534-14.png]] 756 756 756 +**Check the helium_gateway Log:** 757 757 758 -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 +))) 759 759 760 760 764 +[[image:image-20230425155659-8.png]] 765 + 766 + 761 761 = 8. OTA System Update = 762 762 763 763 ... ... @@ -764,11 +764,29 @@ 764 764 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. 765 765 766 766 767 -= 9. Trouble Shooting = 768 768 769 -= =9.1Ican't log in to the built-in Server TTN Stack which shows '**Login failed**'.==774 += 9. FAQ = 770 770 776 +== 9.1 How to change Hostname == 771 771 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 + 772 772 [[image:image-20220920135918-1.png]] 773 773 774 774 ... ... @@ -784,9 +784,16 @@ 784 784 [[image:image-20220920141936-2.png]] 785 785 786 786 787 -== 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 == 788 788 813 +When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. 789 789 815 +[[image:image-20230508171607-1.png]] 816 + 817 + 818 +== 10.3 Fallback IP does not work, how can users check == 819 + 820 + 790 790 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. 791 791 792 792 ... ... @@ -806,7 +806,7 @@ 806 806 If the firewall is not down, this will affect access to the gateway. 807 807 808 808 809 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)1 0. Supports(%%) =840 += (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) = 810 810 811 811 812 812 ((( ... ... @@ -817,7 +817,7 @@ 817 817 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 818 818 819 819 820 -= 1 1. Reference =851 += 12. Reference = 821 821 822 822 823 823 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. ... ... @@ -826,7 +826,7 @@ 826 826 827 827 ))) 828 828 829 -= 1 2. Order Info =860 += 13. Order Info = 830 830 831 831 832 832 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -850,7 +850,7 @@ 850 850 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 851 851 852 852 853 -= 1 3. Manufacturer Info =884 += 14. Manufacturer Info = 854 854 855 855 856 856 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -860,7 +860,7 @@ 860 860 LongCheng Street, LongGang District ; Shenzhen 518116,China 861 861 862 862 863 -= 1 4. FCC Warning =894 += 15. FCC Warning = 864 864 865 865 866 866 (((
- 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