Changes for page LPS8N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2024/05/18 14:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -780,7 +780,7 @@ 780 780 ))) 781 781 782 782 ((( 783 -(% style="background-color:#dcdcdc" %)//Downloading //[[//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk]] 783 +(% style="background-color:#dcdcdc" %)//Downloading //[[(% style="background-color: rgb(220, 220, 220); background-color: rgb(220, 220, 220)" %)//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/iperf_2.0.12-1_mips_24kc.ipk]] 784 784 ))) 785 785 786 786 ((( ... ... @@ -788,7 +788,7 @@ 788 788 ))) 789 789 790 790 ((( 791 -(% style="background-color:#dcdcdc" %)//Downloading //[[//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk]] 791 +(% style="background-color:#dcdcdc" %)//Downloading //[[(% style="background-color: rgb(220, 220, 220); background-color: rgb(220, 220, 220)" %)//http:~~/~~/downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk//>>url:http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/uclibcxx_0.2.4-3_mips_24kc.ipk]] 792 792 ))) 793 793 794 794 ((( ... ... @@ -799,10 +799,11 @@ 799 799 (% style="background-color:#dcdcdc" %)//Configuring iperf.// 800 800 ))) 801 801 802 -= =8. Upgrade Linux Firmware ==802 += 8. Upgrade Linux Firmware = 803 803 804 -== 9. FAQ == 805 805 805 += 9. FAQ = 806 + 806 806 == 9.1 How can I configure for a customized frequency band? == 807 807 808 808 See below link for how to customize frequency band: ... ... @@ -809,10 +809,12 @@ 809 809 810 810 [[http:~~/~~/wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway>>url:http://wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway]] 811 811 813 + 812 812 == 9.2 Can I connect DLOS8N to LORIOT? == 813 813 814 814 Yes, the set up instruction is here: [[http:~~/~~/wiki.dragino.com/index.php?title=Notes_for_LORIOT>>url:http://wiki.dragino.com/index.php?title=Notes_for_LORIOT]] 815 815 818 + 816 816 == 9.3 Can I make my own firmware for the gateway, where can I find the source code? == 817 817 818 818 Yes, You can make your own firmware for the DLOS8N for branding purposes or to add customized applications. ... ... @@ -819,33 +819,35 @@ 819 819 820 820 The source code and compile instructions can be found at: [[https:~~/~~/github.com/dragino/openwrt_lede-18.06>>url:https://github.com/dragino/openwrt_lede-18.06]] 821 821 825 + 822 822 == 9.4 Can I use 868Mhz version for 915Mhz bands? == 823 823 824 824 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. 825 825 826 -== 10. Trouble Shooting == 827 827 831 += 10. Trouble Shooting = 832 + 828 828 == 10.1 I get kernel error when install new package, how to fix? == 829 829 830 830 In some cases, when installing a package with **//opkg//**, it will generate a kernel error such as below due to a mismatch I the kernel ID: 831 831 832 -root@dragino-16c538:~~# opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk 837 +(% style="background-color:yellow" %)root@dragino-16c538:~~# opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk 833 833 834 -Installing kmod-dragino2-si3217x (3.10.49+0.2-1) to root… 839 +(% style="background-color:yellow" %)Installing kmod-dragino2-si3217x (3.10.49+0.2-1) to root… 835 835 836 -Collected errors: 841 +(% style="background-color:yellow" %)Collected errors: 837 837 838 - ~* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-dragino2-si3217x:843 +(% style="background-color:yellow" %)* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-dragino2-si3217x: 839 839 840 -* kernel (= 3.10.49-1-4917516478a753314254643facdf360a) * 845 +(% style="background-color:yellow" %)* kernel (= 3.10.49-1-4917516478a753314254643facdf360a) * 841 841 842 - ~* opkg_install_cmd: Cannot install package kmod-dragino2-si3217x.847 + (% style="background-color:yellow" %)* opkg_install_cmd: Cannot install package kmod-dragino2-si3217x. 843 843 844 - 845 845 In this case, you can use the –force-depends option to install such package as long as the actual kernel version is the same. 846 846 847 -Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends 851 +(% style="background-color:yellow" %)Opkg install kmod-dragino2-si3217x_3.10.49+0.2-1_ar71xx.ipk –force-depends 848 848 853 + 849 849 == 10.2 How to recover the DLOS8N if the firmware crashes == 850 850 851 851 Please follow this instruction to recover your gateway: ... ... @@ -852,48 +852,52 @@ 852 852 853 853 [[http:~~/~~/wiki.dragino.com/index.php?title=Recover_Gateway>>url:http://wiki.dragino.com/index.php?title=Recover_Gateway]] 854 854 860 + 855 855 == 10.3 I configured DLOS8N for WiFi access and lost its IP. What to do now? == 856 856 857 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image067.png]]863 +[[image:1652435238615-272.png||height="247" width="727"]] 858 858 859 859 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. 860 860 861 -(Note: fallback IP can be disabled in the WAN and DHCP page )867 +(% style="color:red" %)Note: fallback IP can be disabled in the WAN and DHCP page. 862 862 863 863 864 864 Steps to connect via fall back IP: 865 865 866 -1. Connect PC’s Ethernet port to DLOS8N’s WAN port 867 -1. Configure PC’s Ethernet port has 868 -IP: 172.31.255.253 and 869 -Netmask: 255.255.255.252 872 +~1. Connect PC’s Ethernet port to DLOS8N’s WAN port 870 870 874 +2. Configure PC’s Ethernet port has 875 + IP: 172.31.255.253 and 876 + Netmask: 255.255.255.252 877 + 871 871 As below photo: 872 872 873 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image068.jpg]]880 +[[image:1652435256286-879.png]] 874 874 875 - 1. In the PC, use IP address 172.31.255.254 to access the DLOS8N via Web or Console.882 +3. In the PC, use IP address 172.31.255.254 to access the DLOS8N via Web or Console. 876 876 877 877 Please note the latest firmware uses port 8000 for http and 2222 for ssh access. 878 878 886 + 879 879 = 11. Order Info = 880 880 881 -**//PART: DLOS8N-XXX-YYY//:** 889 +(% style="color:#4f81bd" %) **//PART: DLOS8N-XXX-YYY//: ** 882 882 883 -**//XXX: Frequency Band//** 891 +(% style="color:#4f81bd" %) **//XXX: Frequency Band//** 884 884 885 -* **868**: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865. 886 -* **915**: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920 893 +* (% style="color:#4f81bd" %)** 868**(% style="color:black" %) : valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865. 894 +* (% style="color:#4f81bd" %)** 915**(% style="color:black" %): valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920 887 887 888 -**//YYY: 4G Cellular Option//** 896 +(% style="color:#4f81bd" %) **//YYY: 4G Cellular Option//** 889 889 890 -* **E**: EMEA, Korea, Thailand, India. 891 -* **A**: North America/ Rogers/AT&T/T-Mobile. 892 -* **AU**: Latin America, New Zeland, Taiwan 893 -* **J**: Japan, DOCOMO/SoftBank/ KDDI 898 +* (% style="color:#4f81bd" %)** E**(% style="color:black" %): EMEA, Korea, Thailand, India. 899 +* (% style="color:#4f81bd" %)** A**(% style="color:black" %): North America/ Rogers/AT&T/T-Mobile. 900 +* (% style="color:#4f81bd" %)** AU**(% style="color:black" %): Latin America, New Zeland, Taiwan 901 +* (% style="color:#4f81bd" %)** J**(% style="color:black" %): Japan, DOCOMO/SoftBank/ KDDI 894 894 895 895 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 896 896 905 + 897 897 = 12. Packing Info = 898 898 899 899 **Package Includes**: ... ... @@ -908,6 +908,7 @@ 908 908 * Weight: 187g 909 909 * Package Size: 14.5 x 13.5 x 6 cm 910 910 * Weight: 300g 920 +* 911 911 912 912 = 13. Support = 913 913