<
From version < 122.2 >
edited by Xiaoling
on 2022/12/30 17:45
To version < 141.2 >
edited by Xiaoling
on 2023/01/29 13:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -144,7 +144,7 @@
144 144  
145 145  
146 146  (((
147 -Connect the LPS8-V2 Ethernet port to your router and LPS8 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LPS8-V2.
147 +Connect the LPS8-V2 Ethernet port to your router and LPS8-V2 can obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the LPS8-V2.
148 148  )))
149 149  
150 150  (((
... ... @@ -154,10 +154,32 @@
154 154  [[image:image-20220622100129-1.png||height="332" width="1263"]]
155 155  
156 156  
157 +=== (% style="color:blue" %)**Method 2**(%%):  Connect via LPS8-V2 Fallback IP ===
157 157  
158 -=== (% style="color:blue" %)**Method 2**(%%):  Connect via WiFi with DHCP IP from the router ===
159 159  
160 +[[image:image-20230107084650-2.png||height="310" width="839"]]
160 160  
162 +
163 +(% style="color:blue" %)**Steps to connect via fallback IP:**
164 +
165 +~1. Connect the PC's Ethernet port to LPS8-V2's WAN port
166 +
167 +2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
168 +
169 +As in the below photo:
170 +
171 +[[image:image-20230107085904-4.png||height="443" width="361"]]
172 +
173 +3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console.
174 +
175 +
176 +[[image:image-20230111094247-2.png||height="619" width="1250"]]
177 +
178 +
179 +
180 +=== (% style="color:blue" %)**Method 3**(%%):  Connect via WiFi with DHCP IP from the router ===
181 +
182 +
161 161  [[image:image-20220622100542-2.png||height="369" width="1256"]]
162 162  
163 163  
... ... @@ -177,6 +177,27 @@
177 177  [[image:image-20220622102901-8.png||height="476" width="938"]]
178 178  
179 179  
202 +== 2.1.2 Access Configure Web UI ==
203 +
204 +
205 +**Web Interface**
206 +
207 +Open a browser on the PC and type the LPS8-V2 ip address (depends on your connect method)
208 +
209 +
210 +[[(% 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)
211 +
212 +You will see the login interface of LPS8-V2 as shown below.
213 +
214 +The account details for Web Login are:
215 +
216 +(% style="color:#4f81bd" %)**User Name: root**
217 +
218 +(% style="color:#4f81bd" %)**Password:   dragino**
219 +
220 +[[image:image-20230106153501-1.png||height="367" width="894"]]
221 +
222 +
180 180  == 2.2 The LPS8-V2 is registered and connected to The Things Network ==
181 181  
182 182  === 2.2.1 Select your area frequency ===
... ... @@ -321,13 +321,21 @@
321 321  [[image:image-20220917144512-5.png||height="618" width="853"]]
322 322  
323 323  
324 -=== 3.5.2 System ~-~-> Backup/Restore ===
367 +=== 3.5.2 System ~-~-> System General ===
325 325  
326 326  
370 +In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
371 +
372 +[[image:image-20230107084158-1.png||height="543" width="844"]]
373 +
374 +
375 +=== 3.5.3 System ~-~-> Backup/Restore ===
376 +
377 +
327 327  [[image:image-20220917144725-6.png||height="208" width="869"]]
328 328  
329 329  
330 -=== 3.5.System ~-~-> Remoteit ===
381 +=== 3.5.4 System ~-~-> Remoteit ===
331 331  
332 332  
333 333  In the System-> Remoteit interface, users can configure the gateway to be accessed remotely via Remote.it.
... ... @@ -403,16 +403,62 @@
403 403  [[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]]
404 404  
405 405  
406 -= 5. How users can access LPS8v2 using serial USB =
457 +== 4.How to disable the built-in server ==
407 407  
408 408  
409 -(% style="color:blue" %)**USB TTL to LPS8v Connection:**
460 +Use the following commands to start and stop the TTNv3 service:
410 410  
462 +(% class="box infomessage" %)
463 +(((
464 +**# start**
465 +systemctl start ttnstack
411 411  
412 -Port 1 of the UART on the LPS8v2 is GND
467 +**# stop**
468 +systemctl stop ttnstack
413 413  
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 +
414 414  (% class="box infomessage" %)
415 415  (((
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 +(((
416 416  **TXD  <~-~--> UART RXD (Gray line)**
417 417  
418 418  **RXD  <~-~--> UART TXD (White line)**
... ... @@ -426,7 +426,6 @@
426 426  [[image:image-20220804163015-1.png||height="621" width="466"]]
427 427  
428 428  
429 -
430 430  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:
431 431  
432 432  
image-20230106153501-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +29.2 KB
Content
image-20230106153814-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +25.1 KB
Content
image-20230106154302-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +24.9 KB
Content
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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0