<
From version < 47.1 >
edited by Edwin Chen
on 2022/06/27 10:52
To version < 69.2 >
edited by Xiaoling
on 2022/07/28 16:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -LPS8-V2
1 +LPS8v2 LoRaWAN Indoor Gateway User Manual
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -1,8 +1,9 @@
1 +(% style="text-align:center" %)
1 1  [[image:image-20220620202334-2.png||height="467" width="809"]]
2 2  
3 3  
4 4  (((
5 -**LPS8v2 User Manual**
6 +
6 6  
7 7  
8 8  )))
... ... @@ -11,10 +11,12 @@
11 11  
12 12  {{toc/}}
13 13  
15 +
14 14  = **1. Introduction** =
15 15  
16 16  == **1.1 What is LPS8v2** ==
17 17  
20 +
18 18  (((
19 19  The LPS8v2 is an (% style="color:green" %)**open-source LoRaWAN Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates.
20 20  
... ... @@ -27,21 +27,23 @@
27 27  LPS8v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it.
28 28  
29 29  
33 +
30 30  == **1.2 Specifications** ==
31 31  
32 -**Hardware System:**
33 33  
37 +(% style="color:#037691" %)**Hardware System:**
38 +
34 34  * CPU: Quad-core Cortex-A7 1.2Ghz
35 35  * RAM: 512MB
36 36  * eMMC: 4GB
37 37  
38 -**Interface:**
43 +(% style="color:#037691" %)**Interface:**
39 39  
40 40  * 10M/100M RJ45 Ports x 1
41 41  * Multi-Channel LoRaWAN Wireless
42 42  * WiFi 802.11 b/g/n
43 43  
44 -**Operating Condition:**
49 +(% style="color:#037691" %)**Operating Condition:**
45 45  
46 46  * Work Temperature: -20 ~~ 65°C
47 47  * Storage Temperature: -20 ~~ 65°C
... ... @@ -48,11 +48,14 @@
48 48  * Power Input: 5V, 2A, DC
49 49  
50 50  
56 +
51 51  == **1.3 Features** ==
52 52  
59 +
53 53  * Open Source Debian system
54 54  * Managed by Web GUI, SSH via WAN or WiFi
55 55  * Remote Management
63 +* Auto-provisioning for batch deployment and management
56 56  * LoRaWAN Gateway
57 57  * 10 programmable parallel demodulation paths
58 58  * Pre-configured to support different LoRaWAN regional settings.
... ... @@ -61,9 +61,12 @@
61 61  ** Semtech UDP Packet Forwarder
62 62  ** LoRaWAN Basic Station
63 63  ** ChirpStack-Gateway-Bridge (MQTT)
64 -* Built-in //**The Things Network**// local LoRaWAN server
65 -* Built-in  //**Node-Red**// local Application server
72 +* Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server
73 +* Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
66 66  
75 +
76 +
77 +
67 67  == **1.4 Block Diagram** ==
68 68  
69 69  
... ... @@ -289,9 +289,66 @@
289 289  [[image:image-20220616115808-7.png||height="194" width="649"]]
290 290  
291 291  
292 -3.5.3
293 293  
304 += **4. Build-in LoRaWAN Network  Server ~-~- The Things Network - Stack (TTN-V3)** =
294 294  
306 +
307 +The default factory version of LPS8-V2 is installed with the Built-in LoRaWAN Server: **The Things Network - Stack (Open Source 3.19 Version).**
308 +
309 +You can access the gateway's built-in LNS server of **The Things Network - Stack **via the URL((% class="mark" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address> //**__(%%)) in your browser.
310 +
311 +
312 +Such as (% class="mark" %)__**//http:~/~/dragino-54ff12:8080  or http:~/~/<Local-IPV4-Address>//**__
313 +
314 +
315 +Login account:
316 +
317 +**User ID: ** (% class="mark" %)admin
318 +
319 +**Password: ** (% class="mark" %)dragino
320 +
321 +
322 +[[image:image-20220725171719-1.png||height="570" width="769"]]
323 +
324 +**Note:  (% class="mark" %)A portion of the sample devices that were not installed with Node-Red.
325 + You can complete the installation manually with the following command.(%%)**
326 +
327 +
328 +(% class="box infomessage" %)
329 +(((
330 +(% class="mark" %)cd /tmp && wget http:~/~/repo.dragino.com/release/tool/ttnstack/autoinstall_ttn-stack.sh
331 +
332 +(% style="background-color:#fcf8e3" %)chmod +x /tmp/autoinstall_ttn-stack.sh && /tmp/autoinstall_ttn-stack.sh ttn-stack
333 +)))
334 +
335 +
336 += **5. Build-in Application Server ~-~- Node-Red** =
337 +
338 +
339 +The default factory version of LPS8-V2 is installed with the built-in Applicant server: **Node-Red.**
340 +
341 +You can access the gateway's built-in AS server of **Node-Red **via the URL((% class="mark" %)__**//http:~/~/<hostname>:8080 or http:~/~/<local-IPV4-address> //**__(%%)) in your browser.
342 +
343 +
344 +Such as (% class="mark" %)__**//http:~/~/dragino-54ff12:8080  or http:~/~/<Local-IPV4-Address>//**__
345 +
346 +[[image:image-20220725172124-3.png||height="610" width="843"]]
347 +
348 +
349 +
350 +**Note:  (% class="mark" %)A portion of the sample devices that were not installed with Node-Red.
351 + You can complete the installation manually with the following command.(%%)**
352 +
353 +
354 +(% class="box infomessage" %)
355 +(((
356 +(% class="mark" %)cd /tmp && wget  http:~/~/repo.dragino.com/release/tool/nodered/autoinstall_nodered.sh
357 +chmod +x /tmp/autoinstall_nodered.sh && /tmp/autoinstall_nodered.sh node-red
358 +)))
359 +
360 +[[image:image-20220728102000-1.png]]
361 +
362 +
295 295  (% style="color:inherit; font-family:inherit; font-size:29px" %)**10. Supports**
296 296  
297 297  (((
... ... @@ -301,10 +301,15 @@
301 301  (((
302 302  **//With your question as detailed as possible. We will reply and help you in the shortest.//**
303 303  
372 +
373 += **11 Reference** =
374 +
375 +* Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
376 +
304 304  
305 305  )))
306 306  
307 -= **10. Order Info** =
380 += **12. Order Info** =
308 308  
309 309  (% style="color:#0000ff" %)**LPS8v2-XXX-YYY**
310 310  
... ... @@ -327,7 +327,7 @@
327 327  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
328 328  
329 329  
330 -= **11. Manufacturer Info** =
403 += **13. Manufacturer Info** =
331 331  
332 332  **Shenzhen Dragino Technology Development co. LTD**
333 333  
... ... @@ -336,7 +336,7 @@
336 336  LongCheng Street, LongGang District ; Shenzhen 518116,China
337 337  
338 338  
339 -= **12. FCC Warning** =
412 += **14. FCC Warning** =
340 340  
341 341  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:
342 342  
image-20220725171719-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +57.4 KB
Content
image-20220725172100-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +101.0 KB
Content
image-20220725172124-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +89.1 KB
Content
image-20220725194830-1.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +49.7 KB
Content
image-20220725195041-1.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +49.7 KB
Content
image-20220728102000-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +36.4 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0