Changes for page TCP Connection Instruction
Last modified by Xiaoling on 2025/07/31 15:53
From version 21.1
edited by Kilight Cao
on 2023/01/05 17:16
on 2023/01/05 17:16
Change comment:
Uploaded new attachment "image-20230105171605-5.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 7 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoling - Content
-
... ... @@ -24,24 +24,18 @@ 24 24 * [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]] 25 25 * [[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]] 26 26 27 - 28 - 29 - 30 30 == 2.2 Typology & Instruction == 31 31 32 32 33 -(% aria-label="image-20220527144058-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527144058-1.png||data-widget="image"]] (% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)30 +(% aria-label="image-20220527144058-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527144058-1.png||data-widget="image"]] 34 34 32 +(% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %) 33 + 35 35 Network Structure 36 36 37 37 38 -**[[Intrudctions>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308||anchor="H4.Example2:CommunicatetoTCPServer"]]** 39 - 40 - 41 - 42 42 = 3. Raw LoRa Mode TCP Connection = 43 43 44 - 45 45 == 3.1 Support Hardware == 46 46 47 47 ... ... @@ -48,9 +48,6 @@ 48 48 * [[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]] 49 49 * [[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]] 50 50 51 - 52 - 53 - 54 54 == 3.2 Typology == 55 55 56 56 ... ... @@ -62,10 +62,8 @@ 62 62 TCP/IP Forward working topology 63 63 64 64 65 - 66 66 == 3.3 Instruction Before Firmware lgw~-~-build-v5.4.1606631585-20201129-1434 == 67 67 68 - 69 69 === 3.3.1 Select TCP-IP Client mode === 70 70 71 71 ... ... @@ -74,7 +74,6 @@ 74 74 Select TCP-IP Client mode 75 75 76 76 77 - 78 78 === 3.3.2 Configure the Radio channel === 79 79 80 80 ... ... @@ -83,7 +83,6 @@ 83 83 Configure the Radio channel with the match radio settings frequency as the LoRa End Node 84 84 85 85 86 - 87 87 === 3.3.3 Configure TCP Server Info === 88 88 89 89 ... ... @@ -94,7 +94,6 @@ 94 94 Configure TCP Server Info 95 95 96 96 97 - 98 98 === 3.3.4 About uplink data format from End Node === 99 99 100 100 ... ... @@ -106,10 +106,14 @@ 106 106 For example, if we have configured 2 channels 12345 and 34567. 107 107 And there is are three LoRa End nodes sending: 12345,34567,78 108 108 The LG02 will accept the data from 12345 and 34567, it will ignore the data from Node 78 95 + 96 + 109 109 (% style="color:blue" %)**Case 1**:(%%) 110 110 Node 12345 send <12345>field1=0.0&field2=1102.0 111 111 Node 34567 doesn’t send anyting 112 112 The TCP/IP server will get {"12345":"field1=0.0&field2=1102.0"} 101 + 102 + 113 113 (% style="color:blue" %)**Case 2**:(%%) 114 114 Node 12345 send <12345>field1=0.0&field2=1102.0 115 115 Node 34567 send <34567>temp=34 ... ... @@ -124,30 +124,30 @@ 124 124 LoRa End Device reference source code: [[check this link>>url:https://github.com/dragino/Arduino-Profile-Examples/blob/master/libraries/Dragino/examples/IoTServer/ThingSpeak/MQTT_Client/MQTT_DHT11_Client_updata_to_ThingSpeak_/MQTT_DHT11_Client_updata_to_ThingSpeak_.ino]]. 125 125 126 126 127 - 128 128 == 3.4 Instruction After Firmware lgw~-~-build~-~-v5.4.1612428704~-~-20210204-1653 == 129 129 130 - 131 131 === 3.4.1 Configure the Radio channel === 132 132 133 133 134 -(% aria-label="image-20220527145111-7.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527145111-7.png||data-widget="image"]] (% style="background:url(~"http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png~") rgba(220, 220, 220, 0.5); left:0px; top:-15px" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)122 +(% aria-label="image-20220527145111-7.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527145111-7.png||data-widget="image"]] 135 135 124 +(% title="Click and drag to resize" %) 125 + 136 136 Configure the Radio channel with the match radio settings frequency as the LoRa End Node 137 137 138 138 139 - 140 140 === 3.4.2 Configure TCP Server Info === 141 141 142 142 143 143 (% style="color:red" %)**Note: Gateway will transfer the packet if they arrive in the right format .** 144 144 145 -(% aria-label="image-20220527145151-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527145151-8.png||data-widget="image"]] (% style="background:url(~"http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png~") rgba(220, 220, 220, 0.5); left:0px; top:-15px" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)134 +(% aria-label="image-20220527145151-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527145151-8.png||data-widget="image"]] 146 146 136 +(% title="Click and drag to resize" %) 137 + 147 147 Configure TCP Server Info 148 148 149 149 150 - 151 151 === 3.4.3 About uplink data format from End Node === 152 152 153 153 ... ... @@ -188,8 +188,97 @@ 188 188 LoRa End Device reference source code: [[check this link>>url:https://github.com/dragino/Arduino-Profile-Examples/blob/master/libraries/Dragino/examples/IoTServer/ThingSpeak/MQTT_Client/MQTT_DHT11_Client_updata_to_ThingSpeak_/MQTT_DHT11_Client_updata_to_ThingSpeak_.ino]]. 189 189 190 190 181 +== 3.5 Instruction After Firmware lgw~-~-build-v5.4.1668567157-20221116-1054 == 191 191 183 +=== 3.5.1 Configure the Frequency Plan === 184 + 185 + 186 +[[image:image-20230105114141-1.png||height="539" width="1128"]] 187 + 188 +Configure the Frequency Plan with the match radio settings frequency as the LoRa End Node 189 + 190 + 191 +=== 3.5.2 Configure TCP Server Info === 192 + 193 + 194 +(% style="color:red" %)**Note: Gateway will transfer the packet if they arrive in the right format.** 195 + 196 +(% aria-label="image-20220527145151-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220527145151-8.png||data-widget="image"]] 197 + 198 + 199 +=== 3.5.3 Configure ABP Decryption === 200 + 201 + 202 +(% style="color:red" %)**Note: The End Node devices must use ABP join network mode.** 203 + 204 +[[image:image-20230105170545-2.png||height="577" width="1087"]] 205 + 206 + 207 +=== 3.5.4 About uplink data format from End Node === 208 + 209 + 210 +[[image:image-20230105171605-5.png||height="513" width="1084"]] 211 + 212 + 213 +[[image:image-20230105171235-4.png||height="480" width="523"]] 214 + 215 + 216 +== 3.6 Example: Use TCP in LPS8v2 == 217 + 218 +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: 219 + 220 +* LHT65N register on LPS8v2 Built-In ChirpStack server already 221 +* The user is able to see the data on the built-in ChirpStack server device page. 222 + 223 +Below are steps for LPS8v2 to transfer data from a node to the TCP server. 224 + 225 +=== 3.6.1 Link Node-Red to Local ChirpStack === 226 + 227 +Users can download the Node-Red decoder from this link and import it into the Node-Red platform: 228 + 229 +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]]** 230 + 231 +After importing the Input Flow is complete, the user needs to edit the MQTT in the node 232 + 233 + 234 +**~1. Change the Topic** 235 + 236 +Topic modifies it to the following format: 237 + 238 +**application/Application ID/device/End device ID/event/up** 239 + 240 +Reference link: [[**Node-RED integration** >>url:https://www.chirpstack.io/docs/guides/node-red-integration.html]] 241 + 242 +[[image:image-20240122094847-1.png||height="756" width="1232"]] 243 + 244 + 245 +**2. Enter the MQTT configuration information** 246 + 247 + 248 +[[image:image-20240122094930-2.png||height="767" width="1251"]] 249 + 250 + 251 +**3.** **Click "Update" and Deploy** 252 + 253 +"Connected" indicates that the Link Node-red to Local Chirpstack is normal. 254 + 255 +[[image:image-20240122095122-3.png||height="765" width="1247"]] 256 + 257 + 258 +**4. Connect to the TCP server** 259 + 260 +[[image:image-20240122095313-4.png||height="767" width="1250"]] 261 + 262 + 263 +**5. Finally, check the data** 264 + 265 +[[image:image-20240122095424-5.png||height="779" width="1269"]] 266 + 267 + 192 192 = 4. Reference = 193 193 194 194 195 195 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]] 272 + 273 + 274 +
- image-20230105172718-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +40.0 KB - Content
- image-20230105172742-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +40.0 KB - Content
- image-20240122094847-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +126.1 KB - Content
- image-20240122094930-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +127.5 KB - Content
- image-20240122095122-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +128.6 KB - Content
- image-20240122095313-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +123.7 KB - Content
- image-20240122095424-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +171.5 KB - Content