<
From version < 126.1 >
edited by Kilight Cao
on 2023/01/06 15:43
To version < 141.1 >
edited by Kilight Cao
on 2023/01/13 14:40
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -150,10 +150,32 @@
150 150  [[image:image-20220622100129-1.png||height="332" width="1263"]]
151 151  
152 152  
153 +=== (% 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  
156 +[[image:image-20230107084650-2.png||height="310" width="839"]]
156 156  
158 +
159 +(% style="color:blue" %)**Steps to connect via fallback IP:**
160 +
161 +~1. Connect the PC's Ethernet port to LPS8-V2's WAN port
162 +
163 +2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252
164 +
165 +As in the below photo:
166 +
167 +[[image:image-20230107085904-4.png||height="443" width="361"]]
168 +
169 +3. In the PC, use IP address 172.31.255.254 to access the LPS8-V2 via Web or Console.
170 +
171 +
172 +[[image:image-20230111094247-2.png||height="619" width="1250"]]
173 +
174 +
175 +
176 +=== (% style="color:blue" %)**Method 3**(%%):  Connect via WiFi with DHCP IP from the router ===
177 +
178 +
157 157  [[image:image-20220622100542-2.png||height="369" width="1256"]]
158 158  
159 159  
... ... @@ -173,7 +173,7 @@
173 173  [[image:image-20220622102901-8.png||height="476" width="938"]]
174 174  
175 175  
176 -=== 2.1.2 Access Configure Web UI ===
198 +== 2.1.2 Access Configure Web UI ==
177 177  
178 178  
179 179  **Web Interface**
... ... @@ -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]]
206 +[[(% 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  
... ... @@ -191,8 +191,9 @@
191 191  
192 192  (% style="color:#4f81bd" %)**Password:   dragino**
193 193  
194 -[[image:image-20230106153501-1.png]]
216 +[[image:image-20230106153501-1.png||height="367" width="894"]]
195 195  
218 +
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 ===
... ... @@ -337,13 +337,21 @@
337 337  [[image:image-20220917144512-5.png||height="618" width="853"]]
338 338  
339 339  
340 -=== 3.5.2 System ~-~-> Backup/Restore ===
363 +=== 3.5.2 System ~-~-> System General ===
341 341  
342 342  
366 +In the System-> System General interface, Users can customize the configuration System Password and set Timezone.
367 +
368 +[[image:image-20230107084158-1.png||height="543" width="844"]]
369 +
370 +
371 +=== 3.5.3 System ~-~-> Backup/Restore ===
372 +
373 +
343 343  [[image:image-20220917144725-6.png||height="208" width="869"]]
344 344  
345 345  
346 -=== 3.5.System ~-~-> Remoteit ===
377 +=== 3.5.4 System ~-~-> Remoteit ===
347 347  
348 348  
349 349  In the System-> Remoteit interface, users can configure the gateway to be accessed remotely via Remote.it.
... ... @@ -419,16 +419,62 @@
419 419  [[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]]
420 420  
421 421  
422 -= 5. How users can access LPS8v2 using serial USB =
453 +== 4.How to disable the built-in server ==
423 423  
424 424  
425 -(% style="color:blue" %)**USB TTL to LPS8v Connection:**
456 +Use the following commands to start and stop the TTNv3 service:
426 426  
458 +(% class="box infomessage" %)
459 +(((
460 +**# start**
461 +systemctl start ttnstack
427 427  
428 -Port 1 of the UART on the LPS8v2 is GND
463 +**# stop**
464 +systemctl stop ttnstack
429 429  
466 +**# enable**
467 +systemctl enable ttnstack
468 +
469 +**#disable**
470 +systemctl disable ttnstack
471 +)))
472 +
473 +Use the following commands to start and stop the Node-Red service:
474 +
430 430  (% class="box infomessage" %)
431 431  (((
477 +**# start**
478 +systemctl start nodered
479 +
480 +**# stop**
481 +systemctl stop nodered
482 +
483 +**# enable**
484 +systemctl enable nodered
485 +
486 +**#disable**
487 +systemctl disable nodered
488 +)))
489 +
490 +
491 +== 4.4 How to use ChirpStack on LPS8-V2 ==
492 +
493 +
494 +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:
495 +
496 +[[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]]
497 +
498 +
499 += 5. How users can access LPS8-V2 using serial USB =
500 +
501 +
502 +(% style="color:blue" %)**USB TTL to LPS8-V2  Connection:**
503 +
504 +
505 +Port 1 of the UART on the LPS8-V2 is GND
506 +
507 +(% class="box infomessage" %)
508 +(((
432 432  **TXD  <~-~--> UART RXD (Gray line)**
433 433  
434 434  **RXD  <~-~--> UART TXD (White line)**
... ... @@ -442,7 +442,6 @@
442 442  [[image:image-20220804163015-1.png||height="621" width="466"]]
443 443  
444 444  
445 -
446 446  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:
447 447  
448 448  
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