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-20230425153417-2.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 17 removed)
- 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
- image-20230527090555-3.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoye - Content
-
... ... @@ -66,6 +66,8 @@ 66 66 * Storage Temperature: -20 ~~ 70°C 67 67 * Power Input: 5V, 2A, DC 68 68 69 + 70 + 69 69 == 1.3 Features == 70 70 71 71 ... ... @@ -84,6 +84,8 @@ 84 84 * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server 85 85 * Built-in (% style="color:#037691" %)//**Node-Red**// (%%)local Application server 86 86 89 + 90 + 87 87 == 1.4 Block Diagram == 88 88 89 89 ... ... @@ -138,26 +138,9 @@ 138 138 === 2.1.1 connect the network === 139 139 140 140 141 -==== (% style="color:blue" %)**Method 1**(%%): Connect via LPS8-V2WiFi====145 +==== (% style="color:blue" %)**Method 1**(%%): Connect via Ethernet with DHCP IP from the router ==== 142 142 143 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 - 154 - 155 -If your computer cannot scan the wifi AP on the LPS8-V2 , follow this connection to debug: 156 - 157 - 158 -==== (% style="color:blue" %)**Method 2**(%%): Connect via Ethernet with DHCP IP from the router ==== 159 - 160 - 161 161 ((( 162 162 Connect the LPS8-V2 Ethernet port to your router and LPS8-V2 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LPS8-V2. 163 163 ))) ... ... @@ -170,7 +170,7 @@ 170 170 171 171 172 172 173 -==== (% style="color:blue" %)**Method 3**(%%): Connect via LPS8-V2 Fallback IP ====160 +==== (% style="color:blue" %)**Method 2**(%%): Connect via LPS8-V2 Fallback IP ==== 174 174 175 175 176 176 [[image:image-20230107084650-2.png||height="310" width="839"]] ... ... @@ -202,7 +202,7 @@ 202 202 203 203 204 204 205 -==== (% style="color:blue" %)**Method 4**(%%): Connect via WiFi with DHCP IP from the router ====192 +==== (% style="color:blue" %)**Method 3**(%%): Connect via WiFi with DHCP IP from the router ==== 206 206 207 207 [[image:image-20220622100542-2.png||height="369" width="1256"]] 208 208 ... ... @@ -706,81 +706,75 @@ 706 706 707 707 **Access the gateway CLI via SSH.** 708 708 709 -[[image:image-202 30425153417-2.png]]696 +[[image:image-20220905165222-3.png]] 710 710 711 711 712 -** Installthe newgateway-rs**699 +**Download gateway-rs.** 713 713 701 +[[image:image-20220905165715-5.png]] 702 + 714 714 (% class="box infomessage" %) 715 715 ((( 716 -**a ptupdate&&aptallhelium-gateway**705 +**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]]** 717 717 ))) 718 718 719 -[[image:image-20230425154058-4.png]] 720 720 709 +**Install gateway-rs.** 721 721 711 +[[image:image-20220905165917-7.png]] 722 722 723 -Option: If you installed the older gateway-rs, you have clean it 724 - 725 725 (% class="box infomessage" %) 726 726 ((( 727 -** apt remove helium_gateway &&dpkg~-~-purgehelium_gateway**715 +**Command: dpkg -i helium-gateway-v1.0.0-alpha.31-raspi234.deb ** 728 728 ))) 729 729 730 -[[image:image-20230425153823-3.png]] 731 731 719 +**Modify configuration.** 732 732 733 -**Change the region setting:** 734 734 722 +[[image:image-20220905173847-12.png]] 735 735 724 + 736 736 (% class="box infomessage" %) 737 737 ((( 738 -**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 727 +**region=<Enter regional parameters> \ 728 +&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 729 +&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml** 730 +))) 739 739 740 740 741 -**e .g:**733 +**Restart the helium_gateway** 742 742 743 - **US915 ~-~--> sed -i'27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml**735 +[[image:image-20220905170920-9.png]] 744 744 745 -**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 746 -))) 747 747 748 - 749 -**Restart the gateway-rs** 750 - 751 751 (% class="box infomessage" %) 752 752 ((( 753 753 **systemctl restart helium_gateway** 754 754 ))) 755 755 756 -[[image:image-20230425155612-7.png||height="265" width="911"]] 757 757 744 +**Check the helium_gateway Log:** 758 758 746 +[[image:image-20220905173952-13.png]] 759 759 760 -**Check the helium_gateway running status** 761 761 762 - 763 763 (% class="box infomessage" %) 764 764 ((( 765 -** systemctlstatushelium_gateway**751 +**journalctl -u helium_gateway -f** 766 766 ))) 767 767 768 768 769 - [[image:image-20230425154740-5.png]]755 +(% style="color:red" %)**Note: if your device is not finished the onboarding, which is unable to connect to the Helium console.** 770 770 757 +where the helium gateway log is shown: 771 771 759 +[[image:image-20220905174534-14.png]] 772 772 773 -**Check the helium_gateway Log:** 774 774 775 -(% class="box infomessage" %) 776 -((( 777 -**journalctl -u helium_gateway -f** 778 -))) 762 +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. 779 779 780 780 781 -[[image:image-20230425155659-8.png]] 782 - 783 - 784 784 = 8. OTA System Update = 785 785 786 786 ... ... @@ -787,29 +787,11 @@ 787 787 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. 788 788 789 789 771 += 9. Trouble Shooting = 790 790 791 -= 9. FAQ=773 +== 9.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 792 792 793 -== 9.1 How to change Hostname == 794 794 795 - 796 -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: 797 - 798 -(% class="box infomessage" %) 799 -((( 800 -hostnamectl set-hostname dragino-123456 801 -))) 802 - 803 -[[image:image-20230517102429-1.png]] 804 - 805 -After the configuration is complete, run "reboot" to restart the gateway. 806 - 807 - 808 -= 10. Trouble Shooting = 809 - 810 -== 10.1 I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. == 811 - 812 - 813 813 [[image:image-20220920135918-1.png]] 814 814 815 815 ... ... @@ -825,16 +825,9 @@ 825 825 [[image:image-20220920141936-2.png]] 826 826 827 827 828 -== 10.2Thebuilt-in TTN statusis"Not Running" andtheURI is"dragino-123456".How usersfix this problem==791 +== 9.2 Fallback IP does not work, how can users check == 829 829 830 -When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed. 831 831 832 -[[image:image-20230508171607-1.png]] 833 - 834 - 835 -== 10.3 Fallback IP does not work, how can users check == 836 - 837 - 838 838 When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP. 839 839 840 840 ... ... @@ -854,17 +854,9 @@ 854 854 If the firewall is not down, this will affect access to the gateway. 855 855 856 856 857 -= =10.4Click"Manual_Update", whythereisnoresponse?==813 += (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) = 858 858 859 859 860 -When you click "Manual_Update", the gateway will finish updating within 10 minutes and display the update log. 861 - 862 - 863 -[[image:image-20230527090555-3.png||height="660" width="832"]] 864 - 865 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) = 866 - 867 - 868 868 ((( 869 869 **//If you are experiencing issues and can't solve them, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].//** 870 870 ))) ... ... @@ -873,7 +873,7 @@ 873 873 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 874 874 875 875 876 -= 1 2. Reference =824 += 11. Reference = 877 877 878 878 879 879 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. ... ... @@ -882,7 +882,7 @@ 882 882 883 883 ))) 884 884 885 -= 1 3. Order Info =833 += 12. Order Info = 886 886 887 887 888 888 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -906,7 +906,7 @@ 906 906 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 907 907 908 908 909 -= 1 4. Manufacturer Info =857 += 13. Manufacturer Info = 910 910 911 911 912 912 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -916,7 +916,7 @@ 916 916 LongCheng Street, LongGang District ; Shenzhen 518116,China 917 917 918 918 919 -= 1 5. FCC Warning =867 += 14. FCC Warning = 920 920 921 921 922 922 (((
- image-20230425153823-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -35.5 KB - Content
- image-20230425154058-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -50.6 KB - Content
- image-20230425154740-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -62.9 KB - Content
- image-20230425155300-6.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -19.7 KB - Content
- image-20230425155612-7.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -19.6 KB - Content
- image-20230425155659-8.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoye - Size
-
... ... @@ -1,1 +1,0 @@ 1 -34.8 KB - Content
- image-20230508171607-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.5 KB - Content
- image-20230517102429-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -25.5 KB - Content
- image-20230524183659-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.9 KB - Content
- image-20230526103829-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.7 KB - Content
- image-20230526104156-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -33.0 KB - Content
- image-20230526104501-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -125.6 KB - Content
- image-20230526113915-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.8 KB - Content
- image-20230526115650-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -124.0 KB - Content
- image-20230527084515-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -56.0 KB - Content
- image-20230527085250-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -144.5 KB - Content
- image-20230527090555-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Kilight - Size
-
... ... @@ -1,1 +1,0 @@ 1 -52.9 KB - Content