<
From version < 204.1 >
edited by Kilight Cao
on 2023/05/27 09:05
To version < 183.1 >
edited by Xiaoye
on 2023/04/25 15:38
>
Change comment: Uploaded new attachment "image-20230425153823-3.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +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,19 +138,6 @@
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 -
154 154  ==== (% style="color:blue" %)**Method 1**(%%):  Connect via Ethernet with DHCP IP from the router ====
155 155  
156 156  
... ... @@ -702,81 +702,75 @@
702 702  
703 703  **Access the gateway CLI via SSH.**
704 704  
705 -[[image:image-20230425153417-2.png]]
696 +[[image:image-20220905165222-3.png]]
706 706  
707 707  
708 -**Install the new gateway-rs**
699 +**Download gateway-rs.**
709 709  
701 +[[image:image-20220905165715-5.png]]
702 +
710 710  (% class="box infomessage" %)
711 711  (((
712 -**apt update && apt install helium-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]]**
713 713  )))
714 714  
715 -[[image:image-20230425154058-4.png]]
716 716  
709 +**Install gateway-rs.**
717 717  
711 +[[image:image-20220905165917-7.png]]
718 718  
719 -Option: If you installed the older gateway-rs, you have clean it
720 -
721 721  (% class="box infomessage" %)
722 722  (((
723 -**apt remove helium_gateway && dpkg ~-~-purge helium_gateway**
715 +**Command: dpkg -i helium-gateway-v1.0.0-alpha.31-raspi234.deb **
724 724  )))
725 725  
726 -[[image:image-20230425153823-3.png]]
727 727  
719 +**Modify configuration.**
728 728  
729 -**Change the region setting:**
730 730  
722 +[[image:image-20220905173847-12.png]]
731 731  
724 +
732 732  (% class="box infomessage" %)
733 733  (((
734 -**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 +)))
735 735  
736 736  
737 -**e.g: **
733 +**Restart the helium_gateway**
738 738  
739 -**US915  ~-~-->  sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml**
735 +[[image:image-20220905170920-9.png]]
740 740  
741 -**EU868  ~-~-->  sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml**
742 -)))
743 743  
744 -
745 -**Restart the gateway-rs**
746 -
747 747  (% class="box infomessage" %)
748 748  (((
749 749  **systemctl restart helium_gateway**
750 750  )))
751 751  
752 -[[image:image-20230425155612-7.png||height="265" width="911"]]
753 753  
744 +**Check the helium_gateway Log:**
754 754  
746 +[[image:image-20220905173952-13.png]]
755 755  
756 -**Check the helium_gateway running status**
757 757  
758 -
759 759  (% class="box infomessage" %)
760 760  (((
761 -**systemctl status helium_gateway**
751 +**journalctl -u helium_gateway -f**
762 762  )))
763 763  
764 764  
765 -[[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.**
766 766  
757 +where the helium gateway log is shown:
767 767  
759 +[[image:image-20220905174534-14.png]]
768 768  
769 -**Check the helium_gateway Log:**
770 770  
771 -(% class="box infomessage" %)
772 -(((
773 -**journalctl -u helium_gateway -f**
774 -)))
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.
775 775  
776 776  
777 -[[image:image-20230425155659-8.png]]
778 -
779 -
780 780  = 8. OTA System Update =
781 781  
782 782  
... ... @@ -783,29 +783,11 @@
783 783  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.
784 784  
785 785  
771 += 9. Trouble Shooting =
786 786  
787 -= 9. FAQ =
773 +== 9. I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
788 788  
789 -== 9.1 How to change Hostname ==
790 790  
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 -
809 809  [[image:image-20220920135918-1.png]]
810 810  
811 811  
... ... @@ -821,16 +821,9 @@
821 821  [[image:image-20220920141936-2.png]]
822 822  
823 823  
824 -== 10.2 The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem ==
791 +== 9.2  Fallback IP does not work, how can users check ==
825 825  
826 -When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed.
827 827  
828 -[[image:image-20230508171607-1.png]]
829 -
830 -
831 -== 10.3  Fallback IP does not work, how can users check ==
832 -
833 -
834 834  When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP.
835 835  
836 836  
... ... @@ -850,7 +850,7 @@
850 850  If the firewall is not down, this will affect access to the gateway.
851 851  
852 852  
853 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)11. Supports(%%) =
813 += (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) =
854 854  
855 855  
856 856  (((
... ... @@ -861,7 +861,7 @@
861 861  **//With your question as detailed as possible. We will reply and help you in the shortest.//**
862 862  
863 863  
864 -= 12. Reference =
824 += 11. Reference =
865 865  
866 866  
867 867  * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
... ... @@ -870,7 +870,7 @@
870 870  
871 871  )))
872 872  
873 -= 13. Order Info =
833 += 12. Order Info =
874 874  
875 875  
876 876  (% style="color:#0000ff" %)**LPS8v2-XXX-YYY**
... ... @@ -894,7 +894,7 @@
894 894  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
895 895  
896 896  
897 -= 14. Manufacturer Info =
857 += 13. Manufacturer Info =
898 898  
899 899  
900 900  **Shenzhen Dragino Technology Development co. LTD**
... ... @@ -904,7 +904,7 @@
904 904  LongCheng Street, LongGang District ; Shenzhen 518116,China
905 905  
906 906  
907 -= 15. FCC Warning =
867 += 14. FCC Warning =
908 908  
909 909  
910 910  (((
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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0