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)
-
Attachments (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoye1 +XWiki.Kilight - Content
-
... ... @@ -64,8 +64,6 @@ 64 64 * Storage Temperature: -20 ~~ 65°C 65 65 * Power Input: 5V, 2A, DC 66 66 67 - 68 - 69 69 == 1.3 Features == 70 70 71 71 ... ... @@ -84,8 +84,6 @@ 84 84 * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server 85 85 * Built-in (% style="color:#037691" %)//**Node-Red**// (%%)local Application server 86 86 87 - 88 - 89 89 == 1.4 Block Diagram == 90 90 91 91 ... ... @@ -160,13 +160,13 @@ 160 160 [[image:image-20230107084650-2.png||height="310" width="839"]] 161 161 162 162 163 -(% style="color:blue" %)**Steps to connect via fall 159 +(% style="color:blue" %)**Steps to connect via fallback IP:** 164 164 165 -~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 166 166 167 167 2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 168 168 169 -As below photo: 165 +As in the below photo: 170 170 171 171 [[image:image-20230107085904-4.png||height="443" width="361"]] 172 172 ... ... @@ -173,6 +173,10 @@ 173 173 3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console. 174 174 175 175 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,12 +344,14 @@ 344 344 [[image:image-20220820134112-2.png||height="539" width="668"]] 345 345 346 346 347 -=== 3.4.3 Network ~-~-> Firewall===347 +=== 3.4.3 Network ~-~-> Network === 348 348 349 349 350 - [[image:image-20220616115351-6.png||height="244"width="661"]]350 +In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address. 351 351 352 +[[image:image-20230214093657-2.png||height="333" width="858"]] 352 352 354 + 353 353 == 3.5 System == 354 354 355 355 === 3.5.1 System ~-~-> System Overview === ... ... @@ -365,9 +365,11 @@ 365 365 366 366 In the System-> System General interface, Users can customize the configuration System Password and set Timezone. 367 367 368 - [[image:image-20230107084158-1.png||height="543"width="844"]]370 +In addition, Users can customize the FallBack IP address. 369 369 372 +[[image:image-20230214094058-3.png]] 370 370 374 + 371 371 === 3.5.3 System ~-~-> Backup/Restore === 372 372 373 373 ... ... @@ -385,6 +385,14 @@ 385 385 [[image:image-20221230092303-2.png]] 386 386 387 387 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 + 388 388 = 4. Build-in Server = 389 389 390 390 ... ... @@ -450,16 +450,62 @@ 450 450 [[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]] 451 451 452 452 453 -= 5.userscan accessLPS8v2usingserialUSB=465 +== 4.3 How to disable the built-in server == 454 454 455 455 456 - (%style="color:blue"%)**USBTTLtoLPS8v2Connection:**468 +Use the following commands to start and stop the TTNv3 service: 457 457 470 +(% class="box infomessage" %) 471 +((( 472 +**# start** 473 +systemctl start ttnstack 458 458 459 -Port 1 of the UART on the LPS8v2 is GND 475 +**# stop** 476 +systemctl stop ttnstack 460 460 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 + 461 461 (% class="box infomessage" %) 462 462 ((( 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 +((( 463 463 **TXD <~-~--> UART RXD (Gray line)** 464 464 465 465 **RXD <~-~--> UART TXD (White line)** ... ... @@ -622,7 +622,6 @@ 622 622 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. 623 623 * [[Advance OS Reference Guide for LPS8v2>>doc:Main.Armbian OS instruction.WebHome]]. 624 624 625 - 626 626 627 627 ))) 628 628
- 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