<
From version < 147.1 >
edited by Kilight Cao
on 2023/02/14 09:49
To version < 134.2 >
edited by Xiaoling
on 2023/01/07 13:43
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoling
Content
... ... @@ -64,6 +64,8 @@
64 64  * Storage Temperature: -20 ~~ 65°C
65 65  * Power Input: 5V, 2A, DC
66 66  
67 +
68 +
67 67  == 1.3 Features ==
68 68  
69 69  
... ... @@ -82,6 +82,8 @@
82 82  * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server
83 83  * Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
84 84  
87 +
88 +
85 85  == 1.4 Block Diagram ==
86 86  
87 87  
... ... @@ -156,13 +156,13 @@
156 156  [[image:image-20230107084650-2.png||height="310" width="839"]]
157 157  
158 158  
159 -(% style="color:blue" %)**Steps to connect via fallback IP:**
163 +(% style="color:blue" %)**Steps to connect via fall back IP:**
160 160  
161 -~1. Connect the PC's Ethernet port to LPS8-V2's WAN port
165 +~1. Connect PC's Ethernet port to LPS8-V2's WAN port
162 162  
163 163  2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
164 164  
165 -As in the below photo:
169 +As below photo:
166 166  
167 167  [[image:image-20230107085904-4.png||height="443" width="361"]]
168 168  
... ... @@ -169,10 +169,6 @@
169 169  3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console.
170 170  
171 171  
172 -[[image:image-20230111094247-2.png||height="619" width="1250"]]
173 -
174 -
175 -
176 176  === (% style="color:blue" %)**Method 3**(%%):  Connect via WiFi with DHCP IP from the router ===
177 177  
178 178  
... ... @@ -344,14 +344,12 @@
344 344  [[image:image-20220820134112-2.png||height="539" width="668"]]
345 345  
346 346  
347 -=== 3.4.3 Network ~-~-> Network ===
347 +=== 3.4.3 Network ~-~-> Firewall ===
348 348  
349 349  
350 -In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address.
350 +[[image:image-20220616115351-6.png||height="244" width="661"]]
351 351  
352 -[[image:image-20230214093657-2.png||height="333" width="858"]]
353 353  
354 -
355 355  == 3.5 System ==
356 356  
357 357  === 3.5.1 System ~-~-> System Overview ===
... ... @@ -367,11 +367,9 @@
367 367  
368 368  In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
369 369  
370 -In addition, Users can customize the FallBack IP address.
368 +[[image:image-20230107084158-1.png||height="543" width="844"]]
371 371  
372 -[[image:image-20230214094058-3.png]]
373 373  
374 -
375 375  === 3.5.3 System ~-~-> Backup/Restore ===
376 376  
377 377  
... ... @@ -389,14 +389,6 @@
389 389  [[image:image-20221230092303-2.png]]
390 390  
391 391  
392 -=== 3.5.5 System ~-~-> Package Management ===
393 -
394 -
395 -In the System ~-~-> Package Management interface, Users can check the current version of Core Packages.
396 -
397 -[[image:image-20230214094316-4.png]]
398 -
399 -
400 400  = 4. Build-in Server =
401 401  
402 402  
... ... @@ -462,62 +462,16 @@
462 462  [[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]]
463 463  
464 464  
465 -== 4.How to disable the built-in server ==
453 += 5. How users can access LPS8v2 using serial USB =
466 466  
467 467  
468 -Use the following commands to start and stop the TTNv3 service:
456 +(% style="color:blue" %)**USB TTL to LPS8v Connection:**
469 469  
470 -(% class="box infomessage" %)
471 -(((
472 -**# start**
473 -systemctl start ttnstack
474 474  
475 -**# stop**
476 -systemctl stop ttnstack
459 +Port 1 of the UART on the LPS8v2 is GND
477 477  
478 -**# enable**
479 -systemctl enable ttnstack
480 -
481 -**#disable**
482 -systemctl disable ttnstack
483 -)))
484 -
485 -Use the following commands to start and stop the Node-Red service:
486 -
487 487  (% class="box infomessage" %)
488 488  (((
489 -**# start**
490 -systemctl start nodered
491 -
492 -**# stop**
493 -systemctl stop nodered
494 -
495 -**# enable**
496 -systemctl enable nodered
497 -
498 -**#disable**
499 -systemctl disable nodered
500 -)))
501 -
502 -
503 -== 4.4 How to use ChirpStack on LPS8-V2 ==
504 -
505 -
506 -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:
507 -
508 -[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H3.A0HowtoinstallChirpStack>>http://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H3.A0HowtoinstallChirpStack]]
509 -
510 -
511 -= 5. How users can access LPS8-V2 using serial USB =
512 -
513 -
514 -(% style="color:blue" %)**USB TTL to LPS8-V2  Connection:**
515 -
516 -
517 -Port 1 of the UART on the LPS8-V2 is GND
518 -
519 -(% class="box infomessage" %)
520 -(((
521 521  **TXD  <~-~--> UART RXD (Gray line)**
522 522  
523 523  **RXD  <~-~--> UART TXD (White line)**
... ... @@ -680,6 +680,7 @@
680 680  * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
681 681  * [[Advance OS Reference Guide for LPS8v2>>doc:Main.Armbian OS instruction.WebHome]].
682 682  
625 +
683 683  
684 684  )))
685 685  
image-20230111094220-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -397.9 KB
Content
image-20230111094247-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -397.1 KB
Content
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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0