Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoye1 +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