<
From version < 137.1 >
edited by Xiaoye
on 2023/01/11 09:48
To version < 138.1 >
edited by Kilight Cao
on 2023/01/13 11:41
>
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
... ... @@ -64,7 +64,6 @@
64 64  * Storage Temperature: -20 ~~ 65°C
65 65  * Power Input: 5V, 2A, DC
66 66  
67 -
68 68  == 1.3 Features ==
69 69  
70 70  
... ... @@ -83,7 +83,6 @@
83 83  * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server
84 84  * Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
85 85  
86 -
87 87  == 1.4 Block Diagram ==
88 88  
89 89  
... ... @@ -451,7 +451,49 @@
451 451  
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  
452 +== 4.3 How to disable the built-in server ==
454 454  
454 +
455 +Use the following commands to start and stop the TTNv3 service:
456 +
457 +(% class="box infomessage" %)
458 +(((
459 +**# start**
460 +systemctl start ttnstack
461 +
462 +**# stop**
463 +systemctl stop ttnstack
464 +
465 +**# enable**
466 +systemctl enable ttnstack
467 +
468 +**#disable**
469 +systemctl disable ttnstack
470 +)))
471 +
472 +Use the following commands to start and stop the Node-Red service:
473 +
474 +(% class="box infomessage" %)
475 +(((
476 +**# start**
477 +systemctl start nodered
478 +
479 +**# stop**
480 +systemctl stop nodered
481 +
482 +**# enable**
483 +systemctl enable nodered
484 +
485 +**#disable**
486 +systemctl disable nodered
487 +)))
488 +
489 +== 4.4 How to use ChirpStack on LPS8V2 ==
490 +
491 +
492 +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:
493 +
494 +
455 455  = 5. How users can access LPS8v2 using serial USB =
456 456  
457 457  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0