Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ling1 +XWiki.Xiaoye - Content
-
... ... @@ -19,15 +19,25 @@ 19 19 20 20 21 21 ((( 22 +((( 22 22 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. 24 +))) 23 23 26 +((( 24 24 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. 28 +))) 25 25 30 +((( 26 26 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. 32 +))) 27 27 34 +((( 28 28 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. 36 +))) 29 29 38 +((( 30 30 LPS8v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 40 +))) 31 31 32 32 33 33 ... ... @@ -82,10 +82,8 @@ 82 82 83 83 (% style="color:blue" %)//**➢ Power LED**//(%%)//: This RED LED will be solid if the device is properly powered// 84 84 85 - 86 86 (% style="color:blue" %)//**➢ LoRa LED**//(%%)//: This RGB LED will blink GREEN when the LoRaWAN module starts or transmit a packet// 87 87 88 - 89 89 (% style="color:blue" %)//**➢ SYS LED**//(%%)//: This RGB LED will show different colors in different states~:// 90 90 91 91 // ✓ **SOLID BLUE:** The device is alive with a LoRaWAN server connection.// ... ... @@ -94,7 +94,6 @@ 94 94 95 95 // ✓** SOLID RED:** Device doesn't have an Internet connection.// 96 96 97 - 98 98 (% style="color:blue" %)//**➢ ETH LED**//(%%)//: This LED shows the ETH interface connection status.// 99 99 100 100 ... ... @@ -113,14 +113,17 @@ 113 113 114 114 == **2.1.1 connect the network.** == 115 115 116 -=== === 117 117 118 118 === (% style="color:blue" %)**Method 1**(%%): Connect via Ethernet with DHCP IP from the router === 119 119 120 120 127 +((( 121 121 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. 129 +))) 122 122 131 +((( 123 123 You can also use this IP to connect. 133 +))) 124 124 125 125 [[image:image-20220622100129-1.png||height="332" width="1263"]] 126 126 ... ... @@ -132,13 +132,15 @@ 132 132 [[image:image-20220622100542-2.png||height="369" width="1256"]] 133 133 134 134 145 +((( 135 135 The LPS8-V2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address. 147 +))) 136 136 137 137 138 138 139 139 (% style="color:#037691" %)**Steps to connect via fallback IP:** 140 140 141 -1. Connect PC's Ethernet port to LPS8-V2's WAN port 153 +~1. Connect PC's Ethernet port to LPS8-V2's WAN port 142 142 143 143 2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 144 144 ... ... @@ -174,7 +174,9 @@ 174 174 === **2.2.1 Select your area frequency** === 175 175 176 176 189 +((( 177 177 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. 191 +))) 178 178 179 179 [[image:image-20220622103332-9.png]] 180 180 ... ... @@ -276,7 +276,9 @@ 276 276 [[image:image-20220616113246-3.png||height="396" width="672"]] 277 277 278 278 293 +((( 279 279 Please see this instruction to know more detail and a demo for how to use of LoRaWAN Basic Station: __[[Use of LoRaWAN Basic Station - DRAGINO>>url:http://8.211.40.43/xwiki/bin/view/Main/Use%20of%20LoRaWAN%20Basic%20Station/]]__ 295 +))) 280 280 281 281 282 282 ... ... @@ -342,16 +342,19 @@ 342 342 [[image:image-20220725171719-1.png||height="570" width="769"]] 343 343 344 344 345 -(% style="color:red" %)**Note: A portion of the sample devices that were not installed with Node-Red. 361 +((( 362 +(% style="color:red" %)**Note: A portion of the sample devices that were not installed with the TTN-Stack 346 346 You can complete the installation manually with the following command.** 364 +))) 347 347 348 348 349 349 (% class="box infomessage" %) 350 350 ((( 351 -( % class="mark" %)cd /tmp && wget http:~/~/repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh352 - 353 - (% style="background-color:#fcf8e3" %)chmod +x /tmp/autoinstall_ttn-stack.sh && /tmp/autoinstall_ttn-stack.sh ttn-stack369 +((( 370 +(% style="background-color:#fcf8e3" %)cd /tmp && wget [[http:~~/~~/repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh>>http://repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh]] 371 +chmod +x /tmp/autoinstall_ttn-stack.sh && /tmp/autoinstall_ttn-stack.sh ttn-stack 354 354 ))) 373 +))) 355 355 356 356 357 357 ... ... @@ -358,32 +358,39 @@ 358 358 = **5. Build-in Application Server ~-~- Node-Red** = 359 359 360 360 361 -The default factory version of LPS8-V2 is installed with the built-in Applicant server: **Node-Red.** 380 +The default factory version of LPS8-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red.** 362 362 363 -You can access the gateway's built-in AS server of **Node-Red **via the URL((% class="mark" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address>382 +You can access the gateway's built-in AS server of **Node-Red **via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser. 364 364 365 365 366 -Such as (% class="mark" %)__**//http:~/~/dragino-54ff12:8080 or http:~/~/<Local-IPV4-Address>//**__385 +Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:8080 or [[http:~~/~~/<Local-IPV4-Address~>>>http://<Local-IPV4-Address>]]//**__ 367 367 387 + 368 368 [[image:image-20220725172124-3.png||height="610" width="843"]] 369 369 370 370 391 +((( 392 +(% style="color:red" %)**Note: A portion of the sample devices that were not installed with Node-Red. 393 + You can complete the installation manually with the following command.** 394 +))) 371 371 372 -**Note: (% class="mark" %)A portion of the sample devices that were not installed with Node-Red. 373 - You can complete the installation manually with the following command.(%%)** 374 374 375 375 376 376 (% class="box infomessage" %) 377 377 ((( 378 -(% class="mark" %)cd /tmp && wget http:~/~/repo.dragino.com/release/tool/nodered/autoinstall_nodered.sh 400 +((( 401 +(% style="background-color:#fcf8e3" %)cd /tmp && wget http:~/~/repo.dragino.com/release/tool/nodered/autoinstall_nodered.sh 379 379 chmod +x /tmp/autoinstall_nodered.sh && /tmp/autoinstall_nodered.sh node-red 380 380 ))) 404 +))) 381 381 382 382 [[image:image-20220728102000-1.png]] 383 383 384 384 409 + 385 385 (% style="color:inherit; font-family:inherit; font-size:29px" %)**10. Supports** 386 386 412 + 387 387 ((( 388 388 **//If you are experiencing issues and can't solve them, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].//** 389 389 ))) ... ... @@ -392,8 +392,10 @@ 392 392 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 393 393 394 394 421 + 395 395 = **11 Reference** = 396 396 424 + 397 397 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. 398 398 399 399 ... ... @@ -401,29 +401,32 @@ 401 401 402 402 = **12. Order Info** = 403 403 432 + 404 404 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** 405 405 406 406 (% style="color:#0000ff" %)**XXX**(% style="color:black" %): Frequency Band 407 407 408 -* **AS923**: LoRaWAN AS923 band 409 -* **AU915**: LoRaWAN AU915 band 410 -* **EU868**: LoRaWAN EU868 band 411 -* **KR920**: LoRaWAN KR920 band 412 -* **US915**: LoRaWAN US915 band 413 -* **IN865**: LoRaWAN IN865 band 437 +* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band 438 +* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band 439 +* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band 440 +* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band 441 +* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band 442 +* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 414 414 415 415 (% style="color:#0000ff" %)**YYY**(% style="color:black" %): 4G Cellular Option 416 416 417 -* ** 418 -* ** 419 -* ** 420 -* ** 446 +* (% style="color:red" %)**E**(%%): EMEA, Korea, Thailand, India. 447 +* (% style="color:red" %)**A**(%%): North America/ Rogers/AT&T/T-Mobile. 448 +* (% style="color:red" %)**AU**(%%): Latin America, New Zeland, Taiwan 449 +* (% style="color:red" %)**J**(%%): Japan, DOCOMO/SoftBank/ KDDI 421 421 422 422 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 423 423 424 424 454 + 425 425 = **13. Manufacturer Info** = 426 426 457 + 427 427 **Shenzhen Dragino Technology Development co. LTD** 428 428 429 429 Room 202, Block B, BCT Incubation Bases (BaoChengTai), No.8 CaiYunRoad ... ... @@ -431,21 +431,37 @@ 431 431 LongCheng Street, LongGang District ; Shenzhen 518116,China 432 432 433 433 465 + 434 434 = **14. FCC Warning** = 435 435 468 + 469 +((( 436 436 This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures: 471 +))) 437 437 473 +((( 438 438 ~-~- Reorient or relocate the receiving antenna. 475 +))) 439 439 477 +((( 440 440 ~-~- Increase the separation between the equipment and receiver. 479 +))) 441 441 481 +((( 442 442 ~-~- Connect the equipment into an outlet on a circuit different from that to which the receiver is connected. 483 +))) 443 443 485 +((( 444 444 ~-~- Consult the dealer or an experienced radio/TV technician for help. 487 +))) 445 445 446 446 490 +((( 447 447 Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment. 492 +))) 448 448 449 449 495 +((( 450 450 The antenna(s) used for this transmitter must be installed to provide a separation distance of at least 20 cm from all persons and must not be co-located or operating in conjunction with any other antenna or transmitter. 451 451 ))) 498 +)))