<
From version < 137.1 >
edited by Edwin Chen
on 2023/04/06 11:22
To version < 142.2 >
edited by Xiaoling
on 2023/05/29 09:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -516,7 +516,7 @@
516 516  
517 517  )))
518 518  
519 -[[image:1652422840936-838.png]]
519 +[[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  (((
... ... @@ -585,7 +585,6 @@
585 585  
586 586  [[image:1652423277549-324.png||height="273" width="745"]]
587 587  
588 -
589 589  = 5.  Web Configure Pages =
590 590  
591 591  == 5.1  Home ==
... ... @@ -664,15 +664,27 @@
664 664  **See:** **[[Filter unwanted LoRaWAN packets>>doc:Main.Filter unwanted LoRaWAN packets.WebHome]]**
665 665  
666 666  
667 -=== 5.3.2  LoRaWAN ~-~-> Amazon AWS-IoT ===
666 +=== 5.3.2  LoRaWAN ~-~-> LoRaWAN ~-~- Basic Station ===
668 668  
669 669  
670 -[[image:1652428499323-384.png||height="275" width="723"]]
669 +[[image:image-20230406173729-1.png]]
671 671  
672 672  
673 -(((
674 -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]].**
672 +The basic station mode support **TTN/AWS/Chirpstack/ThingPark/Senet** Platform.
675 675  
674 +Instruction:
675 +
676 + [[The Thing Network>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20TTN/#H3.A0GatewayRegistrationforBasicsStation]]      
677 +
678 + [[AWS-IoT LoRaWAN Core>>url:http://wiki.dragino.com/xwiki/bin/view/Main/AWS%20IoT%20Core%20for%20LoRaWAN/]]
679 +
680 + [[Chirpstack>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H3.A0GatewayRegistrationforBasicsStation]]
681 +
682 + ThingPark
683 +
684 + [[Senet>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Connection%20to%20Senet/#H3.A0SemtechBasicStation]]
685 +
686 +(((
676 676  
677 677  )))
678 678  
... ... @@ -913,7 +913,6 @@
913 913  
914 914  = 6.  More features =
915 915  
916 -
917 917  == 6.1 Packet Filtering ==
918 918  
919 919  
... ... @@ -955,7 +955,7 @@
955 955  
956 956  [[Chirpstack-gateway-bridge/Chirpstack-Bridge-V3.14.6-Bridge~~-~~-build-v5.4.1679487778-20230322-2024/>>url: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/]]
957 957  
958 -Chirpstack v3 via gateway-bridge Instruction: [[https:~~/~~/www.chirpstack.io/gateway-bridge/gateway/dragino/>>url:https://www.chirpstack.io/gateway-bridge/gateway/dragino/]]
968 +Chirpstack v3 via gateway-bridge Instruction: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0A0HowthegatewayconnectstoChirpstackv3viagateway-bridge>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.A0A0HowthegatewayconnectstoChirpstackv3viagateway-bridge]]
959 959  
960 960  
961 961  **For Chirpstack v4 Gateway-bridge**:
... ... @@ -972,9 +972,42 @@
972 972  After updating the Chirpstack gateway-bridge firmware, there is no need to re-download and install the Chirpstack gateway-bridge package
973 973  
974 974  
975 -== 6.6  More instructions ==
985 +== 6.6 How to extend the gateway size of memory with USB device (SD/TF card, USB flash drive). ==
976 976  
987 +USB card reader plugged into the USB port of the gateway
977 977  
989 +
990 +Access the gateway Linux Command Line
991 +
992 +
993 +Check the USB device
994 +
995 +[[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"]]
996 +
997 +
998 +**Mount the USB device**
999 +
1000 +(% class="box infomessage" %)
1001 +(((
1002 +**mount /dev/sda1 /mnt/**
1003 +)))
1004 +
1005 +[[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"]]
1006 +
1007 +
1008 +**Set up the automatic mount on boot**
1009 +
1010 +(% class="box infomessage" %)
1011 +(((
1012 +**sed -i '3cmount \/dev\/sda1 \/mnt\/' /etc/rc.local **
1013 +)))
1014 +
1015 +[[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"]]
1016 +
1017 +
1018 +== 6.7  More instructions ==
1019 +
1020 +
978 978  [[LoRaWAN Gateway Instruction>>doc:Main.WebHome]](LoRaWAN Gateway)
979 979  
980 980  
... ... @@ -1323,6 +1323,3 @@
1323 1323  * Firmware: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LG308N-OLG308N/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LG02-OLG02/Firmware/]]
1324 1324  
1325 1325  * Hardware Source code: [[https:~~/~~/github.com/dragino/motherboard-hardware/tree/master/LG308N>>url:https://github.com/dragino/motherboard-hardware/tree/master/LG308]]
1326 -
1327 -
1328 -
image-20230406173729-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +85.3 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0