Last modified by Xiaoling on 2025/04/25 10:03
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -150,16 +150,29 @@ 150 150 151 151 == 3.3 Example to use for LoRaWAN network == 152 152 153 +((( 153 153 This section shows an example of how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are similar. 155 +))) 154 154 155 -* In this use case, the GroPoint Air measures soil moisture and temperature and sends the status to the LoRaWAN server.The GroPoint Air will uplink different types of messages to the LoRaWAN server. See [[Uplink payload>>||anchor="H3.4A0UplinkPayloadAnalyze"]] for detail. 157 +* ((( 158 +In this use case, the GroPoint Air measures soil moisture and temperature and sends the status to the LoRaWAN server.The GroPoint Air will uplink different types of messages to the LoRaWAN server. See [[Uplink payload>>||anchor="H3.4A0UplinkPayloadAnalyze"]] for detail. 159 +))) 156 156 161 +((( 157 157 Assume the DLOS8 is already set to connect to the [[TTN V3 network >>url:https://eu1.cloud.thethings.network/]]. We need to add the GroPoint Air device in TTN V3: 163 +))) 158 158 165 +((( 166 + 167 +))) 159 159 169 +((( 160 160 (% style="color:blue" %)**Step 1**(%%): Create a device in TTN V3 with the OTAA keys from GroPoint Air. 171 +))) 161 161 173 +((( 162 162 Each GroPoint Air is shipped with a sticker with the default device EUI as below: 175 +))) 163 163 164 164 165 165 (% aria-label="1652944593868-618.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/1652944593868-618.png?rev=1.1||alt="1652944593868-618.png" data-widget="image"]](% title="Click and drag to resize" %) ... ... @@ -181,9 +181,13 @@ 181 181 182 182 (% style="color:blue" %)**Step 2**(%%): Power on GroPoint Air 183 183 184 -(% aria-label="image-20220519094347-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519094347-1.png?width=725&height=430&rev=1.1||alt="image-20220519094347-1.png" data-widget="image" height="430" width="725"]] (% title="Click and drag to resize" %)197 +(% aria-label="image-20220519094347-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519094347-1.png?width=725&height=430&rev=1.1||alt="image-20220519094347-1.png" data-widget="image" height="430" width="725"]] 185 185 199 +(% title="Click and drag to resize" %) 200 + 201 +((( 186 186 Put the jumper to power on GroPoint Air and it will auto-join to the TTN V3 network. After join success, it will start to upload sensor data to TTN V3 and the user can see it in the panel. 203 +))) 187 187 188 188 (% aria-label="image-20220611174943-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220611174943-1.png||data-widget="image" height="139" width="1008"]](% title="Click and drag to resize" %) 189 189 ... ... @@ -200,26 +200,40 @@ 200 200 201 201 == 3.4 Uplink Payload Analyze == 202 202 220 +((( 203 203 Uplink payloads have two types: 222 +))) 204 204 205 205 * ((( 225 +((( 206 206 Report temperature and humidity status normally: Use FPORT=2 207 207 ))) 228 +))) 208 208 * ((( 230 +((( 209 209 Other control commands: Use other FPORT fields. 210 210 ))) 233 +))) 211 211 235 +((( 212 212 The application server should parse the correct value based on FPORT settings. 237 +))) 213 213 214 214 215 215 == 3.5 temperature and humidity Value, Uplink FPORT~=2 == 216 216 217 217 243 +((( 218 218 GroPoint Air will send this uplink after Device Status once join the LoRaWAN network successfully. And GroPoint Air will: 245 +))) 219 219 247 +((( 220 220 periodically send this uplink every 20 minutes, this interval can be changed. 249 +))) 221 221 251 +((( 222 222 The drawing below shows the probe dimensions of the 2-8 segment probes, Temperature sen sor locations provided in table below: 253 +))) 223 223 224 224 (% aria-label="image-20220621093414-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220621093414-1.png||data-widget="image" height="932" width="816"]](% title="Click and drag to resize" %) 225 225 ... ... @@ -236,20 +236,32 @@ 236 236 (% aria-label="image-20220611174943-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220611174943-1.png||data-widget="image" height="139" width="1008"]](% title="Click and drag to resize" %) 237 237 238 238 270 +((( 239 239 For US915 frequency, when DR=0 and the payload length exceeds 11, the DR of this packet is switched to 1. 272 +))) 240 240 274 +((( 241 241 For AU915 frequency, when DR=2,Dwelltime=1 and the payload length exceeds 11, the DR of this packet is switched to 3. 276 +))) 242 242 278 +((( 243 243 For AS923 frequency, when DR=2,Dwelltime=1 and the payload length exceeds 11, the DR of this packet is switched to 3. 280 +))) 244 244 245 245 246 246 == 3.6 Show data on Datacake == 247 247 285 +((( 248 248 Datacake IoT platform provides a human-friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps: 287 +))) 249 249 289 +((( 250 250 (% style="color:blue" %)**Step 1**(%%): Link TTNv3 to Datacake [[https:~~/~~/docs.datacake.de/lorawan/lns/thethingsindustries#create-integration-on-tti>>url:https://docs.datacake.de/lorawan/lns/thethingsindustries#create-integration-on-tti]] 291 +))) 251 251 293 +((( 252 252 (% style="color:blue" %)**Step 2**(%%): Configure SW3L in Datacake 295 +))) 253 253 254 254 (% aria-label="image-20220613171007-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220613171007-1.png||data-widget="image" height="567" width="542"]](% title="Click and drag to resize" %) 255 255 ... ... @@ -275,31 +275,53 @@ 275 275 276 276 = 4. Configure GroPoint Air via AT Command or LoRaWAN Downlink = 277 277 321 +((( 278 278 Use can configure GroPoint Air via AT Command or LoRaWAN Downlink. 323 +))) 279 279 280 -* AT Command Connection: See [[FAQ>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H6.FAQ]]. 281 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]] 325 +* ((( 326 +AT Command Connection: See [[FAQ>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H6.FAQ]]. 327 +))) 328 +* ((( 329 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]] 330 +))) 282 282 332 +((( 283 283 There are two kinds of commands to configure GroPoint Air, they are: 334 +))) 284 284 285 285 * ((( 337 +((( 286 286 **~ (% style="color:#4472c4" %)General Commands(%%)**(% style="color:#4472c4" %). 287 287 ))) 340 +))) 288 288 342 +((( 289 289 These commands are to configure: 344 +))) 290 290 291 -* General system settings like: uplink interval. 292 -* LoRaWAN protocol & radio-related command. 346 +* ((( 347 +General system settings like: uplink interval. 348 +))) 349 +* ((( 350 +LoRaWAN protocol & radio-related command. 351 +))) 293 293 353 +((( 294 294 They are the same for all Dragino Device that support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: [[End Device AT Commands and Downlink Command>>url:http://8.211.40.43/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 355 +))) 295 295 296 296 297 297 298 298 * ((( 360 +((( 299 299 **~ (% style="color:#4472c4" %)Commands special design for GroPoint Air(%%)** 300 300 ))) 363 +))) 301 301 365 +((( 302 302 These commands only valid for GroPoint Air, as below: 367 +))) 303 303 304 304 305 305