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 (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 10 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -64,6 +64,7 @@ 64 64 * Storage Temperature: -20 ~~ 65°C 65 65 * Power Input: 5V, 2A, DC 66 66 67 + 67 67 == 1.3 Features == 68 68 69 69 ... ... @@ -82,6 +82,7 @@ 82 82 * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server 83 83 * Built-in (% style="color:#037691" %)//**Node-Red**// (%%)local Application server 84 84 86 + 85 85 == 1.4 Block Diagram == 86 86 87 87 ... ... @@ -150,10 +150,32 @@ 150 150 [[image:image-20220622100129-1.png||height="332" width="1263"]] 151 151 152 152 155 +=== (% style="color:blue" %)**Method 2**(%%): Connect via LPS8-V2 Fallback IP === 153 153 154 -=== (% style="color:blue" %)**Method 2**(%%): Connect via WiFi with DHCP IP from the router === 155 155 158 +[[image:image-20230107084650-2.png||height="310" width="839"]] 156 156 160 + 161 +(% style="color:blue" %)**Steps to connect via fallback IP:** 162 + 163 +~1. Connect the PC's Ethernet port to LPS8-V2's WAN port 164 + 165 +2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 166 + 167 +As in the below photo: 168 + 169 +[[image:image-20230107085904-4.png||height="443" width="361"]] 170 + 171 +3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console. 172 + 173 + 174 +[[image:image-20230111094247-2.png||height="619" width="1250"]] 175 + 176 + 177 + 178 +=== (% style="color:blue" %)**Method 3**(%%): Connect via WiFi with DHCP IP from the router === 179 + 180 + 157 157 [[image:image-20220622100542-2.png||height="369" width="1256"]] 158 158 159 159 ... ... @@ -181,7 +181,7 @@ 181 181 Open a browser on the PC and type the LPS8-V2 ip address (depends on your connect method) 182 182 183 183 184 -[[(% style="background-color:yellow" %)**//http:~~/~~/IP_ADDRESS //**>>http://IP_ADDRESS]] 208 +[[(% style="background-color:yellow" %)**//http:~~/~~/IP_ADDRESS //**>>http://IP_ADDRESS]](%%) or (% style="background-color:yellow" %)//**[[http:~~/~~/172.31.255.254>>http://172.31.255.254(]]**//(Fallback IP) 185 185 186 186 You will see the login interface of LPS8-V2 as shown below. 187 187 ... ... @@ -193,6 +193,7 @@ 193 193 194 194 [[image:image-20230106153501-1.png||height="367" width="894"]] 195 195 220 + 196 196 == 2.2 The LPS8-V2 is registered and connected to The Things Network == 197 197 198 198 === 2.2.1 Select your area frequency === ... ... @@ -321,12 +321,14 @@ 321 321 [[image:image-20220820134112-2.png||height="539" width="668"]] 322 322 323 323 324 -=== 3.4.3 Network ~-~-> Firewall===349 +=== 3.4.3 Network ~-~-> Network === 325 325 326 326 327 - [[image:image-20220616115351-6.png||height="244"width="661"]]352 +In the Network ~-~-> Network interface, Users can set the Ethernet WAN static ip address. 328 328 354 +[[image:image-20230214093657-2.png||height="333" width="858"]] 329 329 356 + 330 330 == 3.5 System == 331 331 332 332 === 3.5.1 System ~-~-> System Overview === ... ... @@ -340,11 +340,13 @@ 340 340 === 3.5.2 System ~-~-> System General === 341 341 342 342 343 -In the System-> System General interface, Users can customize the configuration System Password. 370 +In the System-> System General interface, Users can customize the configuration System Password and set Timezone. 344 344 345 - [[image:image-20230106154302-2.png||height="345"width="868"]]372 +In addition, Users can customize the FallBack IP address. 346 346 374 +[[image:image-20230214094058-3.png]] 347 347 376 + 348 348 === 3.5.3 System ~-~-> Backup/Restore === 349 349 350 350 ... ... @@ -362,6 +362,14 @@ 362 362 [[image:image-20221230092303-2.png]] 363 363 364 364 394 +3.5.4 System ~-~-> Package Management 395 + 396 + 397 +In the System ~-~-> Package Management interface, Users can check the current version of Core Packages. 398 + 399 +[[image:image-20230214094316-4.png]] 400 + 401 + 365 365 = 4. Build-in Server = 366 366 367 367 ... ... @@ -427,16 +427,62 @@ 427 427 [[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]] 428 428 429 429 430 -= 5.userscan accessLPS8v2usingserialUSB=467 +== 4.3 How to disable the built-in server == 431 431 432 432 433 - (%style="color:blue"%)**USBTTLtoLPS8v2Connection:**470 +Use the following commands to start and stop the TTNv3 service: 434 434 472 +(% class="box infomessage" %) 473 +((( 474 +**# start** 475 +systemctl start ttnstack 435 435 436 -Port 1 of the UART on the LPS8v2 is GND 477 +**# stop** 478 +systemctl stop ttnstack 437 437 480 +**# enable** 481 +systemctl enable ttnstack 482 + 483 +**#disable** 484 +systemctl disable ttnstack 485 +))) 486 + 487 +Use the following commands to start and stop the Node-Red service: 488 + 438 438 (% class="box infomessage" %) 439 439 ((( 491 +**# start** 492 +systemctl start nodered 493 + 494 +**# stop** 495 +systemctl stop nodered 496 + 497 +**# enable** 498 +systemctl enable nodered 499 + 500 +**#disable** 501 +systemctl disable nodered 502 +))) 503 + 504 + 505 +== 4.4 How to use ChirpStack on LPS8-V2 == 506 + 507 + 508 +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: 509 + 510 +[[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]] 511 + 512 + 513 += 5. How users can access LPS8-V2 using serial USB = 514 + 515 + 516 +(% style="color:blue" %)**USB TTL to LPS8-V2 Connection:** 517 + 518 + 519 +Port 1 of the UART on the LPS8-V2 is GND 520 + 521 +(% class="box infomessage" %) 522 +((( 440 440 **TXD <~-~--> UART RXD (Gray line)** 441 441 442 442 **RXD <~-~--> UART TXD (White line)** ... ... @@ -450,7 +450,6 @@ 450 450 [[image:image-20220804163015-1.png||height="621" width="466"]] 451 451 452 452 453 - 454 454 In the PC,you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LPS8v2. LPS8v2 will output system info once power on as below: 455 455 456 456
- image-20230107084158-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +68.3 KB - Content
- image-20230107084650-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +53.4 KB - Content
- image-20230107085743-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +33.0 KB - Content
- image-20230107085904-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +33.0 KB - Content
- 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