<
From version < 323.1 >
edited by Kilight Cao
on 2024/08/31 15:22
To version < 314.1 >
edited by Kilight Cao
on 2024/05/18 16:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -696,23 +696,9 @@
696 696  [[image:image-20230602143122-4.png||height="511" width="983"]]
697 697  
698 698  
699 -= 5. MQTT Forwarder =
699 += 5. Watch Dog =
700 700  
701 701  
702 -In the latest version, MQTT Forwarder functionality has been added to the LPS8V2 gateway by default
703 -
704 -Users can configure the MQTT Forwarder on the **Forwarder~-~->MQTT** interface, and when the configuration is successful, it will forward the sensor data of the lorawan server chirpstack built in LPS8v2
705 -
706 -(% class="wikigeneratedid" %)
707 -[[image:image-20240831152113-2.png]]
708 -
709 -
710 -= 6. Watch Dog =
711 -
712 -
713 -The watchdog will guard the LPS8V2 to avoid the need to perform a reboot manually after down occurs
714 -
715 -
716 716  LPS8-V2 supports the Watch Dog but is not enabled by the previous releases(2023-11-24 )
717 717  
718 718  The uses can be via the below method to enable Watch Dog:
... ... @@ -725,7 +725,7 @@
725 725  [[image:image-20231124113209-1.png||height="470" width="1157"]]
726 726  
727 727  
728 -= 7. How users can access LPS8-V2 using serial USB =
714 += 6. How users can access LPS8-V2 using serial USB =
729 729  
730 730  
731 731  (% style="color:blue" %)**USB TTL to LPS8-V2  Connection:**
... ... @@ -754,13 +754,13 @@
754 754  [[image:image-20220804164747-2.png||height="622" width="594"]]
755 755  
756 756  
757 -= 8. OTA System Update =
743 += 7. OTA System Update =
758 758  
759 759  
760 760  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.
761 761  
762 762  
763 -== 8.1 Auto-update method ==
749 +== 7.1 Auto-update method ==
764 764  
765 765  
766 766  The default, each gateway will enable the auto-update function.
... ... @@ -773,7 +773,7 @@
773 773  [[image:image-20230607094447-2.png]]
774 774  
775 775  
776 -== 8.2 Manual upgrade method ==
762 +== 7.2 Manual upgrade method ==
777 777  
778 778  
779 779  1). Using the Linux command to upgrade the system
... ... @@ -791,115 +791,10 @@
791 791  [[image:image-20230607093849-1.png]]
792 792  
793 793  
794 -= (% data-sider-select-id="f31494a0-5f58-4b5c-820e-9cb1be76d96f" %)9 How do I view gateway logs(%%) =
795 -
796 -=== (% data-sider-select-id="2c782a3d-7138-45c4-bbdf-09c0e27ef896" %)9.1 LoRaWAN Log:(%%) ===
797 -
798 -
799 -==== Semtech UDP Log : ====
800 -
801 -When the gateway starts LoRaWAN Semtech UDP, users can check the logs of the Semtech UDP in the **LogRead ~-~-> System Log** interface
802 -
803 -[[image:image-20231017112115-2.png||height="611" width="821"]]
804 -
805 -
806 -==== Station Log: ====
807 -
808 -When the gateway starts Basic Station, users can check the logs of the station in the **LogRead ~-~-> System Log** interface
809 -
810 -[[image:image-20231017111606-1.png||height="622" width="821"]]
811 -
812 -
813 -=== (% data-sider-select-id="de76f982-b2e5-4327-aab4-8890814f5f53" %)9.2  4G Log(%%) ===
814 -
815 -
816 -User needs to access the Linux console of the gateway and enter the following command:
817 -
818 -(% class="box infomessage" %)
819 -(((
820 -cat /var/log/qmilog.txt
821 -)))
822 -
823 -[[image:image-20231017114417-3.png||height="543" width="679"]]
824 -
825 -
826 -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]].
827 -
828 -Below are some commands as reference:
829 -
830 ->Usage:  /usr/bin/quectel-CM [options]
831 -> -s [apn [user password auth]]  Set apn/user/password/auth get from your network provider. auth: 1~~pap, 2~~chap
832 -> -p pincode Verify sim card pin if sim card is locked
833 -> -p [quectel-][qmi|mbim]-proxy  Request to use proxy
834 -> -f logfilename Save log message of this program to file
835 -> -u usbmonlog filename  Save usbmon log to file
836 -> -i interface Specify which network interface to setup data call when multi-modems exits
837 -> -4 Setup IPv4 data call (default)
838 -> -6 Setup IPv6 data call
839 -> -k pdn Specify which pdn to hangup data call (by send SIGINT to 'quectel-CM -n pdn')
840 -> -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
841 -> -b Enable network interface bridge function (default 0)
842 -> -v Verbose log mode, for debug purpose.[Examples]
843 ->Example 1: /usr/bin/quectel-CM
844 ->Example 2: /usr/bin/quectel-CM -s 3gnet
845 ->Example 3: /usr/bin/quectel-CM -s 3gnet -v
846 -
847 -
848 -
849 -=== (% data-sider-select-id="ec43d85c-19ec-48b0-a4fc-0ecd76f17fc4" %)9.3 Dmesg Log(%%) ===
850 -
851 -
852 -Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface:
853 -
854 -[[image:image-20231017115330-5.png||height="565" width="740"]]
855 -
856 -
857 -=== (% data-sider-select-id="3a977a3e-9417-40fa-bdfb-2544a88744a9" %)9.4 Record Log(%%) ===
858 -
859 -
860 -Users can record DMESG logs and LoRaWAN logs on the **LogRead ~-~->Record Log** interface
861 -
862 -[[image:image-20231017115124-4.png||height="215" width="880"]]
863 -
864 -
865 -=== (% data-sider-select-id="b988f832-4b37-4a61-b951-ff2138ad9cba" %)9.5 View gateway logs via Linux Command(%%) ===
866 -
867 -
868 -**Semtech UDP Log :**
869 -
870 -(% class="box infomessage" %)
871 -(((
872 -**journalctl -u draginofwd -f**
873 -)))
874 -
875 -[[image:image-20231207144627-1.png||height="371" width="1017"]]
876 -
877 -
878 -**Station Log:**
879 -
880 -(% class="box infomessage" %)
881 -(((
882 -**tail -f /var/log/station.log **
883 -)))
884 -
885 -[[image:image-20231207144758-2.png||height="132" width="1022"]]
886 -
887 -
888 -**Dmesg Log:**
889 -
890 -(% class="box infomessage" %)
891 -(((
892 -**dmesg**
893 -)))
894 -
895 -[[image:image-20231207145210-3.png||height="310" width="1021"]]
896 -
897 -
898 -
899 899  (% data-sider-select-id="65e92cfb-62df-4513-8469-b74edd72dea5" %)
900 -= (% data-sider-select-id="ce97a758-4348-4c0c-86eb-412b6b8d3996" %)10. More Services(%%) =
781 += 8. More Services =
901 901  
902 -== (% data-sider-select-id="6b164b64-51ae-4144-8ffd-5cd725b3bb5f" %)10.1 NTP Service/Time Synchronization(%%) ==
783 +== (% data-sider-select-id="6b164b64-51ae-4144-8ffd-5cd725b3bb5f" %)8.1 NTP Service/Time Synchronization(%%) ==
903 903  
904 904  The gateway time sync service is provided by chrony service
905 905  
... ... @@ -923,11 +923,21 @@
923 923  )))
924 924  
925 925  
807 +== (% data-sider-select-id="de90793f-d833-4885-8b59-d0880f7256e6" %)8.2 How to connect the helium blockchain as a Data-only hotspot(%%) ==
808 +
809 +
810 +(% class="box infomessage" %)
811 +(((
812 +(% data-sider-select-id="3359233b-fcc9-4415-9bee-4151919fbb2e" %)
813 +apt update && apt install helium-gateway
814 +)))
815 +
816 +
926 926  (% data-sider-select-id="61881d06-3f91-437c-8b64-7032dea3c970" %)
927 -= (% data-sider-select-id="fb64fcfa-81b6-41b5-ae81-81d94960d7dd" %)11. More features(%%) =
818 += 9. More features =
928 928  
929 929  (% data-sider-select-id="692f00f1-a7cc-4954-ac62-0a5dddb0a0c6" %)
930 -== (% data-sider-select-id="ec6a5e23-ba91-46d9-8042-1e4c6a7b3b36" %)11.1 Chirpstack MQTT Forwarder(%%) ==
821 +== 9.1 How does the gateway connect to Chirpstack via MQTT Forwarder ==
931 931  
932 932  
933 933  ChirpStack MQTT Forwarder is a MQTT packet forwarder for LoRa gateways. By default it forwards packets in Protobuf binary format, optionally it can be configured to use JSON encoding for debugging. In contrast to the ChirpStack Gateway Bridge, this component must always be installed on the gateway.
... ... @@ -934,7 +934,7 @@
934 934  
935 935  
936 936  (% data-sider-select-id="d2b54844-aad8-4198-9f17-841cd68db9b3" %)
937 -=== (% data-sider-select-id="fb64fcfa-81b6-41b5-ae81-81d94960d7dd" %)11(% data-sider-select-id="0870eb11-ff25-47fc-9e3c-80a68bbf3933" %).1.1 Configure Packet Forwarder(%%) ===
828 +=== 9.1.1 Configure Packet Forwarder ===
938 938  
939 939  In the Dragino web-interface, you must configure the Packet Forwarder such that it forwards to localhost on port 1700.
940 940  
... ... @@ -953,8 +953,9 @@
953 953  
954 954  
955 955  (% data-sider-select-id="716df9b1-d844-4797-bce9-9b1adf49b072" %)
956 -=== (% data-sider-select-id="fb64fcfa-81b6-41b5-ae81-81d94960d7dd" %)11(% data-sider-select-id="ffba644f-a9d5-4e93-a9da-9f9e49d596d9" %).1.2 Install ChirpStack MQTT Forwarder(%%) ===
847 +=== 9.1.2 Install ChirpStack MQTT Forwarder ===
957 957  
849 +==== ====
958 958  
959 959  (% data-sider-select-id="2a752131-c23e-4da4-b142-5880dd688c39" %)
960 960  (% data-sider-select-id="833bbe42-c175-4e13-ab7a-c8abc30378d0" %)**SSH login**
... ... @@ -1061,22 +1061,11 @@
1061 1061  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/LPS8N%20-%20LoRaWAN%20Gateway%20User%20Manual/WebHome/image-20240518143050-8.png?width=1170&height=702&rev=1.1||alt="image-20240518143050-8.png"]]
1062 1062  
1063 1063  
1064 -== (% data-sider-select-id="de90793f-d833-4885-8b59-d0880f7256e6" %)11.2 As a Data-only hotspot connect the helium blockchain(%%) ==
956 += (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10. FAQ(%%) =
1065 1065  
958 +== (% data-sider-select-id="9fbcac50-3c87-43d9-8611-8d311fcb7820" %)10.1 How to change Hostname(%%) ==
1066 1066  
1067 -(% class="box infomessage" %)
1068 -(((
1069 -(% data-sider-select-id="3359233b-fcc9-4415-9bee-4151919fbb2e" %)
1070 -apt update && apt install helium-gateway
1071 -)))
1072 1072  
1073 -
1074 -
1075 -= (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12. FAQ(%%) =
1076 -
1077 -== (% data-sider-select-id="9fbcac50-3c87-43d9-8611-8d311fcb7820" %)12.1 How to change Hostname(%%) ==
1078 -
1079 -
1080 1080  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:
1081 1081  
1082 1082  (% class="box infomessage" %)
... ... @@ -1089,7 +1089,7 @@
1089 1089  After the configuration is complete, run "reboot" to restart the gateway.
1090 1090  
1091 1091  
1092 -== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12(% data-sider-select-id="62cdc3f4-fb6f-4e4d-92a5-60449c8b462f" %).2 Build-in The Things Network migrate to ChirpStack(%%) ==
973 +== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10(% data-sider-select-id="62cdc3f4-fb6f-4e4d-92a5-60449c8b462f" %).2 Build-in The Things Network migrate to ChirpStack(%%) ==
1093 1093  
1094 1094  
1095 1095  Migrate guide:
... ... @@ -1114,7 +1114,7 @@
1114 1114  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]]
1115 1115  
1116 1116  
1117 -== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12(% data-sider-select-id="b2a44672-8abb-425d-a823-f2faa334cdb7" %).3 How to reduce the 4g data consumed(%%) ==
998 +== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10(% data-sider-select-id="b2a44672-8abb-425d-a823-f2faa334cdb7" %).3 How to reduce the 4g data consumed(%%) ==
1118 1118  
1119 1119  
1120 1120  1). The gateway will check the network via ping 1.1.1.1/8.8.8.8 which will consume a lot of data, you can set the interval time to reduce data consume.
... ... @@ -1132,7 +1132,7 @@
1132 1132  [[image:image-20230719100419-3.png||height="458" width="995"]]
1133 1133  
1134 1134  
1135 -== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12(% data-sider-select-id="457c03ce-1aaa-44c6-bf8e-0298ca8045e4" %).4 How to change built-in LoRaWAN Server from ChirpStack v4 to TTN Stack v3.(%%) ==
1016 +== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10(% data-sider-select-id="457c03ce-1aaa-44c6-bf8e-0298ca8045e4" %).4 How to change built-in LoRaWAN Server from ChirpStack v4 to TTN Stack v3.(%%) ==
1136 1136  
1137 1137  
1138 1138  By default, the LPS8v2's built-in server is ChirpStack v4,
... ... @@ -1145,23 +1145,113 @@
1145 1145  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]]
1146 1146  
1147 1147  
1148 -== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12(% data-sider-select-id="457c03ce-1aaa-44c6-bf8e-0298ca8045e4" %).5 (%%)How to check my USB port dev/tty after i plug in USB device. ==
1029 +== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10(% data-sider-select-id="f31494a0-5f58-4b5c-820e-9cb1be76d96f" %).6 How do I view gateway logs(%%) ==
1149 1149  
1031 +=== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)10(% data-sider-select-id="2c782a3d-7138-45c4-bbdf-09c0e27ef896" %).6.1 LoRaWAN Log:(%%) ===
1150 1150  
1151 -When an external USB device is connected to LPS8v2, the user can access the Linux console of the LPS8v2 gateway and run the following command to check the USB port dev/tty:
1152 1152  
1034 +==== Semtech UDP Log : ====
1035 +
1036 +When the gateway starts LoRaWAN Semtech UDP, users can check the logs of the Semtech UDP in the **LogRead ~-~-> System Log** interface
1037 +
1038 +[[image:image-20231017112115-2.png||height="611" width="821"]]
1039 +
1040 +
1041 +==== Station Log: ====
1042 +
1043 +When the gateway starts Basic Station, users can check the logs of the station in the **LogRead ~-~-> System Log** interface
1044 +
1045 +[[image:image-20231017111606-1.png||height="622" width="821"]]
1046 +
1047 +
1048 +=== (% data-sider-select-id="de76f982-b2e5-4327-aab4-8890814f5f53" %)9.6.2  4G Log(%%) ===
1049 +
1050 +
1051 +User needs to access the Linux console of the gateway and enter the following command:
1052 +
1153 1153  (% class="box infomessage" %)
1154 1154  (((
1155 -dmesg
1055 +cat /var/log/qmilog.txt
1156 1156  )))
1157 1157  
1158 -[[image:image-20240803095144-1.png]]
1058 +[[image:image-20231017114417-3.png||height="543" width="679"]]
1159 1159  
1160 1160  
1061 +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]].
1161 1161  
1162 -== (% data-sider-select-id="20d4ea6b-7328-46c6-bc97-f0050cfe382e" %)12(% data-sider-select-id="82550df9-987d-4f58-9877-86a0c5e621a4" %).6 DIN Mount Reference:(%%) ==
1063 +Below are some commands as reference:
1163 1163  
1065 +>Usage:  /usr/bin/quectel-CM [options]
1066 +> -s [apn [user password auth]]  Set apn/user/password/auth get from your network provider. auth: 1~~pap, 2~~chap
1067 +> -p pincode Verify sim card pin if sim card is locked
1068 +> -p [quectel-][qmi|mbim]-proxy  Request to use proxy
1069 +> -f logfilename Save log message of this program to file
1070 +> -u usbmonlog filename  Save usbmon log to file
1071 +> -i interface Specify which network interface to setup data call when multi-modems exits
1072 +> -4 Setup IPv4 data call (default)
1073 +> -6 Setup IPv6 data call
1074 +> -k pdn Specify which pdn to hangup data call (by send SIGINT to 'quectel-CM -n pdn')
1075 +> -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
1076 +> -b Enable network interface bridge function (default 0)
1077 +> -v Verbose log mode, for debug purpose.[Examples]
1078 +>Example 1: /usr/bin/quectel-CM
1079 +>Example 2: /usr/bin/quectel-CM -s 3gnet
1080 +>Example 3: /usr/bin/quectel-CM -s 3gnet -v
1164 1164  
1082 +
1083 +
1084 +=== (% data-sider-select-id="ec43d85c-19ec-48b0-a4fc-0ecd76f17fc4" %)9.6.3 Dmesg Log(%%) ===
1085 +
1086 +
1087 +Users can check the logs of the Dmesg in the **LogRead ~-~-> System Log** interface:
1088 +
1089 +[[image:image-20231017115330-5.png||height="565" width="740"]]
1090 +
1091 +
1092 +=== (% data-sider-select-id="3a977a3e-9417-40fa-bdfb-2544a88744a9" %)9.6.4 Record Log(%%) ===
1093 +
1094 +
1095 +Users can record DMESG logs and LoRaWAN logs on the **LogRead ~-~->Record Log** interface
1096 +
1097 +[[image:image-20231017115124-4.png||height="215" width="880"]]
1098 +
1099 +
1100 +=== (% data-sider-select-id="b988f832-4b37-4a61-b951-ff2138ad9cba" %)9.6.5 View gateway logs via Linux Command(%%) ===
1101 +
1102 +
1103 +**Semtech UDP Log :**
1104 +
1105 +(% class="box infomessage" %)
1106 +(((
1107 +**journalctl -u draginofwd -f**
1108 +)))
1109 +
1110 +[[image:image-20231207144627-1.png||height="371" width="1017"]]
1111 +
1112 +
1113 +**Station Log:**
1114 +
1115 +(% class="box infomessage" %)
1116 +(((
1117 +**tail -f /var/log/station.log **
1118 +)))
1119 +
1120 +[[image:image-20231207144758-2.png||height="132" width="1022"]]
1121 +
1122 +
1123 +**Dmesg Log:**
1124 +
1125 +(% class="box infomessage" %)
1126 +(((
1127 +**dmesg**
1128 +)))
1129 +
1130 +[[image:image-20231207145210-3.png||height="310" width="1021"]]
1131 +
1132 +
1133 +== (% data-sider-select-id="82550df9-987d-4f58-9877-86a0c5e621a4" %)9.5 DIN Mount Reference:(%%) ==
1134 +
1135 +
1165 1165  [[image:image-20240318095605-1.jpeg||height="472" width="472"]]
1166 1166  
1167 1167  [[image:image-20240318095617-2.png]]
... ... @@ -1169,9 +1169,9 @@
1169 1169  
1170 1170  
1171 1171  
1172 -= (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13. Trouble Shooting(%%) =
1143 += (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)10. Trouble Shooting(%%) =
1173 1173  
1174 -== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)13.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'.(%%) ==
1145 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'.(%%) ==
1175 1175  
1176 1176  [[image:image-20220920135918-1.png]]
1177 1177  
... ... @@ -1188,7 +1188,7 @@
1188 1188  [[image:image-20220920141936-2.png]]
1189 1189  
1190 1190  
1191 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13(% data-sider-select-id="f34b4950-25aa-4a6d-a2b4-4af0ec0010a7" %).2  The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem(%%) ==
1162 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10(% data-sider-select-id="f34b4950-25aa-4a6d-a2b4-4af0ec0010a7" %).2  The built-in TTN status is "Not Running" and the URI is "dragino-123456". How users fix this problem(%%) ==
1192 1192  
1193 1193  
1194 1194  When this problem occurs, click "**Update To DEFAULT**" ,this problem will be fixed.
... ... @@ -1196,7 +1196,7 @@
1196 1196  [[image:image-20230508171607-1.png]]
1197 1197  
1198 1198  
1199 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13(% data-sider-select-id="a7b8cd40-2ec5-4b4b-8220-d32ce0a303a0" %).3  Fallback IP does not work, how can users check(%%) ==
1170 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10(% data-sider-select-id="a7b8cd40-2ec5-4b4b-8220-d32ce0a303a0" %).3  Fallback IP does not work, how can users check(%%) ==
1200 1200  
1201 1201  
1202 1202  When the computer has completed the above fallback IP configuration,the LPS8v2 Web UI is still not accessible via fallback IP.
... ... @@ -1218,7 +1218,7 @@
1218 1218  If the firewall is not down, this will affect access to the gateway.
1219 1219  
1220 1220  
1221 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13(% data-sider-select-id="b7eec45b-ad8c-4621-a815-f457810d25f4" %).4  Click "Manual_Update", why there is no response?(%%) ==
1192 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10(% data-sider-select-id="b7eec45b-ad8c-4621-a815-f457810d25f4" %).4  Click "Manual_Update", why there is no response?(%%) ==
1222 1222  
1223 1223  
1224 1224  When you click "Manual_Update", the gateway will finish updating within 10 minutes and display the update log.
... ... @@ -1227,7 +1227,7 @@
1227 1227  [[image:image-20230527090555-3.png||height="660" width="832"]]
1228 1228  
1229 1229  
1230 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13(% data-sider-select-id="ac1f33b3-1f28-477d-880c-534ac36adcbe" %).5  Why the LPS8V2's Access Point does not do not appear & Fallback IP unable to access(%%) ==
1201 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10(% data-sider-select-id="ac1f33b3-1f28-477d-880c-534ac36adcbe" %).5  Why the LPS8V2's Access Point does not do not appear & Fallback IP unable to access(%%) ==
1231 1231  
1232 1232  
1233 1233  Earlier versions of the LPS8V2 which missing the AP driver and not installed the fallback package, so the users have to do an extra update.
... ... @@ -1240,7 +1240,7 @@
1240 1240  )))
1241 1241  
1242 1242  
1243 -== (% data-sider-select-id="9b024263-b754-45b6-ac15-22f86a4e1436" %)13(% data-sider-select-id="0621ef51-7fc1-47ca-86ee-cc1f28f6754b" %).6  How to reset the built-in server(%%) ==
1214 +== (% data-sider-select-id="cb7a0b2f-4144-4f58-86d0-64a15944840e" %)10(% data-sider-select-id="0621ef51-7fc1-47ca-86ee-cc1f28f6754b" %).6  How to reset the built-in server(%%) ==
1244 1244  
1245 1245  
1246 1246  **1) Build-in The Things Network**
... ... @@ -1257,7 +1257,7 @@
1257 1257  [[image:image-20231106180846-5.png||height="310" width="668"]]
1258 1258  
1259 1259  
1260 -= (% data-sider-select-id="7e5e9cb1-c1dc-4ea9-a9f7-9da676c581a5" style="color:inherit; font-family:inherit; font-size:29px" %)14. Supports(%%) =
1231 += (% data-sider-select-id="7e5e9cb1-c1dc-4ea9-a9f7-9da676c581a5" style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) =
1261 1261  
1262 1262  
1263 1263  (((
... ... @@ -1268,7 +1268,7 @@
1268 1268  With your question as detailed as possible. We will reply and help you in the shortest.
1269 1269  
1270 1270  
1271 -= (% data-sider-select-id="f8ca68c9-99ed-4795-97c5-3d0d259131e9" %)15. Reference(%%) =
1242 += 11. Reference =
1272 1272  
1273 1273  
1274 1274  * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
... ... @@ -1277,7 +1277,7 @@
1277 1277  
1278 1278  )))
1279 1279  
1280 -= (% data-sider-select-id="a056b4ad-7d05-42b4-ad74-7a3134f8010a" %)16. Order Info(%%) =
1251 += 12. Order Info =
1281 1281  
1282 1282  
1283 1283  (% style="color:#0000ff" %)**LPS8v2-XXX-YYY**
... ... @@ -1309,7 +1309,7 @@
1309 1309  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
1310 1310  
1311 1311  
1312 -= (% data-sider-select-id="a4433cd3-3bbc-4e6b-8b18-0bd2bc4d6904" %)17. Manufacturer Info(%%) =
1283 += 13. Manufacturer Info =
1313 1313  
1314 1314  
1315 1315  **Shenzhen Dragino Technology Development co. LTD**
... ... @@ -1319,7 +1319,7 @@
1319 1319  LongCheng Street, LongGang District ; Shenzhen 518116,China
1320 1320  
1321 1321  
1322 -= (% data-sider-select-id="b353afd6-b0f5-48e5-a114-3b5062cbf0d1" %)18. FCC Warning(%%) =
1293 += 14. FCC Warning =
1323 1323  
1324 1324  
1325 1325  (((
image-20240803095144-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -52.0 KB
Content
image-20240831151427-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -63.2 KB
Content
image-20240831152113-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -62.3 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0