Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -268,6 +268,8 @@ 268 268 === 2.4.2 Uplink FPORT~=2, Real time sensor value === 269 269 270 270 271 +==== 2.4.2.1 paylaod before firmware V1.3.1(including v1.3.1) ==== 272 + 271 271 ((( 272 272 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"]]. 273 273 ))) ... ... @@ -406,6 +406,115 @@ 406 406 Uplink 2: [[image:image-20220624141100-7.png]] 407 407 408 408 411 + 412 +==== 2.4.2.2 paylaod since firmware V1.3.1 ==== 413 + 414 + 415 +(% style="color:red" %)**Note: Since firmware V1.3.1, MSP functionality has been added for WSS-02. Thus the wind speed paylaod length increases(Add 4 bytes for maximum wind speed and average wind speed).** 416 + 417 +((( 418 +The upload length is dynamic, depends on what type of weather sensors are connected. The uplink payload is combined with sensor segments. As below: 419 +))) 420 + 421 +(% style="color:#4472c4" %)** Uplink Payload**: 422 + 423 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:464px" %) 424 +|(% style="width:140px" %)Sensor Segment 1|(% style="width:139px" %)Sensor Segment 2|(% style="width:42px" %)……|(% style="width:140px" %)Sensor Segment n 425 + 426 +(% style="color:#4472c4" %)** Sensor Segment Define**: 427 + 428 +(% border="1" cellspacing="10" style="background-color:#f2f2f2; width:330px" %) 429 +|(% style="width:89px" %)Type Code|(% style="width:114px" %)Length (Bytes)|(% style="width:124px" %)Measured Value 430 + 431 +(% style="color:#4472c4" %)**Sensor Type Table:** 432 + 433 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 434 +|(% style="background-color:#4f81bd; color:white; width:80px" %)**Sensor Type**|(% style="background-color:#4f81bd; color:white; width:65px" %)**Type Code**|(% style="background-color:#4f81bd; color:white; width:97px" %)**Range**|(% style="background-color:#4f81bd; color:white; width:78px" %)**Length( Bytes)**|(% style="background-color:#4f81bd; color:white; width:190px" %)**Example** 435 +|(% style="width:103px" %)Wind Speed|(% style="width:91px" %)0x01|(% style="width:158px" %)((( 436 +①Speed: 0 ~~ 60m/s 437 + 438 +②(% style="color:#4472c4" %)**Maximum wind speed: **(%%)0 ~~ 60m/s 439 + 440 +③(% style="color:#4472c4" %)**Average wind speed:**(%%) 0 ~~ 60m/s 441 +④Level: 0 ~~ 17 442 +)))|(% style="width:122px" %)0x07 |(% style="width:904px" %)((( 443 +((( 444 +①0x0015/10=2.1m/s (0x02FE: No Sensor, 0x02EE: Value Error) 445 + 446 +②0x0024/10=3.6m/s 447 + 448 +③0x000E/10=1.4m/s 449 +))) 450 + 451 +((( 452 +④0x02=2 (0x14: No Sensor, 0x15: Value Error) 453 +))) 454 +))) 455 +|(% style="width:103px" %)Wind Direction|(% style="width:91px" %)0x02|(% style="width:158px" %)((( 456 +Angel: 0 ~~ 360° 457 +Direction: 16 positions 458 +)))|(% style="width:122px" %)0x03|(% style="width:904px" %)((( 459 +((( 460 +0x02C9/10=66.6°(0x0EFE: No Sensor,0x0EFF: Value Error) 461 +))) 462 + 463 +((( 464 +0X03=3(ENE) (0x14: No Sensor,0x15: Value Error) 465 +))) 466 +))) 467 +|(% style="width:103px" %)Illumination|(% style="width:91px" %)0x03|(% style="width:158px" %)0~200000kLux|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 468 +0x04D2*10=12340kLux (0x4EFE: No Sensor,0x4EFF: Value Error) 469 +))) 470 +|(% style="width:103px" %)Rain / Snow|(% style="width:91px" %)0x04|(% style="width:158px" %)0A: No, 01 Yes.|(% style="width:122px" %)0x01|(% style="width:904px" %)((( 471 +((( 472 +0x00 (00) No Rain or snow detected 473 +))) 474 + 475 +((( 476 +(0x02: No Sensor,0x03: Value Error) 477 +))) 478 +))) 479 +|(% style="width:103px" %)CO2|(% style="width:91px" %)0x05|(% style="width:158px" %)0~5000ppm|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 480 +0x0378=888ppm (0x14FE: No Sensor,0x14FF: Value Error) 481 +))) 482 +|(% style="width:103px" %)Temperature|(% style="width:91px" %)0x06|(% style="width:158px" %)-30℃~70℃|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 483 +0xFFDD/10=-3.5℃ (0x02FE: No Sensor,0x02FF: Value Error) 484 +))) 485 +|(% style="width:103px" %)Humidity|(% style="width:91px" %)0x07|(% style="width:158px" %)0~100%RH|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 486 +0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error) 487 +))) 488 +|(% style="width:103px" %)Pressure|(% style="width:91px" %)0x08|(% style="width:158px" %)10~1100hPa|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 489 +0x2748/10=1005.6hPa (0x00: No Sensor,0x01: Value Error) 490 +))) 491 +|(% style="width:103px" %)Rain Gauge|(% style="width:91px" %)0x09|(% style="width:158px" %)((( 492 +0mm~100mm(Rainfall in the last 24 hours) 493 +)))|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 494 +((( 495 +0x0050/10=8mm (Rainfall within the 24 hours:8.0mm) 496 +))) 497 + 498 +((( 499 +(0x03FE: No Sensor,0x03FF: Value Error) 500 +))) 501 +))) 502 +|(% style="width:103px" %)PM2.5|(% style="width:91px" %)0x0A|(% style="width:158px" %)0~1000μg/m^^3^^|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 503 +0x0023=35μg/m^^3 ^^(0x03FE: No Sensor,0x03FF: Value Error) 504 +))) 505 +|(% style="width:103px" %)PM10|(% style="width:91px" %)0x0B|(% style="width:158px" %)0~1000μg/m^^3^^|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 506 +0x002D=45μg/m^^3 ^^(0x03FE: No Sensor,0x03FF: Value Error) 507 +))) 508 +|(% style="width:103px" %)PAR|(% style="width:91px" %)0x0C|(% style="width:158px" %)((( 509 +0~2500μmol/m^^2^^•s 510 +)))|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 511 +0x00B3=179μmol/m^^2^^•s (0x09FE: No Sensor,0x09FF: Value Error) 512 +))) 513 +|(% style="width:103px" %)((( 514 +Total Solar Radiation 515 +)))|(% style="width:91px" %)0x0D|(% style="width:158px" %)0~2000W/m^^2^^|(% style="width:122px" %)0x02|(% style="width:904px" %)((( 516 +0x0073/10=11.5W/m^^2^^(0x4EFE: No Sensor,0x4EFF: Value Error) 517 +))) 518 + 519 + 409 409 === 2.4.3 Decoder in TTN V3 === 410 410 411 411