<
From version < 20.8 >
edited by Xiaoling
on 2022/08/09 17:25
To version < 20.9 >
edited by Xiaoling
on 2023/04/20 16:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,6 @@
14 14  (((
15 15  There are different network topology. Please check the suitable one for you.
16 16  
17 -
18 18  
19 19  )))
20 20  
... ... @@ -23,7 +23,7 @@
23 23  
24 24  [[image:image-20220527151200-1.png]]
25 25  
26 -LoRaWAN connection
25 +**LoRaWAN connection**
27 27  
28 28  
29 29  (((
... ... @@ -30,21 +30,19 @@
30 30  This is a standard LoRaWAN connection. Gateway will forward all end nodes' data to LoRaWAN server. The LoRaWAN server stores the sensor data and communicate with Application server. The Application server in charge for data process for different industrial solutions.
31 31  )))
32 32  
33 -(((
34 -
35 -)))
36 36  
37 37  (((
38 -Reference Link:
34 +**Reference Link:**
39 39  )))
40 40  
41 41  * Gateway set up instruction to LoRaWAN server. [[Gateway User Manual>>https://www.dragino.com/downloads/downloads/LoRa_Gateway/LG308-LG301/LG308_LoRaWAN_Gateway_User_Manual_v1.4.2.pdf]]
38 +
42 42  * Examples free public LoRaWAN server is: [[The Things Network>>url:https://www.thethingsnetwork.org/]].
40 +
43 43  * TTN provides the [[integration instruction>>url:https://www.thethingsnetwork.org/docs/applications/integrations.html]] for how to connect to Application servers.
44 44  
45 45  
46 46  
47 -
48 48  = 3. Case 2: Standard LoRaWAN connection~-~- LoRaWAN server is a private server =
49 49  
50 50  
... ... @@ -57,7 +57,9 @@
57 57  )))
58 58  
59 59  * [[ChirpStack>>url:https://www.chirpstack.io/]]
57 +
60 60  * [[TTN Stack V3>>url:https://www.thethingsnetwork.org/tech-stack#section1]]
59 +
61 61  * [[lorawan-server by Petr Gotthard>>url:https://github.com/gotthardp/lorawan-server]]
62 62  
63 63  (((
... ... @@ -65,7 +65,6 @@
65 65  )))
66 66  
67 67  
68 -
69 69  = 4. Case 3: Standard LoRaWAN connection~-~- use Gateway built-in LoRaWAN server to connect to external IoT server =
70 70  
71 71  
... ... @@ -72,6 +72,7 @@
72 72  (% style="color:blue" %)**Application Scenario**:
73 73  
74 74  * There is already IoT server but no LoRaWAN server.
73 +
75 75  * Not willing to use public LoRaWAN server nor built own LoRaWAN server.
76 76  
77 77  
... ... @@ -85,16 +85,16 @@
85 85  (% style="color:blue" %)**How it works:**
86 86  
87 87  * a) LPS8v2 already includes a LoRaWAN server (TTN Stack v3). Enable this server in Web UI.
87 +
88 88  * b) Input End Nodes keys in LPS8v2 LoRaWAN server.
89 +
89 89  * c) Configure LPS8v2, End Node and LoRaWAN server frequency plan.
91 +
90 90  * d) Configure local LoRaWAN server to forward data to external Application Server.
91 91  
92 -
93 -
94 94  [[image:image-20220626095429-4.png||height="523" width="864"]]
95 95  
96 96  
97 -
98 98  = 5. Case 4: Standard LoRaWAN connection~-~- use Gateway built-in LoRaWAN server and IoT server =
99 99  
100 100  
... ... @@ -101,6 +101,7 @@
101 101  (% style="color:blue" %)**Application Scenario**:
102 102  
103 103  * No cloud IoT Server or LoRaWAN server
103 +
104 104  * Not willing to use public LoRaWAN server nor built own LoRaWAN server.
105 105  
106 106  
... ... @@ -114,16 +114,16 @@
114 114  (% style="color:blue" %)**How it works:**
115 115  
116 116  * a) LPS8v2 already includes a LoRaWAN server (TTN Stack v3). Enable this server in Web UI.
117 +
117 117  * b) Input End Nodes keys in LPS8v2 LoRaWAN server.
119 +
118 118  * c) Configure LPS8v2, End Node and LoRaWAN server frequency plan.
121 +
119 119  * d) Configure IoT server (Node-Red) in LPS8v2
120 120  
121 -
122 -
123 123  [[image:image-20220626100457-6.png||height="513" width="824"]]
124 124  
125 125  
126 -
127 127  = 6. Case 5: Standard LoRaWAN connection~-~- without LoRaWAN server, use ABP LoRaWAN End node =
128 128  
129 129  
... ... @@ -139,12 +139,13 @@
139 139  (% style="color:blue" %)**How it works:**
140 140  
141 141  * a) LoRaWAN End Nodes runs ABP mode
142 +
142 142  * b) No LoRaWAN server involved.
144 +
143 143  * c) Gateway stores keys from node and decode end nodes' data locally
146 +
144 144  * d) Gateway sends end node data to Application Server.
145 145  
146 -
147 -
148 148  Reference Instruction: [[Communication with ABP End Node>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308]]
149 149  
150 150  
... ... @@ -153,7 +153,6 @@
153 153  LoRaWAN connection without LoRaWAN server
154 154  
155 155  
156 -
157 157  = 7. Case 6: None standard LoRaWAN connection~-~- without LoRaWAN server, none standard LoRaWAN protocol, no security =
158 158  
159 159  
... ... @@ -180,8 +180,11 @@
180 180  (% style="color:blue" %)**How it works:**
181 181  
182 182  * a) LoRa End Node send Raw LoRa packet base on pre-define format
183 +
183 183  * b) No LoRaWAN server involved.
185 +
184 184  * c) Gateway parse the packet and get sensor ID and data.
187 +
185 185  * d) Gateway sends these data to Application Server.
186 186  
187 187  Reference Intruction: [[MQTT Forward Instruction>>MQTT Forward Instruction]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0