<
From version < 292.1 >
edited by Kilight Cao
on 2024/02/03 17:28
To version < 282.1 >
edited by Xiaoye
on 2023/12/04 11:20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -LPS8v2 -- LoRaWAN Indoor Gateway User Manual
1 +LPS8v2 LoRaWAN Indoor Gateway User Manual
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoye
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  )))
10 10  
11 -**Table of Contents:**
11 +**Table of Contents**
12 12  
13 13  {{toc/}}
14 14  
... ... @@ -126,12 +126,6 @@
126 126  See this link for steps on how to clear data from the built-in server: **[[How to reset the built-in server>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.6A0Howtoresetthebuilt-inserver]]**
127 127  
128 128  
129 -When the gateway restores the factory settings is complete,
130 -
131 -The WiFi configuration will enable WiFi Access Point by default.
132 -
133 -The other configuration will be restored to the default configuration.
134 -
135 135  = 2. Quick Start =
136 136  
137 137  
... ... @@ -551,7 +551,7 @@
551 551  
552 552  
553 553  
554 -== **3). Troubleshooting:** ==
548 +== **2). Troubleshooting:** ==
555 555  
556 556  
557 557  * (((
... ... @@ -578,10 +578,10 @@
578 578  
579 579  
580 580  * (((
581 -=== ** How to batch register device on the built-in Chirpstack network server** ===
575 +=== ** How to bath register device on the built-in Chirpstack network server** ===
582 582  )))
583 583  
584 - The user can register devices in batch on the gateway Web UI, see [[Batch Register>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H11.A0HowtouseChirpstackAPItobatchregisterSensorNode2FGatewayinChistapstackServer]]
578 + The user can register devices in batch on the gateway Web UI, see
585 585  
586 586  
587 587  * (((
... ... @@ -588,7 +588,7 @@
588 588  === ** Why my gateway is not Chirpstack?** ===
589 589  )))
590 590  
591 - After June '23, the default factory LPS8V2 pre-installed Chirpstack-V4 instead of The Things Stack, the users can migrate to Chistack-V4, see **[[Change TTN Stack v3 to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
585 + After June '23, the default factory LPS8V2 pre-installed Chirpstack-V2 instead of The Things Stack, the users can migrate to Chistack-V4, see **[[Change TTN Stack v3 to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
592 592  
593 593  
594 594  * (((
... ... @@ -757,29 +757,33 @@
757 757  
758 758  Migrate guide:
759 759  
760 -To stabilize the completion of the migration, The users can migrate in one of the following ways
754 +**1. Ensure that the gateway is in good network condition, Recommended use of ETH.**
761 761  
762 -**Method 1. Using the Linux shell, **
756 +**2. On the Server ~-~-> Network Server interface, click "Management"**
763 763  
764 -**Method 2. Flash a new image with the Chirpstack**
758 +[[image:image-20230616162454-1.png]]
765 765  
766 766  
761 +**3. Click "Migrate-Chirpstack"**
767 767  
768 -=== Method 1: Using the Linux shell ===
763 +[[image:image-20230616162742-2.png]]
769 769  
770 -(% class="box infomessage" %)
771 -(((
772 -wget -P /tmp [[http:~~/~~/repo.dragino.com/release/tool/chirpstack/migrate_chirpstack>>http://repo.dragino.com/release/tool/chirpstack/migrate_chirpstack]] && chmod +x /tmp/migrate_chirpstack && /tmp/migrate_chirpstack
773 -)))
774 774  
766 +**4. Strat Install **
775 775  
768 +Click start Install and wait until the migration succeeds
776 776  
777 -=== Method 2: Flash a new image ===
770 +[[image:image-20230616162934-3.png]]
778 778  
779 -Image flash steps: [[How to flash a new image(OS) to the gateway(LPS8V2)>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]
780 780  
773 +**5.Migration complete check result**
781 781  
775 +[[image:image-20230616174526-4.png||height="706" width="983"]]
782 782  
777 +
778 +[[image:image-20230616180004-9.png]]
779 +
780 +
783 783  == 8.3 How to reduce the 4g data consumed ==
784 784  
785 785  
... ... @@ -849,7 +849,6 @@
849 849  
850 850  [[image:image-20231017114417-3.png||height="543" width="679"]]
851 851  
852 -
853 853  === 8.6.3 Dmesg Log ===
854 854  
855 855  Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface:
... ... @@ -864,37 +864,6 @@
864 864  [[image:image-20231017115124-4.png||height="215" width="880"]]
865 865  
866 866  
867 -=== 8.6.5 View gateway logs via Linux Command ===
868 -
869 -**Semtech UDP Log :**
870 -
871 -(% class="box infomessage" %)
872 -(((
873 -**journalctl -u draginofwd -f**
874 -)))
875 -
876 -[[image:image-20231207144627-1.png||height="371" width="1017"]]
877 -
878 -
879 -**Station Log:**
880 -
881 -(% class="box infomessage" %)
882 -(((
883 -**tail -f /var/log/station.log **
884 -)))
885 -
886 -[[image:image-20231207144758-2.png||height="132" width="1022"]]
887 -
888 -
889 -**Dmesg Log:**
890 -
891 -(% class="box infomessage" %)
892 -(((
893 -**dmesg**
894 -)))
895 -
896 -[[image:image-20231207145210-3.png||height="310" width="1021"]]
897 -
898 898  = 9. Trouble Shooting =
899 899  
900 900  == 9.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
image-20231207144627-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -182.9 KB
Content
image-20231207144758-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -51.0 KB
Content
image-20231207145210-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -104.4 KB
Content
image-20240203172853-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -24.5 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0