Last modified by Xiaoling on 2024/01/22 10:31

From version 31.3
edited by Xiaoling
on 2024/01/22 10:30
Change comment: There is no comment for this version
To version 30.1
edited by Kilight Cao
on 2024/01/22 09:54
Change comment: Uploaded new attachment "image-20240122095424-5.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Kilight
Content
... ... @@ -15,6 +15,7 @@
15 15  In the TCP IP Client mode, LoRa Gateway can accept LoRa or LoRaWAN packets and send it to the TCP/IP server.
16 16  
17 17  
18 +
18 18  = 2. LoRaWAN Mode TCP Connection =
19 19  
20 20  == 2.1 Support Hardware ==
... ... @@ -23,6 +23,8 @@
23 23  * [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]]
24 24  * [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]]
25 25  
27 +
28 +
26 26  == 2.2 Typology & Instruction ==
27 27  
28 28  
... ... @@ -41,6 +41,8 @@
41 41  * [[LG01-N>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/143-lg01n.html]], [[OLG01-N>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/144-olg01n.html]]
42 42  * [[LG02>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/135-lg02.html]], [[OLG02>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/136-olg02.html]]
43 43  
47 +
48 +
44 44  == 3.2 Typology ==
45 45  
46 46  
... ... @@ -203,7 +203,7 @@
203 203  [[image:image-20230105170545-2.png||height="577" width="1087"]]
204 204  
205 205  
206 -=== 3.5.4 About uplink data format from End Node ===
211 +=== 3.5.3 About uplink data format from End Node ===
207 207  
208 208  
209 209  [[image:image-20230105171605-5.png||height="513" width="1084"]]
... ... @@ -212,58 +212,6 @@
212 212  [[image:image-20230105171235-4.png||height="480" width="523"]]
213 213  
214 214  
215 -== 3.6 Example: Use TCP in LPS8v2 ==
216 -
217 -LPS8v2 includes a local ChirpStack Server and Node-Red. This example shows how to configure LHT65N to use with the local Node-Red server. This example assumes users already have:
218 -
219 -* LHT65N register on LPS8v2 Built-In ChirpStack server already
220 -* The user is able to see the data on the built-in ChirpStack server device page.
221 -
222 -Below are steps for LPS8v2 to transfer data from a node to the TCP server.
223 -
224 -=== 3.6.1 Link Node-Red to Local ChirpStack ===
225 -
226 -Users can download the Node-Red decoder from this link and import it into the Node-Red platform: 
227 -
228 -For more information on importing Input Flow, check out this link: **[[Import Input Flow for Dragino Sensors>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Node-RED/#H3.A0ImportInputFlowforDraginoSensors]]**
229 -
230 -After importing the Input Flow is complete, the user needs to edit the MQTT in the node
231 -
232 -
233 -**~1. Change the Topic**
234 -
235 -Topic modifies it to the following format:
236 -
237 -**application/Application ID/device/End device ID/event/up**
238 -
239 -Reference link: [[**Node-RED integration** >>url:https://www.chirpstack.io/docs/guides/node-red-integration.html]]
240 -
241 -[[image:image-20240122094847-1.png||height="756" width="1232"]]
242 -
243 -
244 -**2. Enter the MQTT configuration information**
245 -
246 -
247 -[[image:image-20240122094930-2.png||height="767" width="1251"]]
248 -
249 -
250 -**3.** **Click "Update" and Deploy**
251 -
252 -"Connected" indicates that the Link Node-red to Local Chirpstack is normal.
253 -
254 -[[image:image-20240122095122-3.png||height="765" width="1247"]]
255 -
256 -
257 -**4. Connect to the TCP server**
258 -
259 -[[image:image-20240122095313-4.png||height="767" width="1250"]]
260 -
261 -
262 -**5. Finally, check the data**
263 -
264 -[[image:image-20240122095424-5.png||height="779" width="1269"]]
265 -
266 -
267 267  = 4. Reference =
268 268  
269 269  
... ... @@ -270,4 +270,5 @@
270 270  Set up a TCP/IP server use node.js: [[Reference Link>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LG02-OLG02/Firmware/customized_script/&file=node_tcp_server.txt]]
271 271  
272 272  
226 +
273 273