<
From version < 172.3 >
edited by Xiaoling
on 2023/04/04 16:23
To version < 177.1 >
edited by Kilight Cao
on 2023/04/26 15:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Kilight
Content
... ... @@ -97,8 +97,6 @@
97 97  * Worldwide LTE,UMTS/HSPA+ and GSM/GPRS/EDGE coverage
98 98  * MIMO technology meets demands for data rate and link reliability in modem wireless communication systems
99 99  
100 -
101 -
102 102  == 1.3  Features ==
103 103  
104 104  
... ... @@ -116,8 +116,6 @@
116 116  * Support LoRaWAN basic station.
117 117  * Optional 3G/4G cellular connection
118 118  
119 -
120 -
121 121  == 1.4  Hardware System Structure ==
122 122  
123 123  
... ... @@ -144,8 +144,6 @@
144 144  
145 145  * **ETH LED    **[[image:image-20220706115518-4.png||height="15" width="17"]] :  This LED shows the ETH interface connection status.
146 146  
147 -
148 -
149 149  == 1.7 Button Instruction ==
150 150  
151 151  
... ... @@ -253,8 +253,6 @@
253 253  * **WiFi Client Mode**
254 254  * **WiFi AP Mode**
255 255  
256 -
257 -
258 258  == 3.2  Use WAN port to access Internet ==
259 259  
260 260  
... ... @@ -661,16 +661,29 @@
661 661  **See:** **[[Filter unwanted LoRaWAN packets>>doc:Main.Filter unwanted LoRaWAN packets.WebHome]]**
662 662  
663 663  
664 -=== 5.3.2  LoRaWAN ~-~-> Amazon AWS-IoT ===
656 +=== 5.3.2  LoRaWAN ~-~-> LoRaWAN ~-~- Basic Station ===
665 665  
666 666  
667 -[[image:1652428499323-384.png||height="275" width="723"]]
659 +[[image:image-20230406172421-1.png]]
668 668  
669 669  
670 670  (((
671 -Please see this instruction to know more detail and demo for how to connect to **[[AWS-IoT LoRaWAN Core>>doc:Main.AWS IoT Core for LoRaWAN.WebHome]].**
663 +Please see this instruction to know more detail and a demo of how to connect to **[[AWS-IoT LoRaWAN Core>>doc:Main.AWS IoT Core for LoRaWAN.WebHome]].**
672 672  
673 -
665 +
666 +The basic station mode support **TTN/AWS/Chirpstack/ThingPark/Senet** Platform.
667 +
668 +Instruction:
669 +
670 + [[The Thing Network>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20TTN/#H3.A0GatewayRegistrationforBasicsStation]]      
671 +
672 + [[AWS-IoT LoRaWAN Core>>http://wiki.dragino.com/xwiki/bin/view/Main/AWS%20IoT%20Core%20for%20LoRaWAN/]]
673 +
674 + [[Chirpstack>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H3.A0GatewayRegistrationforBasicsStation]]
675 +
676 + ThingPark
677 +
678 + [[Senet>>http://wiki.dragino.com/xwiki/bin/view/Main/Connection%20to%20Senet/#H3.A0SemtechBasicStation]]
674 674  )))
675 675  
676 676  === 5.3.3  LoRaWAN ~-~-> LORIOT ===
... ... @@ -975,7 +975,7 @@
975 975  
976 976  [[Chirpstack-gateway-bridge/Chirpstack-Bridge-V3.14.6-Bridge~~-~~-build-v5.4.1679487778-20230322-2024/>>https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/Chirpstack-gateway-bridge/Chirpstack-Bridge-V3.14.6-Bridge--build-v5.4.1679487778-20230322-2024/]]
977 977  
978 -Chirpstack v3 via gateway-bridge Instruction: [[https:~~/~~/www.chirpstack.io/gateway-bridge/gateway/dragino/>>https://www.chirpstack.io/gateway-bridge/gateway/dragino/]]
983 +Chirpstack v3 via gateway-bridge Instruction: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0A0HowthegatewayconnectstoChirpstackv3viagateway-bridge>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0A0HowthegatewayconnectstoChirpstackv3viagateway-bridge]]
979 979  
980 980  
981 981  If the Chirpstack v4 Gateway-bridge is used, the corresponding gateway firmware must be used :
... ... @@ -987,16 +987,55 @@
987 987  
988 988  )))
989 989  
990 -(% style="color:red" %)**Note**(%%): After updating the Chirpstack gateway-bridge firmware, there is no need to re-download and install the Chirpstack gateway-bridge package
995 +(% style="color:red" %)**Note**(%%): Different chirpstack versions use different gateway-bridge configurations.
991 991  
997 +After updating the Chirpstack gateway-bridge firmware, there is no need to re-download and install the Chirpstack gateway-bridge package
992 992  
993 -== 6.6  More instructions ==
994 994  
1000 +== 6.6 How to extend the gateway size of memory with USB device (SD/TF card, USB flash drive). ==
995 995  
1002 +
1003 +USB card reader plugged into the USB port of the gateway
1004 +
1005 +
1006 +Access the gateway Linux Command Line
1007 +
1008 +
1009 +Check the USB device
1010 +
1011 +[[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" height="274" width="718"]]
1012 +
1013 +
1014 +**Mount the USB device**
1015 +
1016 +(% class="box infomessage" %)
1017 +(((
1018 +**mount /dev/sda1 /mnt/**
1019 +)))
1020 +
1021 +(% class="wikigeneratedid" %)
1022 +[[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"]]
1023 +
1024 +
1025 +(% class="wikigeneratedid" %)
1026 +**Set up the automatic mount on boot**
1027 +
1028 +(% class="box infomessage" %)
1029 +(((
1030 +**sed -i '3cmount \/dev\/sda1 \/mnt\/' /etc/rc.local **
1031 +)))
1032 +
1033 +(% class="wikigeneratedid" %)
1034 +[[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"]]
1035 +
1036 +
1037 +== 6.7  More instructions ==
1038 +
1039 +
996 996  [[LoRaWAN Gateway Instruction>>doc:Main.WebHome]](LoRaWAN Gateway)
997 997  
998 998  
999 -== 6.7  Auto-Provision ==
1043 +== 6.8  Auto-Provision ==
1000 1000  
1001 1001  
1002 1002  Auto Provision is the feature for batch configure and remote management. It can be used in below two cases:
... ... @@ -1365,8 +1365,6 @@
1365 1365  * Package Size: 14.5 x 13.5 x 6 cm
1366 1366  * Weight: 300g
1367 1367  
1368 -
1369 -
1370 1370  = 14.  Support =
1371 1371  
1372 1372  
... ... @@ -1375,8 +1375,4 @@
1375 1375  Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before mentioned schedule.
1376 1376  * 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]]
1377 1377  
1378 -
1379 -
1380 -
1381 -
1382 1382  
image-20230406172421-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +85.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0