<
From version < 157.1 >
edited by Kilight Cao
on 2023/03/21 09:24
To version < 137.1 >
edited by Xiaoye
on 2023/01/11 09:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoye
Content
... ... @@ -57,17 +57,14 @@
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
62 62  
63 63  (% style="color:#037691" %)**Operating Condition:**
64 64  
65 -* Work Temperature: -20 ~~ 70°C
66 -* Storage Temperature: -20 ~~ 70°C
63 +* Work Temperature: -20 ~~ 65°C
64 +* Storage Temperature: -20 ~~ 65°C
67 67  * Power Input: 5V, 2A, DC
68 68  
69 69  
70 -
71 71  == 1.3 Features ==
72 72  
73 73  
... ... @@ -87,7 +87,6 @@
87 87  * Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
88 88  
89 89  
90 -
91 91  == 1.4 Block Diagram ==
92 92  
93 93  
... ... @@ -350,29 +350,12 @@
350 350  [[image:image-20220820134112-2.png||height="539" width="668"]]
351 351  
352 352  
353 -=== 3.4.3 Network ~-~-> Network ===
349 +=== 3.4.3 Network ~-~-> Firewall ===
354 354  
355 355  
356 -In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address.
352 +[[image:image-20220616115351-6.png||height="244" width="661"]]
357 357  
358 -[[image:image-20230214093657-2.png||height="333" width="858"]]
359 359  
360 -
361 -=== 3.4.4 Network ~-~-> Cellular ===
362 -
363 -
364 -In the Network ~-~-> Cellular interface, Users can Enable Cellular WAN and configure Celluar.
365 -
366 -(% style="color:red" %)**Note: APN cannot be empty.**
367 -
368 -[[image:image-20230228115126-1.png]]
369 -
370 -
371 -After the configuration is complete, return to the Home interface and put the mouse on the Cell icon to check the Cellualr state.
372 -
373 -[[image:image-20230228115535-2.png||height="478" width="888"]]
374 -
375 -
376 376  == 3.5 System ==
377 377  
378 378  === 3.5.1 System ~-~-> System Overview ===
... ... @@ -388,11 +388,9 @@
388 388  
389 389  In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
390 390  
391 -In addition, Users can customize the FallBack IP address.
370 +[[image:image-20230107084158-1.png||height="543" width="844"]]
392 392  
393 -[[image:image-20230214094058-3.png]]
394 394  
395 -
396 396  === 3.5.3 System ~-~-> Backup/Restore ===
397 397  
398 398  
... ... @@ -410,14 +410,6 @@
410 410  [[image:image-20221230092303-2.png]]
411 411  
412 412  
413 -=== 3.5.5 System ~-~-> Package Management ===
414 -
415 -
416 -In the System ~-~-> Package Management interface, Users can check the current version of Core Packages.
417 -
418 -[[image:image-20230214094316-4.png]]
419 -
420 -
421 421  = 4. Build-in Server =
422 422  
423 423  
... ... @@ -424,7 +424,7 @@
424 424  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).**
425 425  
426 426  
427 -[[image:image-20230214095318-5.png||height="347" width="980"]]
396 +[[image:image-20220820115644-1.png||height="217" width="778"]]
428 428  
429 429  
430 430  (% style="color:red" %)**Note:**
... ... @@ -483,64 +483,16 @@
483 483  [[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]]
484 484  
485 485  
486 -== 4.How to disable the built-in server ==
455 += 5. How users can access LPS8v2 using serial USB =
487 487  
488 488  
489 -Use the following commands to start and stop the TTNv3 service:
458 +(% style="color:blue" %)**USB TTL to LPS8v Connection:**
490 490  
491 -(% class="box infomessage" %)
492 -(((
493 -**# start**
494 -systemctl start ttnstack
495 495  
496 -**# stop**
497 -systemctl stop ttnstack
461 +Port 1 of the UART on the LPS8v2 is GND
498 498  
499 -**# enable**
500 -systemctl enable ttnstack
501 -
502 -**#disable**
503 -systemctl disable ttnstack
504 -)))
505 -
506 -Use the following commands to start and stop the Node-Red service:
507 -
508 508  (% class="box infomessage" %)
509 509  (((
510 -**# start**
511 -systemctl start nodered
512 -
513 -**# stop**
514 -systemctl stop nodered
515 -
516 -**# enable**
517 -systemctl enable nodered
518 -
519 -**#disable**
520 -systemctl disable nodered
521 -)))
522 -
523 -
524 -== 4.4 How to use ChirpStack on LPS8-V2 ==
525 -
526 -
527 -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:
528 -
529 -[[ChirpStack open-source LoRaWAN® Network Server documentation>>https://www.chirpstack.io/docs/getting-started/docker.html]]
530 -
531 -[[image:image-20230222094908-1.png||height="133" width="798"]]
532 -
533 -
534 -= 5. How users can access LPS8-V2 using serial USB =
535 -
536 -
537 -(% style="color:blue" %)**USB TTL to LPS8-V2  Connection:**
538 -
539 -
540 -Port 1 of the UART on the LPS8-V2 is GND
541 -
542 -(% class="box infomessage" %)
543 -(((
544 544  **TXD  <~-~--> UART RXD (Gray line)**
545 545  
546 546  **RXD  <~-~--> UART TXD (White line)**
... ... @@ -703,7 +703,6 @@
703 703  * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
704 704  * [[Advance OS Reference Guide for LPS8v2>>doc:Main.Armbian OS instruction.WebHome]].
705 705  
706 -
707 707  
708 708  )))
709 709  
image-20230214093641-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -30.0 KB
Content
image-20230214093657-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -23.8 KB
Content
image-20230214094058-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -41.8 KB
Content
image-20230214094316-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -41.4 KB
Content
image-20230214095318-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -35.8 KB
Content
image-20230222094908-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -14.4 KB
Content
image-20230228115126-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -34.0 KB
Content
image-20230228115535-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -415.3 KB
Content
image-20230321092456-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -63.3 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0