<
From version < 69.8 >
edited by Xiaoling
on 2022/07/28 17:49
To version < 69.15 >
edited by Xiaoling
on 2022/07/28 18:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,7 +51,6 @@
51 51  * eMMC: 4GB
52 52  
53 53  
54 -
55 55  (% style="color:#037691" %)**Interface:**
56 56  
57 57  * 10M/100M RJ45 Ports x 1
... ... @@ -59,7 +59,6 @@
59 59  * WiFi 802.11 b/g/n
60 60  
61 61  
62 -
63 63  (% style="color:#037691" %)**Operating Condition:**
64 64  
65 65  * Work Temperature: -20 ~~ 65°C
... ... @@ -69,7 +69,6 @@
69 69  
70 70  
71 71  
72 -
73 73  == **1.3 Features** ==
74 74  
75 75  
... ... @@ -91,7 +91,6 @@
91 91  
92 92  
93 93  
94 -
95 95  == **1.4 Block Diagram** ==
96 96  
97 97  
... ... @@ -104,10 +104,8 @@
104 104  
105 105  (% style="color:blue" %)//**➢ Power LED**//(%%)//: This RED LED will be solid if the device is properly powered//
106 106  
107 -
108 108  (% style="color:blue" %)//**➢ LoRa LED**//(%%)//: This RGB LED will blink GREEN when the LoRaWAN module starts or transmit a packet//
109 109  
110 -
111 111  (% style="color:blue" %)//**➢ SYS LED**//(%%)//: This RGB LED will show different colors in different states~://
112 112  
113 113  // ✓ **SOLID BLUE:** The device is alive with a LoRaWAN server connection.//
... ... @@ -116,7 +116,6 @@
116 116  
117 117  // ✓** SOLID RED:** Device doesn't have an Internet connection.//
118 118  
119 -
120 120  (% style="color:blue" %)//**➢ ETH LED**//(%%)//: This LED shows the ETH interface connection status.//
121 121  
122 122  
... ... @@ -140,9 +140,13 @@
140 140  === (% style="color:blue" %)**Method 1**(%%):  Connect via Ethernet with DHCP IP from the router ===
141 141  
142 142  
136 +(((
143 143  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.
138 +)))
144 144  
140 +(((
145 145  You can also use this IP to connect.
142 +)))
146 146  
147 147  [[image:image-20220622100129-1.png||height="332" width="1263"]]
148 148  
... ... @@ -154,13 +154,15 @@
154 154  [[image:image-20220622100542-2.png||height="369" width="1256"]]
155 155  
156 156  
154 +(((
157 157  The LPS8-V2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address.
156 +)))
158 158  
159 159  
160 160  
161 161  (% style="color:#037691" %)**Steps to connect via fallback IP:**
162 162  
163 -1. Connect PC's Ethernet port to LPS8-V2's WAN port
162 +~1. Connect PC's Ethernet port to LPS8-V2's WAN port
164 164  
165 165  2. Configure PC's Ethernet port has  IP: 172.31.255.253 and Netmask: 255.255.255.252
166 166  
... ... @@ -196,7 +196,9 @@
196 196  === **2.2.1 Select your area frequency** ===
197 197  
198 198  
198 +(((
199 199  First, you need to set the frequency plan in LPS8-V2 to match the end node we use, so to receive the LoRaWAN packets from the LoRaWAN sensor.
200 +)))
200 200  
201 201  [[image:image-20220622103332-9.png]]
202 202  
... ... @@ -298,7 +298,9 @@
298 298  [[image:image-20220616113246-3.png||height="396" width="672"]]
299 299  
300 300  
302 +(((
301 301  Please see this instruction to know more detail and a demo for how to use of LoRaWAN Basic Station: __[[Use of LoRaWAN Basic Station - DRAGINO>>url:http://8.211.40.43/xwiki/bin/view/Main/Use%20of%20LoRaWAN%20Basic%20Station/]]__
304 +)))
302 302  
303 303  
304 304  
... ... @@ -364,16 +364,19 @@
364 364  [[image:image-20220725171719-1.png||height="570" width="769"]]
365 365  
366 366  
370 +(((
367 367  (% style="color:red" %)**Note:  A portion of the sample devices that were not installed with Node-Red.
368 368   You can complete the installation manually with the following command.**
373 +)))
369 369  
370 370  
371 371  (% class="box infomessage" %)
372 372  (((
373 -(% class="mark" %)cd /tmp && wget http:~/~/repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh
374 -
375 -(% style="background-color:#fcf8e3" %)chmod +x /tmp/autoinstall_ttn-stack.sh && /tmp/autoinstall_ttn-stack.sh ttn-stack
378 +(((
379 +(% style="background-color:#fcf8e3" %)cd /tmp && wget [[http:~~/~~/repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh>>http://repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh]]
380 +chmod +x /tmp/autoinstall_ttn-stack.sh && /tmp/autoinstall_ttn-stack.sh ttn-stack
376 376  )))
382 +)))
377 377  
378 378  
379 379  
... ... @@ -391,16 +391,20 @@
391 391  [[image:image-20220725172124-3.png||height="610" width="843"]]
392 392  
393 393  
400 +(((
394 394  (% style="color:red" %)**Note:  A portion of the sample devices that were not installed with Node-Red.
395 395   You can complete the installation manually with the following command.**
403 +)))
396 396  
397 397  
398 398  
399 399  (% class="box infomessage" %)
400 400  (((
401 -(% class="mark" %)cd /tmp && wget  http:~/~/repo.dragino.com/release/tool/nodered/autoinstall_nodered.sh
409 +(((
410 +(% style="background-color:#fcf8e3" %)cd /tmp && wget  http:~/~/repo.dragino.com/release/tool/nodered/autoinstall_nodered.sh
402 402  chmod +x /tmp/autoinstall_nodered.sh && /tmp/autoinstall_nodered.sh node-red
403 403  )))
413 +)))
404 404  
405 405  [[image:image-20220728102000-1.png]]
406 406  
... ... @@ -440,7 +440,6 @@
440 440  * (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
441 441  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
442 442  
443 -
444 444  (% style="color:#0000ff" %)**YYY**(% style="color:black" %): 4G Cellular Option
445 445  
446 446  * (% style="color:red" %)**E**(%%):  EMEA, Korea, Thailand, India.
... ... @@ -466,19 +466,33 @@
466 466  = **14. FCC Warning** =
467 467  
468 468  
478 +(((
469 469  This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures:
480 +)))
470 470  
482 +(((
471 471  ~-~- Reorient or relocate the receiving antenna.
484 +)))
472 472  
486 +(((
473 473  ~-~- Increase the separation between the equipment and receiver.
488 +)))
474 474  
490 +(((
475 475  ~-~- Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
492 +)))
476 476  
494 +(((
477 477  ~-~- Consult the dealer or an experienced radio/TV technician for help.
496 +)))
478 478  
479 479  
499 +(((
480 480  Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.
501 +)))
481 481  
482 482  
504 +(((
483 483  The antenna(s) used for this transmitter must be installed to provide a separation distance of at least 20 cm from all persons and must not be co-located or operating in conjunction with any other antenna or transmitter.
484 484  )))
507 +)))
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0