<
From version < 137.1 >
edited by Xiaoye
on 2023/01/11 09:48
To version < 160.1 >
edited by Kilight Cao
on 2023/03/31 14:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -57,11 +57,13 @@
57 57  * 10M/100M RJ45 Ports x 1
58 58  * Multi-Channel LoRaWAN Wireless
59 59  * WiFi 802.11 b/g/n
60 +* Sensitivity: -140dBm
61 +* Max Output Power: 27dBm
60 60  
61 61  (% style="color:#037691" %)**Operating Condition:**
62 62  
63 -* Work Temperature: -20 ~~ 65°C
64 -* Storage Temperature: -20 ~~ 65°C
65 +* Work Temperature: -20 ~~ 70°C
66 +* Storage Temperature: -20 ~~ 70°C
65 65  * Power Input: 5V, 2A, DC
66 66  
67 67  
... ... @@ -256,7 +256,7 @@
256 256  [[image:image-20220622103956-12.png]]
257 257  
258 258  
259 -== 2.2.3 Register the gateway to The Things Network ==
261 +=== 2.2.3 Register the gateway to The Things Network ===
260 260  
261 261  
262 262  **Login to The Things Network**
... ... @@ -346,12 +346,29 @@
346 346  [[image:image-20220820134112-2.png||height="539" width="668"]]
347 347  
348 348  
349 -=== 3.4.3 Network ~-~-> Firewall ===
351 +=== 3.4.3 Network ~-~-> Network ===
350 350  
351 351  
352 -[[image:image-20220616115351-6.png||height="244" width="661"]]
354 +In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address.
353 353  
356 +[[image:image-20230214093657-2.png||height="333" width="858"]]
354 354  
358 +
359 +=== 3.4.4 Network ~-~-> Cellular ===
360 +
361 +
362 +In the Network ~-~-> Cellular interface, Users can Enable Cellular WAN and configure Celluar.
363 +
364 +(% style="color:red" %)**Note: APN cannot be empty.**
365 +
366 +[[image:image-20230228115126-1.png]]
367 +
368 +
369 +After the configuration is complete, return to the Home interface and put the mouse on the Cell icon to check the Cellualr state.
370 +
371 +[[image:image-20230228115535-2.png||height="478" width="888"]]
372 +
373 +
355 355  == 3.5 System ==
356 356  
357 357  === 3.5.1 System ~-~-> System Overview ===
... ... @@ -367,9 +367,11 @@
367 367  
368 368  In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
369 369  
370 -[[image:image-20230107084158-1.png||height="543" width="844"]]
389 +In addition, Users can customize the FallBack IP address.
371 371  
391 +[[image:image-20230214094058-3.png]]
372 372  
393 +
373 373  === 3.5.3 System ~-~-> Backup/Restore ===
374 374  
375 375  
... ... @@ -387,6 +387,14 @@
387 387  [[image:image-20221230092303-2.png]]
388 388  
389 389  
411 +=== 3.5.5 System ~-~-> Package Management ===
412 +
413 +
414 +In the System ~-~-> Package Management interface, Users can check the current version of Core Packages.
415 +
416 +[[image:image-20230214094316-4.png]]
417 +
418 +
390 390  = 4. Build-in Server =
391 391  
392 392  
... ... @@ -393,7 +393,7 @@
393 393  The default factory version of LPS8-V2 is installed with the built-in Applicant server: (% style="color:blue" %)**Node-Red, and**(%%) LoRaWAN Server: (% style="color:blue" %)**The Things Network - Stack (Open Source 3.19 Version).**
394 394  
395 395  
396 -[[image:image-20220820115644-1.png||height="217" width="778"]]
425 +[[image:image-20230214095318-5.png||height="347" width="980"]]
397 397  
398 398  
399 399  (% style="color:red" %)**Note:**
... ... @@ -429,6 +429,16 @@
429 429  [[image:image-20220725171719-1.png||height="570" width="769"]]
430 430  
431 431  
461 +=== 4.1.1 The LPS8-V2 is registered and connected to Built-in The Things Network ===
462 +
463 +
464 +Users need to set the Service Provider to (% style="color:blue" %)**Local Host/Build-in Server **(%%) and click "Save&Apply"
465 +
466 +The registration steps are basically similar to [[LPS8-V2 is registered and connected to The Things Network>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/#H2.2TheLPS8-V2isregisteredandconnectedtoTheThingsNetwork]]
467 +
468 +[[image:image-20230321092456-1.png]]
469 +
470 +
432 432  == 4.2 Application Server ~-~- Node-Red ==
433 433  
434 434  
... ... @@ -452,16 +452,68 @@
452 452  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.6HowtoinstallGrafanaandinfluxdb>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.6HowtoinstallGrafanaandinfluxdb]]
453 453  
454 454  
455 -= 5. How users can access LPS8v2 using serial USB =
494 +== 4.How to disable the built-in server ==
456 456  
457 457  
458 -(% style="color:blue" %)**USB TTL to LPS8v Connection:**
497 +Use the following commands to start and stop the TTNv3 service:
459 459  
499 +(% class="box infomessage" %)
500 +(((
501 +**# start**
502 +systemctl start ttnstack
460 460  
461 -Port 1 of the UART on the LPS8v2 is GND
504 +**# stop**
505 +systemctl stop ttnstack
462 462  
507 +**# enable**
508 +systemctl enable ttnstack
509 +
510 +**#disable**
511 +systemctl disable ttnstack
512 +)))
513 +
514 +Use the following commands to start and stop the Node-Red service:
515 +
463 463  (% class="box infomessage" %)
464 464  (((
518 +**# start**
519 +systemctl start nodered
520 +
521 +**# stop**
522 +systemctl stop nodered
523 +
524 +**# enable**
525 +systemctl enable nodered
526 +
527 +**#disable**
528 +systemctl disable nodered
529 +)))
530 +
531 +
532 +== 4.4 How to use ChirpStack on LPS8-V2 ==
533 +
534 +
535 +By default, the built-in LoRaWAN network server used on LPS8v2 is TTNv3, so users need to disable TTNv3 services and follow this link to install chirpstack:
536 +
537 +[[ChirpStack open-source LoRaWAN® Network Server documentation>>https://www.chirpstack.io/docs/getting-started/docker.html]]
538 +
539 +[[image:image-20230222094908-1.png||height="133" width="798"]]
540 +
541 +
542 += 5. How the LPS8-V2 connects to Chirpstack via gateway-bridge =
543 +
544 +
545 +
546 += 6. How users can access LPS8-V2 using serial USB =
547 +
548 +
549 +(% style="color:blue" %)**USB TTL to LPS8-V2  Connection:**
550 +
551 +
552 +Port 1 of the UART on the LPS8-V2 is GND
553 +
554 +(% class="box infomessage" %)
555 +(((
465 465  **TXD  <~-~--> UART RXD (Gray line)**
466 466  
467 467  **RXD  <~-~--> UART TXD (White line)**
... ... @@ -484,7 +484,7 @@
484 484  [[image:image-20220804164747-2.png||height="622" width="594"]]
485 485  
486 486  
487 -= 6. Use the helium gateway-rs as the Data-only Hotspot =
578 += 7. Use the helium gateway-rs as the Data-only Hotspot =
488 488  
489 489  
490 490  == **Step 1: Configure Frequency Band** ==
... ... @@ -581,15 +581,15 @@
581 581  So you have to finish the onboarding, ~-~--Please refer to [[Step 2.7>>doc:Main.Notes for Helium.WebHome||anchor="H2.7A0Step6:OnboardingData-OnlyHotspot"]] to onboarding your LPS8-V2.
582 582  
583 583  
584 -= 7. OTA System Update =
675 += 8. OTA System Update =
585 585  
586 586  
587 587  LPS8v2 supports system auto update via OTA, please see **[[this URL>>url:http://wiki.dragino.com/xwiki/bin/view/OTA%20Update/]]** for the detail of this feature.
588 588  
589 589  
590 -= 8. Trouble Shooting =
681 += 9. Trouble Shooting =
591 591  
592 -== 8.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
683 +== 9.1  I can't log in to the built-in Server TTN Stack which shows '**Login failed**'. ==
593 593  
594 594  
595 595  [[image:image-20220920135918-1.png]]
... ... @@ -607,7 +607,7 @@
607 607  [[image:image-20220920141936-2.png]]
608 608  
609 609  
610 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)9. Supports(%%) =
701 += (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) =
611 611  
612 612  
613 613  (((
... ... @@ -618,7 +618,7 @@
618 618  **//With your question as detailed as possible. We will reply and help you in the shortest.//**
619 619  
620 620  
621 -= 10. Reference =
712 += 11. Reference =
622 622  
623 623  
624 624  * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
... ... @@ -627,7 +627,7 @@
627 627  
628 628  )))
629 629  
630 -= 11. Order Info =
721 += 12. Order Info =
631 631  
632 632  
633 633  (% style="color:#0000ff" %)**LPS8v2-XXX-YYY**
... ... @@ -651,7 +651,7 @@
651 651  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
652 652  
653 653  
654 -= 12. Manufacturer Info =
745 += 13. Manufacturer Info =
655 655  
656 656  
657 657  **Shenzhen Dragino Technology Development co. LTD**
... ... @@ -661,7 +661,7 @@
661 661  LongCheng Street, LongGang District ; Shenzhen 518116,China
662 662  
663 663  
664 -= 13. FCC Warning =
755 += 14. FCC Warning =
665 665  
666 666  
667 667  (((
image-20230214093641-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +30.0 KB
Content
image-20230214093657-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +23.8 KB
Content
image-20230214094058-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +41.8 KB
Content
image-20230214094316-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +41.4 KB
Content
image-20230214095318-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +35.8 KB
Content
image-20230222094908-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +14.4 KB
Content
image-20230228115126-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +34.0 KB
Content
image-20230228115535-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +415.3 KB
Content
image-20230321092456-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +63.3 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0