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

Summary

Details

Page properties
Content
... ... @@ -149,6 +149,7 @@
149 149  
150 150  [[image:image-20220622100129-1.png||height="332" width="1263"]]
151 151  
152 +
152 152  === (% style="color:blue" %)**Method 2**(%%):  Connect via LPS8-V2 Fallback IP ===
153 153  
154 154  
... ... @@ -155,13 +155,13 @@
155 155  [[image:image-20230107084650-2.png||height="310" width="839"]]
156 156  
157 157  
158 -(% style="color:blue" %)**Steps to connect via fall back IP:**
159 +(% style="color:blue" %)**Steps to connect via fallback IP:**
159 159  
160 -~1. Connect PC's Ethernet port to LPS8-V2's WAN port
161 +~1. Connect the PC's Ethernet port to LPS8-V2's WAN port
161 161  
162 162  2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
163 163  
164 -As below photo:
165 +As in the below photo:
165 165  
166 166  [[image:image-20230107085904-4.png||height="443" width="361"]]
167 167  
... ... @@ -168,6 +168,10 @@
168 168  3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console.
169 169  
170 170  
172 +[[image:image-20230111094247-2.png||height="619" width="1250"]]
173 +
174 +
175 +
171 171  === (% style="color:blue" %)**Method 3**(%%):  Connect via WiFi with DHCP IP from the router ===
172 172  
173 173  
... ... @@ -339,12 +339,14 @@
339 339  [[image:image-20220820134112-2.png||height="539" width="668"]]
340 340  
341 341  
342 -=== 3.4.3 Network ~-~-> Firewall ===
347 +=== 3.4.3 Network ~-~-> Network ===
343 343  
344 344  
345 -[[image:image-20220616115351-6.png||height="244" width="661"]]
350 +In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address.
346 346  
352 +[[image:image-20230214093657-2.png||height="333" width="858"]]
347 347  
354 +
348 348  == 3.5 System ==
349 349  
350 350  === 3.5.1 System ~-~-> System Overview ===
... ... @@ -360,9 +360,11 @@
360 360  
361 361  In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
362 362  
363 -[[image:image-20230107084158-1.png||height="543" width="844"]]
370 +In addition, Users can customize the FallBack IP address.
364 364  
372 +[[image:image-20230214094058-3.png]]
365 365  
374 +
366 366  === 3.5.3 System ~-~-> Backup/Restore ===
367 367  
368 368  
... ... @@ -380,6 +380,14 @@
380 380  [[image:image-20221230092303-2.png]]
381 381  
382 382  
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 +
383 383  = 4. Build-in Server =
384 384  
385 385  
... ... @@ -445,16 +445,62 @@
445 445  [[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]]
446 446  
447 447  
448 -= 5. How users can access LPS8v2 using serial USB =
465 +== 4.How to disable the built-in server ==
449 449  
450 450  
451 -(% style="color:blue" %)**USB TTL to LPS8v Connection:**
468 +Use the following commands to start and stop the TTNv3 service:
452 452  
470 +(% class="box infomessage" %)
471 +(((
472 +**# start**
473 +systemctl start ttnstack
453 453  
454 -Port 1 of the UART on the LPS8v2 is GND
475 +**# stop**
476 +systemctl stop ttnstack
455 455  
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 +
456 456  (% class="box infomessage" %)
457 457  (((
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 +(((
458 458  **TXD  <~-~--> UART RXD (Gray line)**
459 459  
460 460  **RXD  <~-~--> UART TXD (White line)**
image-20230111094220-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +397.9 KB
Content
image-20230111094247-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +397.1 KB
Content
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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0