Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Xiaoye on 2024/09/21 08:44
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoye1 +XWiki.Edwin - Content
-
... ... @@ -1,4 +1,4 @@ 1 -[[image:image-20220620202334-2.png]] 1 +[[image:image-20220620202334-2.png||height="467" width="809"]] 2 2 3 3 4 4 ((( ... ... @@ -16,18 +16,21 @@ 16 16 == **1.1 What is LPS8v2** == 17 17 18 18 ((( 19 -The HP0Cis an open-source LoRaWAN Gateway. It lets you bridge LoRa wireless network to an IP network via WiFi, Ethernet. The LoRa wireless allows users to send data and reach extremely long ranges at low data-rates.19 +The LPS8v2 is an (% style="color:green" %)**open-source LoRaWAN Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates. 20 20 21 +The LPS8v2 is fully compatible with LoRaWAN protocol. It supports different kinds of LoRaWAN Network Connections such as: (% style="color:green" %)**Semtech UDP Packet Forwarder, LoRaWAN Basic Station, ChirpStack MQTT Bridge**(%%), and so on. This makes LPS8V2 work with most LoRaWAN platforms in the market. 21 21 22 - HP0Chaspre-configuredstandardLoRaWANfrequencybandstousefordifferentcountries.Userscanlsocustomize thefrequencybandsto usen theirownLoRaWANnetwork.23 +LPS8v2 also includes a (% style="color:green" %)**built-in LoRaWAN Server and IoT server**(%%), which provide the possibility for the system integrator to deploy the IoT service without cloud service or 3rd servers. 23 23 25 +Different countries use different LoRaWAN frequency bands. LPS8v2 has these bands pre-configured. Users can also customize the frequency bands to use in their own LoRa network. 24 24 27 +LPS8v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 28 + 29 + 25 25 == **1.2 Specifications** == 26 26 27 27 **Hardware System:** 28 28 29 - Linux Part: 30 - 31 31 * Dragino H3-Core Linux Module 32 32 33 33 * Quad-core Cortex-A7 1.2Ghz ... ... @@ -39,31 +39,31 @@ 39 39 **Interface:** 40 40 41 41 * 10M/100M RJ45 Ports x 1 42 -* LoRaWAN Wireless 45 +* Multi-Channel LoRaWAN Wireless 46 +* WiFi 802.11 b/g/n 43 43 44 44 **Operating Condition:** 45 45 46 46 * Work Temperature: -20 ~~ 65°C 47 47 * Storage Temperature: -20 ~~ 65°C 48 -* Power Input: 5V 2A, DC 52 +* Power Input: 5V, 2A, DC 49 49 50 50 == **1.3 Features** == 51 51 52 52 * Open Source Debian system 53 53 * Managed by Web GUI, SSH via WAN or WiFi 54 -* Remote access with Reverse-SSH 55 -* Emulates 49x LoRa demodulators 58 +* Remote Management 56 56 * LoRaWAN Gateway 57 57 * 10 programmable parallel demodulation paths 58 58 * Pre-configured to support different LoRaWAN regional settings. 59 59 * Allow customizing LoRaWAN regional parameters. 60 -* Support Local decode ABP end node info and transfer to MQTT server 61 -* Support different level login. 63 +* Different kinds of LoRaWAN Connections such as 64 +** Semtech UDP Packet Forwarder 65 +** LoRaWAN Basic Station 66 +** ChirpStack-Gateway-Bridge (MQTT) 62 62 * Built-in //**The Things Network**// local LoRaWAN server 63 63 * Built-in //**Node-Red**// local Application server 64 -* Built-in local //**Chirpstack-gateway-bridge**// 65 65 66 -World Widely. Include US and EU 67 67 68 68 == **1.4 Block Diagram** == 69 69 ... ... @@ -103,10 +103,8 @@ 103 103 104 104 == **2.1.1 connect the network.** == 105 105 106 -(% class="wikigeneratedid" %) 107 107 === === 108 108 109 -(% class="wikigeneratedid" %) 110 110 === **Method 1**: Connect via Ethernet with DHCP IP from the router === 111 111 112 112 Connect the LPS8-V2 Ethernet port to your router and LPS8 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LPS8-V2. ... ... @@ -159,10 +159,49 @@ 159 159 == **2.2 The LPS8-V2 is registered and connected to The Things Network** == 160 160 161 161 163 +=== **2.2.1 Select your area frequency** === 162 162 165 +First, you need to set the frequency plan in LPS8-V2 to match the end node we use, so to receive the LoRaWAN packets from the LoRaWAN sensor. 163 163 167 +[[image:image-20220622103332-9.png]] 164 164 165 165 170 +=== **2.2.2 Get the only gateway EUI** === 171 + 172 +Every LPS8-V2 has a unique gateway id. The ID can be found on LoRaWAN Semtech page: 173 + 174 +[[image:image-20220622103355-10.png]] 175 + 176 + 177 +**Note: Choose the cluster that corresponds to a specific Gateway server address** 178 + 179 +**➢ Europe 1:** corresponding Gateway server address: **eu1.cloud.thethings.network** 180 + 181 +**➢ North America 1:** corresponding Gateway server address: **nam1.cloud.thethings.network** 182 + 183 +**➢ Australia 1: ** corresponding Gateway server address: **au1.cloud.thethings.network** 184 + 185 +**➢ Legacy V2 Console:** TTN v2 shuts down in December 2021 186 + 187 + 188 +[[image:image-20220622103956-12.png]] 189 + 190 + 191 + 192 +== 2.2.3 Register the gateway to The Things Network == 193 + 194 +**Login to The Things Network** 195 + 196 +[[https:~~/~~/console.cloud.thethings.network/>>https://console.cloud.thethings.network/]] 197 + 198 +**Add the gateway** 199 + 200 +[[image:image-20220622104252-13.png||height="511" width="953"]] 201 + 202 + 203 +**Get it online** 204 + 205 + 166 166 = **3. Web Configure Pages** = 167 167 168 168 ... ... @@ -270,7 +270,7 @@ 270 270 271 271 = **10. Order Info** = 272 272 273 -(% style="color:#0000ff" %)**LPS8v2-XXX** 313 +(% style="color:#0000ff" %)**LPS8v2-XXX-YYY** 274 274 275 275 (% style="color:#0000ff" %)**XXX**(% style="color:black" %): Frequency Band 276 276 ... ... @@ -281,6 +281,16 @@ 281 281 * **US915**: LoRaWAN US915 band 282 282 * **IN865**: LoRaWAN IN865 band 283 283 324 +(% style="color:#0000ff" %)**YYY**(% style="color:black" %): 4G Cellular Option 325 + 326 +* ** E**: EMEA, Korea, Thailand, India. 327 +* ** A**: North America/ Rogers/AT&T/T-Mobile. 328 +* ** AU**: Latin America, New Zeland, Taiwan 329 +* ** J**: Japan, DOCOMO/SoftBank/ KDDI 330 + 331 +More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 332 + 333 + 284 284 = **11. Manufacturer Info** = 285 285 286 286 **Shenzhen Dragino Technology Development co. LTD**
- image-20220622103956-12.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.5 KB - Content
- image-20220622104252-13.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +49.6 KB - Content