<
From version < 123.1 >
edited by Xiaoling
on 2022/07/06 09:38
To version < 123.2 >
edited by Xiaoling
on 2022/07/06 09:42
>
Change comment: There is no comment for this version

Summary

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"]]
... ... @@ -945,13 +945,14 @@
945 945  
946 946  )))
947 947  
948 -= 8. Upgrade Linux Firmware =
946 += 8.  Upgrade Linux Firmware =
949 949  
950 950  
951 -= 9. FAQ =
952 952  
953 -== 9.1 How can I configure for a customized frequency band? ==
950 += 9.  FAQ =
954 954  
952 +== 9.1  How can I configure for a customized frequency band? ==
953 +
955 955  (((
956 956  See below link for how to customize frequency band: **[[How to customized LoRaWAN frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]**
957 957  )))
... ... @@ -960,15 +960,15 @@
960 960  
961 961  )))
962 962  
963 -== 9.2 Can I connect DLOS8N to LORIOT? ==
962 +== 9.2  Can I connect DLOS8N to LORIOT? ==
964 964  
965 965  Yes, the set up instruction is here: **[[Notes for LORIOT>>doc:Main.Notes for LORIOT.WebHome]]**
966 966  
967 967  
968 -== 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? ==
969 969  
970 970  (((
971 -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.
972 972  )))
973 973  
974 974  (((
... ... @@ -976,11 +976,37 @@
976 976  )))
977 977  
978 978  
979 -== 9.4 Can I use 868Mhz version for 915Mhz bands? ==
978 +== 9.4  Can I use 868Mhz version for 915Mhz bands? ==
980 980  
981 981  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.
982 982  
983 983  
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 +
984 984  = 10. Trouble Shooting =
985 985  
986 986  == 10.1 I get kernel error when install new package, how to fix? ==
... ... @@ -1006,8 +1006,9 @@
1006 1006  (% style="background-color:yellow" %)Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends
1007 1007  
1008 1008  
1009 -== 10.2 How to recover the DLOS8N if the firmware crashes ==
1010 1010  
1035 +== 10.2  How to recover the LG308N if the firmware crashes ==
1036 +
1011 1011  (((
1012 1012  Please follow this instruction to recover your gateway:  **[[Recover Gateway>>doc:Main.How to Recover Gateway if can't access it.WebHome]]**
1013 1013  )))
... ... @@ -1016,12 +1016,12 @@
1016 1016  
1017 1017  )))
1018 1018  
1019 -== 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? ==
1020 1020  
1021 -[[image:1652435238615-272.png||height="247" width="727"]]
1047 +[[image:1657071488240-907.png]]
1022 1022  
1023 1023  (((
1024 -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 access DLOS8N 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.
1025 1025  )))
1026 1026  
1027 1027  (% style="color:red" %)Note: fallback IP can be disabled in the WAN and DHCP page.
... ... @@ -1029,11 +1029,9 @@
1029 1029  
1030 1030  Steps to connect via fall back IP:
1031 1031  
1032 -~1. Connect PCs Ethernet port to DLOS8N’s WAN port
1058 +~1. Connect PC's Ethernet port to LG01's LAN port
1033 1033  
1034 -2. Configure PC’s Ethernet port has
1035 - IP: 172.31.255.253 and
1036 - Netmask: 255.255.255.252
1060 +2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
1037 1037  
1038 1038  As below photo:
1039 1039  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0