Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ye1 +XWiki.Xiaoling - Content
-
... ... @@ -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 163 +(% style="color:blue" %)**Steps to connect via fallback IP:** 164 164 165 -~1. Connect PC's Ethernet port to LPS8-V2's WAN port 165 +~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: 169 +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 176 +[[image:image-20230111094247-2.png||height="619" width="1250"]] 177 + 178 + 179 + 176 176 === (% style="color:blue" %)**Method 3**(%%): Connect via WiFi with DHCP IP from the router === 177 177 178 178 ... ... @@ -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=457 +== 4.3 How to disable the built-in server == 454 454 455 455 456 - (%style="color:blue"%)**USBTTLtoLPS8v2Connection:**460 +Use the following commands to start and stop the TTNv3 service: 457 457 462 +(% class="box infomessage" %) 463 +((( 464 +**# start** 465 +systemctl start ttnstack 458 458 459 -Port 1 of the UART on the LPS8v2 is GND 467 +**# stop** 468 +systemctl stop ttnstack 460 460 470 +**# enable** 471 +systemctl enable ttnstack 472 + 473 +**#disable** 474 +systemctl disable ttnstack 475 +))) 476 + 477 +Use the following commands to start and stop the Node-Red service: 478 + 461 461 (% class="box infomessage" %) 462 462 ((( 481 +**# start** 482 +systemctl start nodered 483 + 484 +**# stop** 485 +systemctl stop nodered 486 + 487 +**# enable** 488 +systemctl enable nodered 489 + 490 +**#disable** 491 +systemctl disable nodered 492 +))) 493 + 494 + 495 +== 4.4 How to use ChirpStack on LPS8-V2 == 496 + 497 + 498 +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: 499 + 500 +[[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]] 501 + 502 + 503 += 5. How users can access LPS8-V2 using serial USB = 504 + 505 + 506 +(% style="color:blue" %)**USB TTL to LPS8-V2 Connection:** 507 + 508 + 509 +Port 1 of the UART on the LPS8-V2 is GND 510 + 511 +(% class="box infomessage" %) 512 +((( 463 463 **TXD <~-~--> UART RXD (Gray line)** 464 464 465 465 **RXD <~-~--> UART TXD (White line)**