<
From version < 141.1 >
edited by Kilight Cao
on 2023/04/20 09:17
To version < 145.1 >
edited by Bei Jinggeng
on 2023/12/08 14:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Bei
Content
... ... @@ -15,10 +15,6 @@
15 15  
16 16  
17 17  
18 -
19 -
20 -
21 -
22 22  = 1.  Introduction =
23 23  
24 24  == 1.1  What is the LG308N ==
... ... @@ -227,7 +227,7 @@
227 227  === 2.1.5  Connect via LAN port by fall back ip ===
228 228  
229 229  
230 -The **LAN port** also has a [[fall back ip address>>path:#fallback_ip]] for access if user doesn't connect to uplink router.
226 +The **LAN port** also has a [[fall back ip address>>||anchor="H11.3A0IconfiguredLG308NforWiFiaccessandlostitsIP.Whattodonow3F"]] for access if user doesn't connect to uplink router.
231 231  
232 232  
233 233  == 2.2  Access Configure Web UI ==
... ... @@ -381,7 +381,7 @@
381 381  (% style="color:blue" %)**Step 2: Sign up a user account in TTN server**
382 382  
383 383  
384 -[[**https:~~/~~/account.thethingsnetwork.org/register**>>url:https://account.thethingsnetwork.org/register]]
380 +[[**https:~~/~~/account.thethingsnetwork.org/register**>>https://id.thethingsnetwork.org/]]
385 385  
386 386  
387 387  [[image:1652422127479-258.png||height="346" width="738"]]
... ... @@ -432,7 +432,6 @@
432 432  
433 433  [[image:1652422509034-682.png||height="299" width="739"]]
434 434  
435 -
436 436  == 4.2  Configure LG308N to connect to TTN v3 ==
437 437  
438 438  
... ... @@ -516,7 +516,7 @@
516 516  
517 517  )))
518 518  
519 -[[image:1652422840936-838.png]]
514 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20230426083319-1.png?width=556&height=258&rev=1.1||alt="image-20230426083319-1.png"]]
520 520  
521 521  
522 522  (((
... ... @@ -983,9 +983,42 @@
983 983  After updating the Chirpstack gateway-bridge firmware, there is no need to re-download and install the Chirpstack gateway-bridge package
984 984  
985 985  
986 -== 6.6  More instructions ==
981 +== 6.6  How to extend the gateway size of memory with USB device (SD/TF card, USB flash drive). ==
987 987  
988 988  
984 +USB card reader plugged into the USB port of the gateway
985 +
986 +Access the gateway Linux Command Line
987 +
988 +
989 +Check the USB device
990 +
991 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/DLOS8N/WebHome/image-20230425165308-2.png?rev=1.1||alt="image-20230425165308-2.png"]]
992 +
993 +
994 +**Mount the USB device**
995 +
996 +(% class="box infomessage" %)
997 +(((
998 +**mount /dev/sda1 /mnt/**
999 +)))
1000 +
1001 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/DLOS8N/WebHome/image-20230425174131-4.png?rev=1.1||alt="image-20230425174131-4.png"]]
1002 +
1003 +
1004 +**Set up the automatic mount on boot**
1005 +
1006 +(% class="box infomessage" %)
1007 +(((
1008 +**sed -i '3cmount \/dev\/sda1 \/mnt\/' /etc/rc.local **
1009 +)))
1010 +
1011 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/DLOS8N/WebHome/image-20230425173831-3.png?width=833&height=105&rev=1.1||alt="image-20230425173831-3.png"]]
1012 +
1013 +
1014 +== 6.7  More instructions ==
1015 +
1016 +
989 989  [[LoRaWAN Gateway Instruction>>doc:Main.WebHome]](LoRaWAN Gateway)
990 990  
991 991  
... ... @@ -1000,13 +1000,13 @@
1000 1000  
1001 1001  User can access the Linux console via the SSH protocol. Make sure your PC and the LG308N are connected to the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows) to access it.
1002 1002  
1003 -IP address:  IP address of LG308N
1031 +**IP address:  (% style="color:blue" %)IP address of LG308N(%%)**
1004 1004  
1005 -Port:         22 (via WiFi AP mode) or 2222 (via WAN Interface)
1033 +**Port:  (% style="color:blue" %)22 (via WiFi AP mode) or 2222 (via WAN Interface)(%%)**
1006 1006  
1007 -User Name:      (% style="color:green" %)**root**
1035 +**User Name:      (% style="color:blue" %)root(%%)**
1008 1008  
1009 -Password:         (% style="color:green" %)**dragino** (% style="color:black" %)(default)
1037 +**Password:         (% style="color:blue" %)dragino(default)(%%)**
1010 1010  
1011 1011  
1012 1012  After logging in, you will be in the Linux console and can enter commands as shown below.
... ... @@ -1014,7 +1014,7 @@
1014 1014  [[image:1652431588565-830.png]]
1015 1015  
1016 1016  
1017 -The “** (% style="background-color:yellow" %)logread -f"(%%)**command can be used to debug how system runs.
1045 +The “** (% style="color:blue" %)logread -f"(%%)**command can be used to debug how system runs.
1018 1018  
1019 1019  
1020 1020  [[image:1657070133275-283.png]]
... ... @@ -1120,6 +1120,7 @@
1120 1120  = 8.  Upgrade Linux Firmware =
1121 1121  
1122 1122  
1151 +
1123 1123  = 9.  OTA System Update =
1124 1124  
1125 1125  
... ... @@ -1273,21 +1273,21 @@
1273 1273  = 12.  Order Info =
1274 1274  
1275 1275  
1276 -**//PART:(% style="color:blue" %) DLOS8N-XXX-YYY//: (%%)**(% style="color:blue" %)
1305 +**PART:(% style="color:blue" %) DLOS8N-XXX-YYY: (%%)**(% style="color:blue" %)
1277 1277  
1278 -(% style="color:blue" %)**//XXX~://**(%%)**// Frequency Band//**
1307 +(% style="color:blue" %)**XXX:**(%%)** Frequency Band**
1279 1279  
1280 -* (% style="color:red" %)** 868**(% style="color:black" %) : valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
1281 -* (% style="color:red" %)** 915**(% style="color:black" %):  valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
1309 +* (% style="color:red" %)** 868**(%%) : valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
1310 +* (% style="color:red" %)** 915**(%%):  valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
1282 1282  
1283 1283  (% style="color:#4f81bd" %)
1284 1284  
1285 -(% style="color:blue" %)**//YYY~://**(%%)**// 4G Cellular Option//**
1314 +(% style="color:blue" %)**YYY:**(%%)** 4G Cellular Option**
1286 1286  
1287 -* (% style="color:red" %)** EC25-E**(% style="color:black" %):  EMEA, Korea, Thailand, India.
1288 -* (% style="color:red" %)** EC25-A**(% style="color:black" %):  North America/ Rogers/AT&T/T-Mobile.
1289 -* (% style="color:red" %)** EC25-AU**(% style="color:black" %): Latin America, New Zeland, Taiwan
1290 -* (% style="color:red" %)** EC25-J**(% style="color:black" %):  Japan, DOCOMO/SoftBank/ KDDI
1316 +* (% style="color:red" %)**EC25-E**(% style="color:black" %):  EMEA, Korea, Thailand, India
1317 +* (% style="color:red" %)**EC25-AFX**(% style="color:black" %): America: Verizon, AT&T(FirstNet), U.S.Cellular; Canada: Telus
1318 +* (% style="color:red" %)**EC25-AUX**(% style="color:black" %): Latin America, New Zeland, Taiwan
1319 +* (% style="color:red" %)**EC25-J**(% style="color:black" %):  Japan, DOCOMO, SoftBankKDDI
1291 1291  
1292 1292  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
1293 1293  
... ... @@ -1320,8 +1320,10 @@
1320 1320  
1321 1321  
1322 1322  * Try to see if your questions already answered in the [[wiki>>doc:Main.WebHome]].
1352 +
1323 1323  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8.
1324 1324  Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before mentioned schedule.
1355 +
1325 1325  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to: [[support@dragino.com>>url:file:///C:/Users/11315/Documents/D:/Projects/LoRa%20Product%20Line/LG308%20Picocell%20Gateway/LG308/LG308%20%25E8%25AF%25B4%25E6%2598%258E%25E4%25B9%25A6/support@dragino.com]]
1326 1326  
1327 1327  = 15.  Reference =
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0