Changes for page LG308N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2025/02/07 08:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -247,7 +247,6 @@ 247 247 * **WiFi AP Mode** 248 248 * **Cellular Mode** 249 249 250 - 251 251 == 3.2 Use WAN port to access Internet == 252 252 253 253 By default, the DLOS8N is set to use the WAN port to connect to an upstream network. When you connect the DLOS8N’s WAN port to an upstream router, DLOS8N will get an IP address from the router and have Internet access via the upstream router. The network status can be checked in the (% style="color:#4f81bd" %)**home page**: ... ... @@ -364,7 +364,6 @@ 364 364 * Australia 1 (% style="color:red" %)**corresponding Gateway server address: **(% style="color:black" %)au1.cloud.thethings.network 365 365 * Legacy V2 Console : (% style="color:red" %)**TTN v2 shuts down in December 2021** 366 366 367 - 368 368 (% style="color:#4f81bd" %)**Step 4: Create a Gateway** 369 369 370 370 [[image:1652422440891-514.png||height="360" width="747"]] ... ... @@ -889,7 +889,7 @@ 889 889 890 890 == 7.4 Package maintenance system == 891 891 892 - DLOS8N uses the OpenWrt [[**OPKG package maintenance system**>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]. There are more than 3000+ packages available in our package server for users to install for their applications. For example, if you want to add the **//iperf //** tool, you can install the related packages and configure DLOS8N to use **//iperf //**.890 +LG308N uses the OpenWrt [[**OPKG package maintenance system**>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]. There are more than 3000+ packages available in our package server for users to install for their applications. For example, if you want to add the **//iperf //** tool, you can install the related packages and configure DLOS8N to use **//iperf //**. 893 893 894 894 ((( 895 895 Below are some example **//opkg //** commands. For more information please refer to the [[OPKG package maintain system>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]** **([[https:~~/~~/oldwiki.archive.openwrt.org/doc/techref/opkg>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]) ... ... @@ -940,15 +940,19 @@ 940 940 941 941 ((( 942 942 (% style="background-color:#dcdcdc" %)//Configuring iperf.// 941 + 942 + 943 + 943 943 ))) 944 944 945 -= 8. Upgrade Linux Firmware = 946 += 8. Upgrade Linux Firmware = 946 946 947 947 948 -= 9. FAQ = 949 949 950 -= =9.1Howcan I configure for a customized frequency band?==950 += 9. FAQ = 951 951 952 +== 9.1 How can I configure for a customized frequency band? == 953 + 952 952 ((( 953 953 See below link for how to customize frequency band: **[[How to customized LoRaWAN frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]** 954 954 ))) ... ... @@ -957,15 +957,15 @@ 957 957 958 958 ))) 959 959 960 -== 9.2 Can I connect DLOS8N to LORIOT? == 962 +== 9.2 Can I connect DLOS8N to LORIOT? == 961 961 962 962 Yes, the set up instruction is here: **[[Notes for LORIOT>>doc:Main.Notes for LORIOT.WebHome]]** 963 963 964 964 965 -== 9.3 Can I make my own firmware for the gateway, where can I find the source code? == 967 +== 9.3 Can I make my own firmware for the gateway, where can I find the source code? == 966 966 967 967 ((( 968 -Yes, You can make your own firmware for the DLOS8N for branding purposes or to add customized applications.970 +Yes, You can make your own firmware for the LG308N for branding purposes or to add customized applications. 969 969 ))) 970 970 971 971 ((( ... ... @@ -973,11 +973,37 @@ 973 973 ))) 974 974 975 975 976 -== 9.4 Can I use 868Mhz version for 915Mhz bands? == 978 +== 9.4 Can I use 868Mhz version for 915Mhz bands? == 977 977 978 978 It is possible but the distance will be very short, you can select US915 frequency band in 868Mhz version hardware. It will work but you will see the performance is greatly decreased because the 868Mhz version has an RF filter for band 863~~870Mhz, all other frequencies will have high attenuation. 979 979 980 980 983 +== 9.5 Can I control the LEDs? == 984 + 985 +Except the PWR LED is controlled by +3v3 power directly. All other LEDs can be controlled by developer. 986 + 987 + 988 +(% style="color:blue" %)**Control Globe LED:** 989 + 990 +ON: echo 1 > /sys/class/leds/dragino2\:red\:wlan/brightness 991 + 992 +OFF: echo 0 > /sys/class/leds/dragino2\:red\:wlan/brightness 993 + 994 + 995 +(% style="color:blue" %)**Control HEART LED:** 996 + 997 +First export the gpio27 and set to out 998 + 999 +echo 27 > /sys/class/gpio/export 1000 + 1001 +echo out > /sys/class/gpio/gpio27/direction 1002 + 1003 +ON: echo 0 > /sys/class/gpio/gpio27/value 1004 + 1005 +OFF: echo 1 > /sys/class/gpio/gpio27/value 1006 + 1007 + 1008 + 981 981 = 10. Trouble Shooting = 982 982 983 983 == 10.1 I get kernel error when install new package, how to fix? == ... ... @@ -1003,8 +1003,9 @@ 1003 1003 (% style="background-color:yellow" %)Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends 1004 1004 1005 1005 1006 -== 10.2 How to recover the DLOS8N if the firmware crashes == 1007 1007 1035 +== 10.2 How to recover the LG308N if the firmware crashes == 1036 + 1008 1008 ((( 1009 1009 Please follow this instruction to recover your gateway: **[[Recover Gateway>>doc:Main.How to Recover Gateway if can't access it.WebHome]]** 1010 1010 ))) ... ... @@ -1013,12 +1013,12 @@ 1013 1013 1014 1014 ))) 1015 1015 1016 -== 10.3 I configured DLOS8N for WiFi access and lost its IP. What to do now? ==1045 +== 10.3 I configured LG308N for WiFi access and lost its IP. What to do now? == 1017 1017 1018 -[[image:165 2435238615-272.png||height="247" width="727"]]1047 +[[image:1657071488240-907.png]] 1019 1019 1020 1020 ((( 1021 -The DLOS8N has a fall-back IP address on its WAN port. This IP is always enabled so you can use the fall-back IP to accessDLOS8N no matter what the WiFi IP is. The fall back IP is useful for connecting and debug the unit.1050 +The LG308N has a fall-back IP address on its WAN port. This IP is always enabled so you can use the fall-back IP to access LG308N no matter what the WiFi IP is. The fall back IP is useful for connecting and debug the unit. 1022 1022 ))) 1023 1023 1024 1024 (% style="color:red" %)Note: fallback IP can be disabled in the WAN and DHCP page. ... ... @@ -1026,11 +1026,9 @@ 1026 1026 1027 1027 Steps to connect via fall back IP: 1028 1028 1029 -~1. Connect PC ’s Ethernet port toDLOS8N’sWAN port1058 +~1. Connect PC's Ethernet port to LG01's LAN port 1030 1030 1031 -2. Configure PC’s Ethernet port has 1032 - IP: 172.31.255.253 and 1033 - Netmask: 255.255.255.252 1060 +2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 1034 1034 1035 1035 As below photo: 1036 1036
- 1657071488240-907.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +60.0 KB - Content