<
From version < 299.1 >
edited by Xiaoye
on 2024/04/16 11:26
To version < 309.1 >
edited by Kilight Cao
on 2024/05/18 14:59
>
Change comment: Uploaded new attachment "image-20240518145859-1.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -307,6 +307,9 @@
307 307  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/LPS8N%20-%20LoRaWAN%20Gateway%20User%20Manual/WebHome/1657090932270-444.png?rev=1.1||alt="1657090932270-444.png"]]
308 308  
309 309  
310 +**Note: In most cases, the user simply types in the APN and checks the enable checkbox, without typing Pincode, Username, or Password settings.**
311 +
312 +
310 310  === 2.2.5  Check Internet connection ===
311 311  
312 312  
... ... @@ -535,6 +535,38 @@
535 535  [[image:image-20230214094316-4.png]]
536 536  
537 537  
541 +== 3.5 Logread ==
542 +
543 +=== 3.5.1 LoRa Log ===
544 +
545 +
546 +In the **Lograde ~-~-> LoRa Log page**, The users can view information about the gateway lora channel and the status of the IoT connection
547 +
548 +[[image:image-20240416112509-1.png]]
549 +
550 +
551 +=== 3.5.2 Gateway Traffic ===
552 +
553 +In the **Lograde ~-~-> Gateway Traffic page**, The users can view sensor packages about Recent LoRa uplink/downlink/Join requests
554 +
555 +[[image:image-20240416112618-2.png||height="705" width="1122"]]
556 +
557 +
558 +=== 3.5.3 System Log ===
559 +
560 +In the **Lograde ~-~-> System Log page**, The users can view information about the gateway system
561 +
562 +[[image:image-20240416112649-3.png||height="820" width="1122"]]
563 +
564 +
565 +=== 3.5.4 Record Log ===
566 +
567 +In the **Lograde ~-~-> Recod Log page**, The users can record the gateway curren running log.
568 +
569 +[[image:image-20240416112712-4.png||height="319" width="1128"]]
570 +
571 +
572 +
538 538  = 4. Build-in Server =
539 539  
540 540  After the v1.7-230606 version, the LPS8-V2 default factory pre-installed the LoRaWAN Server: (% style="color:blue" %)**ChirpStack-V4**(%%), Application Server: (% style="color:blue" %)**Node-Red**(%%).
... ... @@ -846,7 +846,7 @@
846 846  === 8.6.2  4G Log ===
847 847  
848 848  
849 -The user needs to access the Linux console of the gateway and enter the following command:
884 +User needs to access the Linux console of the gateway and enter the following command:
850 850  
851 851  (% class="box infomessage" %)
852 852  (((
... ... @@ -856,6 +856,31 @@
856 856  [[image:image-20231017114417-3.png||height="543" width="679"]]
857 857  
858 858  
894 +LPS8v2 use **quectel-CM** linux drive for dial up. The manual of this driver can be found here: [[**quectel-CM driver user manual**>>https://www.dropbox.com/scl/fi/73n2jl2c5r8h4i187to4n/Quectel_WCDMA_LTE_Linux_USB_Driver_User_Guide_V1.9-20190212.pdf?rlkey=j8834bw38d4neieisg54zngu9&st=kjsd4zx4&dl=0]].
895 +
896 +Below are some commands as reference:
897 +
898 +>Usage:  /usr/bin/quectel-CM [options]
899 +> -s [apn [user password auth]]  Set apn/user/password/auth get from your network provider. auth: 1~~pap, 2~~chap
900 +> -p pincode Verify sim card pin if sim card is locked
901 +> -p [quectel-][qmi|mbim]-proxy  Request to use proxy
902 +> -f logfilename Save log message of this program to file
903 +> -u usbmonlog filename  Save usbmon log to file
904 +> -i interface Specify which network interface to setup data call when multi-modems exits
905 +> -4 Setup IPv4 data call (default)
906 +> -6 Setup IPv6 data call
907 +> -k pdn Specify which pdn to hangup data call (by send SIGINT to 'quectel-CM -n pdn')
908 +> -m iface-idx Bind QMI data call to wwan0_<iface idx> when QMAP used. E.g '-n 7 -m 1' bind pdn-7 data call to wwan0_1
909 +> -b Enable network interface bridge function (default 0)
910 +> -v Verbose log mode, for debug purpose.[Examples]
911 +>Example 1: /usr/bin/quectel-CM
912 +>Example 2: /usr/bin/quectel-CM -s 3gnet
913 +>Example 3: /usr/bin/quectel-CM -s 3gnet -v
914 +
915 +
916 +
917 +
918 +
859 859  === 8.6.3 Dmesg Log ===
860 860  
861 861  
... ... @@ -913,6 +913,31 @@
913 913  [[image:image-20240318095617-2.png]]
914 914  
915 915  
976 +== 8.8 NTP Service/Time Synchronization ==
977 +
978 +The gateway time sync service is provided by chrony service
979 +
980 +
981 +=== 1). Modify the NTP server address: ===
982 +
983 +(% class="box infomessage" %)
984 +(((
985 +Configuration file path:  /etc/chrony/chrony.conf
986 +)))
987 +
988 +
989 +=== 2). Start/Stop/Enable/Disable NTP service: ===
990 +
991 +(% class="box infomessage" %)
992 +(((
993 +systemctl start chrony
994 +\\systemctl stop chrony
995 +\\systemctl disable chrony
996 +\\systemctl enable chrony
997 +)))
998 +
999 +
1000 +
916 916  = 9. Trouble Shooting =
917 917  
918 918  == 9.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
image-20240416112649-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +119.8 KB
Content
image-20240416112712-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +29.6 KB
Content
image-20240416112948-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +29.6 KB
Content
image-20240518145859-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +59.7 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0