<
From version < 16.2 >
edited by Xiaoling
on 2022/06/24 13:47
To version < 20.1 >
edited by Xiaoling
on 2022/06/24 14:08
>
Change comment: Uploaded new attachment "image-20220624140842-5.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -70,7 +70,6 @@
70 70  
71 71  
72 72  
73 -
74 74  (% style="color:red" %)** Notice 2:**
75 75  
76 76  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -84,7 +84,6 @@
84 84  
85 85  
86 86  
87 -
88 88  == 2.2 How it works? ==
89 89  
90 90  (((
... ... @@ -105,7 +105,6 @@
105 105  
106 106  
107 107  
108 -
109 109  == 2.3 Example to use for LoRaWAN network ==
110 110  
111 111  This section shows an example for how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are of similar procedure.
... ... @@ -165,13 +165,14 @@
165 165  
166 166  
167 167  
168 -
169 169  === 2.4.1 Uplink FPORT~=5, Device Status ===
170 170  
171 171  Uplink the device configures with FPORT=5. Once WSC1-L Joined the network, it will uplink this message to the server. After first uplink, WSC1-L will uplink Device Status every 12 hours
172 172  
173 173  
170 +(((
174 174  User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink
172 +)))
175 175  
176 176  (% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:500px" %)
177 177  |=(% style="width: 70px;" %)**Size (bytes)**|=(% style="width: 60px;" %)**1**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**1**|=(% style="width: 60px;" %)**1**|=(% style="width: 50px;" %)**2**|=(% style="width: 100px;" %)**3**
... ... @@ -244,7 +244,6 @@
244 244  [[image:image-20220624134713-1.png]]
245 245  
246 246  
247 -
248 248  Eg: 0x1000FE = 1 0000 0000 0000 1111 1110(b)
249 249  
250 250  External sensors detected by WSC1-L include :
... ... @@ -268,34 +268,43 @@
268 268  
269 269  
270 270  
271 -
272 272  === 2.4.2 Uplink FPORT~=2, Real time sensor value ===
273 273  
274 -WSC1-L will send this uplink after Device Config uplink once join LoRaWAN network successfully. And it will periodically send this uplink. Default interval is 20 minutes and [[can be changed>>||anchor="H"]].
270 +(((
271 +WSC1-L will send this uplink after Device Config uplink once join LoRaWAN network successfully. And it will periodically send this uplink. Default interval is 20 minutes and [[can be changed>>||anchor="H3.1SetTransmitIntervalTime"]].
272 +)))
275 275  
274 +(((
276 276  Uplink uses FPORT=2 and every 20 minutes send one uplink by default.
276 +)))
277 277  
278 278  
279 +(((
279 279  The upload length is dynamic, depends on what type of weather sensors are connected. The uplink payload is combined with sensor segments. As below:
281 +)))
280 280  
281 -|Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n
282 282  
283 -(% style="color:#4472c4" %)** Uplink Payload**:
284 +(% style="color:#4472c4" %)** Uplink Payload**:
284 284  
285 -|Type Code|Length (Bytes)|Measured Value
286 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:464px" %)
287 +|(% style="width:140px" %)Sensor Segment 1|(% style="width:139px" %)Sensor Segment 2|(% style="width:42px" %)……|(% style="width:140px" %)Sensor Segment n
286 286  
289 +
287 287  (% style="color:#4472c4" %)** Sensor Segment Define**:
288 288  
292 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:330px" %)
293 +|(% style="width:89px" %)Type Code|(% style="width:114px" %)Length (Bytes)|(% style="width:124px" %)Measured Value
289 289  
290 290  
291 -Sensor Type Table:
296 +**Sensor Type Table:**
292 292  
293 -|**Sensor Type**|**Type Code**|**Range**|**Length ( Bytes)**|**Example**
294 -|**Wind Speed**|0x01|(((
298 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:1006px" %)
299 +|=(% style="width: 167px;" %)**Sensor Type**|=(% style="width: 95px;" %)**Type Code**|=(% style="width: 185px;" %)**Range**|=(% style="width: 126px;" %)**Length ( Bytes)**|=(% style="width: 428px;" %)**Example**
300 +|(% style="width:167px" %)**Wind Speed**|(% style="width:95px" %)0x01|(% style="width:185px" %)(((
295 295  Speed: 0~60m/s
296 296  
297 297  Level: 0~17
298 -)))|0x03 |(((
304 +)))|(% style="width:126px" %)0x03 |(% style="width:428px" %)(((
299 299  0x0024/10=3.6m/s
300 300  
301 301  (0x02FE: No Sensor, 0x02FF: Value Error)
... ... @@ -304,11 +304,11 @@
304 304  
305 305  (0x14: No Sensor, 0x15: Value Error)
306 306  )))
307 -|**Wind Direction**|0x02|(((
313 +|(% style="width:167px" %)**Wind Direction**|(% style="width:95px" %)0x02|(% style="width:185px" %)(((
308 308  Angel: 0~360°
309 309  
310 310  Direction: 16 positions
311 -)))|0x03|(((
317 +)))|(% style="width:126px" %)0x03|(% style="width:428px" %)(((
312 312  0x029A/10=66.6°
313 313  
314 314  (0x0EFE: No Sensor,0x0EFF: Value Error)
... ... @@ -317,57 +317,55 @@
317 317  
318 318  (0x14: No Sensor,0x15: Value Error)
319 319  )))
320 -|**Illumination**|0x03|0~200000Lux|0x02|(((
326 +|(% style="width:167px" %)**Illumination**|(% style="width:95px" %)0x03|(% style="width:185px" %)0~200000Lux|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
321 321  0x04D2 *10=12340Lux
322 322  
323 323  (0x4EFE: No Sensor,0x4EFF: Value Error)
324 324  )))
325 -|**Rain / Snow**|0x04|00: No, 01 Yes.|0x01|(((
331 +|(% style="width:167px" %)**Rain / Snow**|(% style="width:95px" %)0x04|(% style="width:185px" %)00: No, 01 Yes.|(% style="width:126px" %)0x01|(% style="width:428px" %)(((
326 326  0x00 (00) No Rain or snow detected
327 327  
328 328  (0x02: No Sensor,0x03: Value Error)
329 329  )))
330 -|**CO2**|0x05|0~5000ppm|0x02|(((
336 +|(% style="width:167px" %)**CO2**|(% style="width:95px" %)0x05|(% style="width:185px" %)0~5000ppm|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
331 331  0x0378=888ppm
332 332  
333 333   (0x14FE: No Sensor,0x14FF: Value Error)
334 334  )))
335 -|**Temperature**|0x06|-30℃~70℃|0x02|(((
341 +|(% style="width:167px" %)**Temperature**|(% style="width:95px" %)0x06|(% style="width:185px" %)-30℃~70℃|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
336 336  0xFFDD/10=-3.5℃
337 337  
338 338  (0x02FE: No Sensor,0x02FF: Value Error)
339 339  )))
340 -|**Humidity**|0x07|0~100%RH|0x02|0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error)
341 -|**Pressure**|0x08|10~1100hPa|0x02|(((
346 +|(% style="width:167px" %)**Humidity**|(% style="width:95px" %)0x07|(% style="width:185px" %)0~100%RH|(% style="width:126px" %)0x02|(% style="width:428px" %)0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error)
347 +|(% style="width:167px" %)**Pressure**|(% style="width:95px" %)0x08|(% style="width:185px" %)10~1100hPa|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
342 342  0x2748/10=1005.6hPa
343 343  
344 344  (0x00: No Sensor,0x01: Value Error)
345 345  )))
346 -|**Rain Gauge**|0x09|0mm/min~100mm/min|0x02|(((
352 +|(% style="width:167px" %)**Rain Gauge**|(% style="width:95px" %)0x09|(% style="width:185px" %)0mm/min~100mm/min|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
347 347  0x0000/10=0mm /min
348 348  
349 349  (0x03FE: No Sensor,0x03FF: Value Error)
350 350  )))
351 -|**PM2.5**|0x0A|0~1000μg/m^^3^^|0x02|(((
357 +|(% style="width:167px" %)**PM2.5**|(% style="width:95px" %)0x0A|(% style="width:185px" %)0~1000μg/m^^3^^|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
352 352  0x0023=35μg/m^^3 ^^
353 353  
354 354  (0x03FE: No Sensor,0x03FF: Value Error)
355 355  )))
356 -|**PM10**|0x0B|0~1000μg/m^^3^^|0x02|(((
362 +|(% style="width:167px" %)**PM10**|(% style="width:95px" %)0x0B|(% style="width:185px" %)0~1000μg/m^^3^^|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
357 357  0x002D=45μg/m^^3 ^^
358 358  
359 359  (0x03FE: No Sensor,0x03FF: Value Error)
360 360  )))
361 -|**PAR**|0x0C|0~2500μmol/m^^2^^•s|0x02|(((
367 +|(% style="width:167px" %)**PAR**|(% style="width:95px" %)0x0C|(% style="width:185px" %)0~2500μmol/m^^2^^•s|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
362 362  0x00B3=179μmol/m^^2^^•s
363 363  
364 364  (0x09FE: No Sensor,0x9FF: Value Error)
365 365  )))
366 -|(((
367 -**Total Solar**
368 -
369 -**Radiation**
370 -)))|0x0D|0~2000W/m^^2^^|0x02|(((
372 +|(% style="width:167px" %)(((
373 +**Total Solar Radiation**
374 +)))|(% style="width:95px" %)0x0D|(% style="width:185px" %)0~2000W/m^^2^^|(% style="width:126px" %)0x02|(% style="width:428px" %)(((
371 371  0x0073/10=11.5W/m^^2^^
372 372  
373 373  (0x4EFE: No Sensor,0x4EFF: Value Error)
image-20220624140352-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +66.5 KB
Content
image-20220624140615-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +7.4 KB
Content
image-20220624140735-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.2 KB
Content
image-20220624140842-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +6.3 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0