<
From version < 243.1 >
edited by Kilight Cao
on 2023/07/31 15:35
To version < 253.1 >
edited by Kilight Cao
on 2023/10/17 11:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -121,13 +121,11 @@
121 121   **LED status: ** ETH LED will SOLID BULE Until the restore is finished.
122 122  
123 123  
124 -(% style="color:red" %)**Note**: Restoring factory Settings does not erase data from the LPS8-V2 built-in server
124 +(% style="color:red" %)**Note: Restoring factory Settings does not erase data from the LPS8-V2 built-in server**
125 125  
126 -See this link for steps on how to clear data from the built-in server:
126 +See this link for steps on how to clear data from the built-in server: **[[How to clear data from the built-in server>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.6A0Howtocleardatafromthebuilt-inserver]]**
127 127  
128 -**[[How to clear data from the built-in server>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.6A0Howtocleardatafromthebuilt-inserver]]**
129 129  
130 -
131 131  = 2. Quick Start =
132 132  
133 133  
... ... @@ -575,7 +575,6 @@
575 575  [[image:image-20230321092456-1.png]]
576 576  
577 577  
578 -
579 579  == 4.2 Application Server ~-~- Node-Red ==
580 580  
581 581  
... ... @@ -650,9 +650,9 @@
650 650  == 4.4 How to use ChirpStack on LPS8-V2 ==
651 651  
652 652  
653 -By default, the built-in LoRaWAN network server used on LPS8v2 is TTNv3, so users need follow this link to install chirpstack:
650 +The newly shipout LPS8v2 already have ChirpStack built-in by default. Older units might have built-in TTN Stack v3 server, in this case, user can change from TTN Stack v3 to ChirpStack by below instruction.
654 654  
655 -**[[Build-in The Things Network migrate to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
652 +**[[Change TTN Stack v3 to ChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H9.2Build-inTheThingsNetworkmigratetoChirpStack]]**
656 656  
657 657  
658 658  === 4.4.1 How do users choose the chirpstack server frequency SubBand ===
... ... @@ -822,6 +822,53 @@
822 822  )))
823 823  
824 824  
822 +== 8.5 Reinstall Build-in The Things Stack ==
823 +
824 +
825 +
826 +== 8.6 How do I view gateway logs ==
827 +
828 +=== 8.6.1 LoRaWAN Log: ===
829 +
830 +==== Semtech UDP Log : ====
831 +
832 +When the gateway starts LoRaWAN Semtech UDP, users can check the logs of the Semtech UDP in the **LogRead ~-~-> System Log** interface
833 +
834 +[[image:image-20231017112115-2.png||height="611" width="821"]]
835 +
836 +
837 +==== Station Log: ====
838 +
839 +When the gateway starts Basic Station, users can check the logs of the station in the **LogRead ~-~-> System Log** interface
840 +
841 +[[image:image-20231017111606-1.png||height="622" width="821"]]
842 +
843 +
844 +=== 8.6.2  4G Log ===
845 +
846 +The user needs to access the Linux console of the gateway and enter the following command:
847 +
848 +(% class="box infomessage" %)
849 +(((
850 +cat /var/log/qmilog.txt
851 +)))
852 +
853 +[[image:image-20231017114417-3.png||height="543" width="679"]]
854 +
855 +=== 8.6.3 Dmesg Log ===
856 +
857 +Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface:
858 +
859 +[[image:image-20231017115330-5.png||height="565" width="740"]]
860 +
861 +
862 +=== 8.6.4 Record Log ===
863 +
864 +Users can record DMESG logs and LoRaWAN logs on the **LogRead ~-~->Record Log** interface
865 +
866 +[[image:image-20231017115124-4.png||height="215" width="880"]]
867 +
868 +
825 825  = 9. Trouble Shooting =
826 826  
827 827  == 9.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
... ... @@ -889,7 +889,7 @@
889 889  
890 890  (% class="box infomessage" %)
891 891  (((
892 -apt update && apt install dragino-fallback
936 +apt update && apt install *dragino*
893 893  
894 894  wget -P /tmp/ [[http:~~/~~/repo.dragino.com/release/hp0c-packages/linux-image-current-draginohp0z_22.05.2_armhf.deb>>http://repo.dragino.com/release/hp0c-packages/linux-image-current-draginohp0z_22.05.2_armhf.deb]] && dpkg -i /tmp/[[linux-image-current-draginohp0z_22.05.2_armhf.deb>>http://repo.dragino.com/release/hp0c-packages/linux-image-current-draginohp0z_22.05.2_armhf.deb]]
895 895  )))
... ... @@ -902,7 +902,7 @@
902 902  
903 903  Refer to this link to delete the Built-in server's device.
904 904  
905 -[[attach:Delete Device.docx||target="_blank"]]
949 +[[Delete devices from Build-in The Things Network>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Delete%20devices%20from%20Build-in%20The%20Things%20Network/]]
906 906  
907 907  
908 908  **2) Build-in Chirpstack**
image-20231017111606-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +117.6 KB
Content
image-20231017112115-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +114.3 KB
Content
image-20231017114417-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +130.4 KB
Content
image-20231017115124-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +28.6 KB
Content
image-20231017115330-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +110.1 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0