Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Dragino LoRaWAN Weather Station User Manual 1 +WSC1-L-Dragino LoRaWAN Weather Station User Manual - Content
-
... ... @@ -77,7 +77,6 @@ 77 77 * Mounting Kit includes pole and mast assembly. Each weather sensor has it’s own mounting assembly, user can check the sensor section in this manual. 78 78 * Cabinet. 79 79 80 - 81 81 == 2.2 How it works? == 82 82 83 83 ((( ... ... @@ -97,7 +97,6 @@ 97 97 1. WSC1-L will auto scan available weather sensors when power on or reboot. 98 98 1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors. 99 99 100 - 101 101 == 2.3 Example to use for LoRaWAN network == 102 102 103 103 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. ... ... @@ -156,7 +156,6 @@ 156 156 * Valid Sensor Value: Use FPORT=2 157 157 * Other control command: Use FPORT other than 2. 158 158 159 - 160 160 === 2.4.1 Uplink FPORT~=5, Device Status === 161 161 162 162 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 ... ... @@ -292,6 +292,91 @@ 292 292 293 293 (% style="color:#4472c4" %)**Sensor Type Table:** 294 294 292 + 293 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %) 294 +|=(% style="width: 70px;" %)**Sensor Type**|=(% style="width: 60px;" %)**Type Code**|=(% style="width: 100px;" %)**Range**|=(% style="width: 60px;" %)**Length ( Bytes)**|=(% style="width: 200px;" %)**Example** 295 +|(% style="width:126px" %)**Wind Speed**|(% style="width:104px" %)0x01|(% style="width:135px" %)((( 296 +Speed: 0~60m/s 297 + 298 +Level: 0~17 299 +)))|(% style="width:147px" %)0x03 |(% style="width:295px" %)((( 300 +0x0024/10=3.6m/s 301 + 302 +(0x02FE: No Sensor, 0x02FF: Value Error) 303 + 304 +0x02=2 305 + 306 +(0x14: No Sensor, 0x15: Value Error) 307 +))) 308 +|(% style="width:126px" %)**Wind Direction**|(% style="width:104px" %)0x02|(% style="width:135px" %)((( 309 +Angel: 0~360° 310 + 311 +Direction: 16 positions 312 +)))|(% style="width:147px" %)0x03|(% style="width:295px" %)((( 313 +0x029A/10=66.6° 314 + 315 +(0x0EFE: No Sensor,0x0EFF: Value Error) 316 + 317 +0X03=3(ENE) 318 + 319 +(0x14: No Sensor,0x15: Value Error) 320 +))) 321 +|(% style="width:126px" %)**Illumination**|(% style="width:104px" %)0x03|(% style="width:135px" %)0~200000Lux|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 322 +0x04D2 *10=12340Lux 323 + 324 +(0x4EFE: No Sensor,0x4EFF: Value Error) 325 +))) 326 +|(% style="width:126px" %)**Rain / Snow**|(% style="width:104px" %)0x04|(% style="width:135px" %)00: No, 01 Yes.|(% style="width:147px" %)0x01|(% style="width:295px" %)((( 327 +0x00 (00) No Rain or snow detected 328 + 329 +(0x02: No Sensor,0x03: Value Error) 330 +))) 331 +|(% style="width:126px" %)**CO2**|(% style="width:104px" %)0x05|(% style="width:135px" %)0~5000ppm|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 332 +0x0378=888ppm 333 + 334 + (0x14FE: No Sensor,0x14FF: Value Error) 335 +))) 336 +|(% style="width:126px" %)**Temperature**|(% style="width:104px" %)0x06|(% style="width:135px" %)-30℃~70℃|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 337 +0xFFDD/10=-3.5℃ 338 + 339 +(0x02FE: No Sensor,0x02FF: Value Error) 340 +))) 341 +|(% style="width:126px" %)**Humidity**|(% style="width:104px" %)0x07|(% style="width:135px" %)0~100%RH|(% style="width:147px" %)0x02|(% style="width:295px" %)0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error) 342 +|(% style="width:126px" %)**Pressure**|(% style="width:104px" %)0x08|(% style="width:135px" %)10~1100hPa|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 343 +0x2748/10=1005.6hPa 344 + 345 +(0x00: No Sensor,0x01: Value Error) 346 +))) 347 +|(% style="width:126px" %)**Rain Gauge**|(% style="width:104px" %)0x09|(% style="width:135px" %)0mm~~100mm(Rainfall in the last 24 hours)|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 348 +0x0050/10=8mm(Rainfall within 24 hours: 8.0mm) 349 + 350 +(0x03FE: No Sensor,0x03FF: Value Error) 351 +))) 352 +|(% style="width:126px" %)**PM2.5**|(% style="width:104px" %)0x0A|(% style="width:135px" %)0~1000μg/m^^3^^|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 353 +0x0023=35μg/m^^3 ^^ 354 + 355 +(0x03FE: No Sensor,0x03FF: Value Error) 356 +))) 357 +|(% style="width:126px" %)**PM10**|(% style="width:104px" %)0x0B|(% style="width:135px" %)0~1000μg/m^^3^^|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 358 +0x002D=45μg/m^^3 ^^ 359 + 360 +(0x03FE: No Sensor,0x03FF: Value Error) 361 +))) 362 +|(% style="width:126px" %)**PAR**|(% style="width:104px" %)0x0C|(% style="width:135px" %)0~2500μmol/m^^2^^•s|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 363 +0x00B3=179μmol/m^^2^^•s 364 + 365 +(0x09FE: No Sensor,0x9FF: Value Error) 366 +))) 367 +|(% style="width:126px" %)((( 368 +**Total Solar** 369 + 370 +**Radiation** 371 +)))|(% style="width:104px" %)0x0D|(% style="width:135px" %)0~2000W/m^^2^^|(% style="width:147px" %)0x02|(% style="width:295px" %)((( 372 +0x0073/10=11.5W/m^^2^^ 373 + 374 +(0x4EFE: No Sensor,0x4EFF: Value Error) 375 +))) 376 + 295 295 [[image:image-20220624140352-2.png]] 296 296 297 297 ... ... @@ -343,7 +343,6 @@ 343 343 344 344 345 345 346 - 347 347 === 2.4.3 Decoder in TTN V3 === 348 348 349 349 ((( ... ... @@ -452,7 +452,6 @@ 452 452 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 453 453 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 454 454 455 - 456 456 == 3.2 Set Emergency Mode == 457 457 458 458 Feature: In emergency mode, WSC1-L will uplink data every 1 minute. ... ... @@ -467,7 +467,6 @@ 467 467 * 0xE101 Same as: AT+ALARMMOD=1 468 468 * 0xE100 Same as: AT+ALARMMOD=0 469 469 470 - 471 471 == 3.3 Add or Delete RS485 Sensor == 472 472 473 473 ((( ... ... @@ -563,7 +563,6 @@ 563 563 564 564 * 0xE5FF 565 565 566 - 567 567 == 3.4 RS485 Test Command == 568 568 569 569 (% style="color:#037691" %)**AT Command:** ... ... @@ -571,9 +571,13 @@ 571 571 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %) 572 572 |=(% style="width: 159px;" %)**Command Example**|=(% style="width: 227px;" %)**Function**|=(% style="width: 85px;" %)**Response** 573 573 |(% style="width:159px" %)AT+RSWRITE=xxxxxx|(% style="width:227px" %)((( 652 +((( 574 574 Send command to 485 sensor 654 +))) 575 575 656 +((( 576 576 Range : no more than 10 bytes 658 +))) 577 577 )))|(% style="width:85px" %)OK 578 578 579 579 Eg: Send command **01 03 00 00 00 01 84 0A** to 485 sensor ... ... @@ -585,7 +585,6 @@ 585 585 586 586 * 0xE20103000001840A Same as: AT+RSWRITE=0103000001840A 587 587 588 - 589 589 == 3.5 RS485 response timeout == 590 590 591 591 Feature: Set or get extended time to receive 485 sensor data. ... ... @@ -595,9 +595,13 @@ 595 595 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:433px" %) 596 596 |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 188px;" %)**Function**|=(% style="width: 85px;" %)**Response** 597 597 |(% style="width:157px" %)AT+DTR=1000|(% style="width:188px" %)((( 679 +((( 598 598 Set response timeout to: 681 +))) 599 599 683 +((( 600 600 Range : 0~~10000 685 +))) 601 601 )))|(% style="width:85px" %)OK 602 602 603 603 (% style="color:#037691" %)**Downlink Command:** ... ... @@ -609,7 +609,6 @@ 609 609 * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds 610 610 * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds 611 611 612 - 613 613 == 3.6 Set Sensor Type == 614 614 615 615 ((( ... ... @@ -692,7 +692,6 @@ 692 692 * IP Rating: IP65 693 693 * Support default sensors or 3rd party RS485 sensors 694 694 695 - 696 696 == 5.2 Power Consumption == 697 697 698 698 WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA ... ... @@ -760,7 +760,6 @@ 760 760 * ABS enclosure. 761 761 * Horizontal adjustable. 762 762 763 - 764 764 === 6.1.2 Specification === 765 765 766 766 * Resolution: 0.2mm ... ... @@ -772,7 +772,6 @@ 772 772 * Working Humidity: <100% (no dewing) 773 773 * Power Consumption: 4mA @ 12v. 774 774 775 - 776 776 === 6.1.3 Dimension === 777 777 778 778 [[image:1656054957406-980.png]] ... ... @@ -843,7 +843,6 @@ 843 843 * RS485 wind speed / direction sensor 844 844 * PC enclosure, resist corrosion 845 845 846 - 847 847 === 6.2.2 Specification === 848 848 849 849 * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) ... ... @@ -857,7 +857,6 @@ 857 857 * Power Consumption: 13mA ~~ 12v. 858 858 * Cable Length: 2 meters 859 859 860 - 861 861 === 6.2.3 Dimension === 862 862 863 863 [[image:image-20220624152813-2.png]] ... ... @@ -908,7 +908,6 @@ 908 908 * NDIR to measure CO2 with Internal Temperature Compensation 909 909 * Laser Beam Scattering to PM2.5 and PM10 910 910 911 - 912 912 === 6.3.2 Specification === 913 913 914 914 * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃) ... ... @@ -926,7 +926,6 @@ 926 926 ** CO2: 0~95%RH 927 927 * Power Consumption: 50mA@ 12v. 928 928 929 - 930 930 === 6.3.3 Dimension === 931 931 932 932 [[image:1656056708366-230.png]] ... ... @@ -969,7 +969,6 @@ 969 969 * Surface heating to dry 970 970 * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion 971 971 972 - 973 973 === 6.4.2 Specification === 974 974 975 975 * Detect if there is rain or snow ... ... @@ -981,7 +981,6 @@ 981 981 ** No heating: 12mA @ 12v, 982 982 ** heating: 94ma @ 12v. 983 983 984 - 985 985 === 6.4.3 Dimension === 986 986 987 987 [[image:1656056844782-155.png]] ... ... @@ -1030,7 +1030,6 @@ 1030 1030 1031 1031 * RS485 Temperature, Humidity, Illuminance, Pressure sensor 1032 1032 1033 - 1034 1034 === 6.5.2 Specification === 1035 1035 1036 1036 * Input Power: DC 12 ~~ 24v ... ... @@ -1055,7 +1055,6 @@ 1055 1055 * Working Humidity: 10~90%RH 1056 1056 * Power Consumption: 4mA @ 12v 1057 1057 1058 - 1059 1059 === 6.5.3 Dimension === 1060 1060 1061 1061 [[image:1656057170639-522.png]] ... ... @@ -1114,7 +1114,6 @@ 1114 1114 * Working Humidity: 10~90%RH 1115 1115 * Power Consumption: 4mA @ 12v 1116 1116 1117 - 1118 1118 === 6.6.3 Dimension === 1119 1119 1120 1120 [[image:1656057348695-898.png]] ... ... @@ -1175,7 +1175,6 @@ 1175 1175 * Working Humidity: 10~90%RH 1176 1176 * Power Consumption: 3mA @ 12v 1177 1177 1178 - 1179 1179 === 6.7.3 Dimension === 1180 1180 1181 1181 [[image:1656057538793-888.png]] ... ... @@ -1262,9 +1262,6 @@ 1262 1262 * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 1263 1263 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1264 1264 1265 - 1266 - 1267 - 1268 1268 == 9.2 Sensors == 1269 1269 1270 1270 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %) ... ... @@ -1278,16 +1278,11 @@ 1278 1278 |(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06 1279 1279 |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07 1280 1280 1281 - 1282 - 1283 - 1284 1284 = 10. Support = 1285 1285 1286 1286 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule. 1287 1287 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]] 1288 1288 1289 - 1290 - 1291 1291 = 11. Appendix I: Field Installation Photo = 1292 1292 1293 1293