<
From version < 171.1 >
edited by Kilight Cao
on 2023/04/13 17:02
To version < 191.1 >
edited by Kilight Cao
on 2023/05/08 17:16
>
Change comment: Uploaded new attachment "image-20230508171607-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -66,7 +66,6 @@
66 66  * Storage Temperature: -20 ~~ 70°C
67 67  * Power Input: 5V, 2A, DC
68 68  
69 -
70 70  == 1.3 Features ==
71 71  
72 72  
... ... @@ -85,7 +85,6 @@
85 85  * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server
86 86  * Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
87 87  
88 -
89 89  == 1.4 Block Diagram ==
90 90  
91 91  
... ... @@ -167,14 +167,20 @@
167 167  
168 168  2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
169 169  
168 +
169 +Settings ~-~-> Network & Internet ~-~-> Ethernet ~-~-> Change advanced sharing options ~-~-> Double-click"Ethernet" ~-~-> Internet Protocol Version 4 (TCP/IPv4)
170 +
171 +
170 170  As in the below photo:
171 171  
172 -[[image:image-20230413162911-1.png]]
174 +[[image:image-20230413172038-1.png||height="732" width="1243"]]
173 173  
174 174  
175 175  Configure computer Ethernet port steps video: **[[attach:fallback ip.mp4||target="_blank"]]**
176 176  
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]]**
177 177  
181 +
178 178  3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console.
179 179  
180 180  [[image:image-20230111094247-2.png||height="619" width="1250"]]
... ... @@ -234,7 +234,6 @@
234 234  * **WiFi Client Mode**
235 235  * **Cellular Mode**
236 236  
237 -
238 238  === 2.2.2  Use WAN port to access Internet ===
239 239  
240 240  
... ... @@ -536,7 +536,7 @@
536 536  
537 537  Users need to set the Service Provider to (% style="color:blue" %)**Local Host/Build-in Server **(%%) and click "Save&Apply"
538 538  
539 -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"]]
540 540  
541 541  [[image:image-20230321092456-1.png]]
542 542  
... ... @@ -646,8 +646,8 @@
646 646  
647 647  **LPS8v2 UART connection photo**
648 648  
649 -[[image:image-20220804163015-1.png||height="621" width="466"]]
650 650  
653 +[[image:image-20230421094319-2.png||height="351" width="392"]]
651 651  
652 652  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:
653 653  
... ... @@ -686,75 +686,81 @@
686 686  
687 687  **Access the gateway CLI via SSH.**
688 688  
689 -[[image:image-20220905165222-3.png]]
692 +[[image:image-20230425153417-2.png]]
690 690  
691 691  
692 -**Download gateway-rs.**
695 +**Install the new gateway-rs**
693 693  
694 -[[image:image-20220905165715-5.png]]
695 -
696 696  (% class="box infomessage" %)
697 697  (((
698 -**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**
699 699  )))
700 700  
702 +[[image:image-20230425154058-4.png]]
701 701  
702 -**Install gateway-rs.**
703 703  
704 -[[image:image-20220905165917-7.png]]
705 705  
706 +Option: If you installed the older gateway-rs, you have clean it
707 +
706 706  (% class="box infomessage" %)
707 707  (((
708 -**Command: dpkg -i helium-gateway-v1.0.0-alpha.31-raspi234.deb **
710 +**apt remove helium_gateway && dpkg ~-~-purge helium_gateway**
709 709  )))
710 710  
713 +[[image:image-20230425153823-3.png]]
711 711  
712 -**Modify configuration.**
713 713  
716 +**Change the region setting:**
714 714  
715 -[[image:image-20220905173847-12.png]]
716 716  
717 -
718 718  (% class="box infomessage" %)
719 719  (((
720 -**region=<Enter regional parameters> \
721 -&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \
722 -&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml**
723 -)))
721 +**sed  -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml**
724 724  
725 725  
726 -**Restart the helium_gateway**
724 +**e.g: **
727 727  
728 -[[image:image-20220905170920-9.png]]
726 +**US915  ~-~-->  sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml**
729 729  
728 +**EU868  ~-~-->  sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml**
729 +)))
730 730  
731 +
732 +**Restart the gateway-rs**
733 +
731 731  (% class="box infomessage" %)
732 732  (((
733 733  **systemctl restart helium_gateway**
734 734  )))
735 735  
739 +[[image:image-20230425155612-7.png||height="265" width="911"]]
736 736  
737 -**Check the helium_gateway Log:**
738 738  
739 -[[image:image-20220905173952-13.png]]
740 740  
743 +**Check the helium_gateway running status**
741 741  
745 +
742 742  (% class="box infomessage" %)
743 743  (((
744 -**journalctl -u helium_gateway -f**
748 +**systemctl status helium_gateway**
745 745  )))
746 746  
747 747  
748 -(% style="color:red" %)**Note: if your device is not finished the onboarding, which is unable to connect to the Helium console.**
752 +[[image:image-20230425154740-5.png]]
749 749  
750 -where the helium gateway log is shown:
751 751  
752 -[[image:image-20220905174534-14.png]]
753 753  
756 +**Check the helium_gateway Log:**
754 754  
755 -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 +)))
756 756  
757 757  
764 +[[image:image-20230425155659-8.png]]
765 +
766 +
758 758  = 8. OTA System Update =
759 759  
760 760  
... ... @@ -781,6 +781,28 @@
781 781  [[image:image-20220920141936-2.png]]
782 782  
783 783  
793 +== 9.2  Fallback IP does not work, how can users check ==
794 +
795 +
796 +When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP.
797 +
798 +
799 +**1.Check whether the configuration is correct**
800 +
801 +Run the CMD command to ipconfig and ping 172.31.255.254.
802 +
803 +If this fails, the user needs to reconfigure.
804 +
805 +[[image:image-20230413170224-3.png||height="433" width="707"]]
806 +
807 +[[image:image-20230413170246-4.png]]
808 +
809 +
810 +**2. Check whether the firewall is disabled**
811 +
812 +If the firewall is not down, this will affect access to the gateway.
813 +
814 +
784 784  = (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) =
785 785  
786 786  
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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0