Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Mengting Qiu on 2025/06/10 18:53
From version 96.2
edited by Xiaoling
on 2023/03/09 14:12
on 2023/03/09 14:12
Change comment:
There is no comment for this version
To version 94.1
edited by Bei Jinggeng
on 2022/11/23 17:16
on 2022/11/23 17:16
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Bei - Content
-
... ... @@ -37,6 +37,7 @@ 37 37 ))) 38 38 39 39 40 + 40 40 = 2. How to use = 41 41 42 42 == 2.1 Installation == ... ... @@ -80,7 +80,6 @@ 80 80 * Cabinet. 81 81 82 82 83 - 84 84 == 2.2 How it works? == 85 85 86 86 ... ... @@ -102,7 +102,6 @@ 102 102 1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors. 103 103 104 104 105 - 106 106 == 2.3 Example to use for LoRaWAN network == 107 107 108 108 ... ... @@ -125,10 +125,6 @@ 125 125 126 126 User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot: 127 127 128 -Put a Jumper on JP2 to power on the device. ( The Jumper must be in FLASH position). 129 - 130 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSE01-LoRaWAN%20Soil%20Moisture%20%26%20EC%20Sensor%20User%20Manual/WebHome/image-20220606163915-7.png?rev=1.1||alt="image-20220606163915-7.png"]] 131 - 132 132 **Add APP EUI in the application.** 133 133 134 134 [[image:1656042662694-311.png]] ... ... @@ -167,7 +167,6 @@ 167 167 * Other control command: Use FPORT other than 2. 168 168 169 169 170 - 171 171 === 2.4.1 Uplink FPORT~=5, Device Status === 172 172 173 173 ... ... @@ -190,16 +190,19 @@ 190 190 191 191 ==== (% style="color:#037691" %)**Sensor Model:**(%%) ==== 192 192 187 + 193 193 For WSC1-L, this value is 0x0D. 194 194 195 195 196 196 ==== (% style="color:#037691" %)**Firmware Version:**(%%) ==== 197 197 193 + 198 198 0x0100, Means: v1.0.0 version. 199 199 200 200 201 201 ==== (% style="color:#037691" %)**Frequency Band:**(%%) ==== 202 202 199 + 203 203 *0x01: EU868 204 204 205 205 *0x02: US915 ... ... @@ -223,11 +223,13 @@ 223 223 224 224 ==== (% style="color:#037691" %)**Sub-Band:**(%%) ==== 225 225 223 + 226 226 value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00) 227 227 228 228 229 229 ==== (% style="color:#037691" %)**BAT:**(%%) ==== 230 230 229 + 231 231 ((( 232 232 shows the battery voltage for WSC1-L MCU. 233 233 ))) ... ... @@ -239,6 +239,7 @@ 239 239 240 240 ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ==== 241 241 241 + 242 242 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %) 243 243 |Byte3|Byte2|Byte1 244 244 ... ... @@ -456,9 +456,10 @@ 456 456 457 457 If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 458 458 459 -* Example 1: Downlink Payload: 0100001E 460 -* Example 2: Downlink Payload: 0100003C 459 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 460 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 461 461 462 + 462 462 == 3.2 Set Emergency Mode == 463 463 464 464 ... ... @@ -474,6 +474,7 @@ 474 474 * 0xE101 Same as: AT+ALARMMOD=1 475 475 * 0xE100 Same as: AT+ALARMMOD=0 476 476 478 + 477 477 == 3.3 Add or Delete RS485 Sensor == 478 478 479 479 ... ... @@ -537,7 +537,7 @@ 537 537 * Query_Length: 8 538 538 * Query_Command: A103000000019CAA 539 539 * Read_Length: 8 540 -* Valid_Data: 2 3(Indicates that the data length is 2 bytes, starting from the3th byte)542 +* Valid_Data: 24 (Indicates that the data length is 2 bytes, starting from the 4th byte) 541 541 * has_CRC: 1 542 542 * timeout: 1500 (Fill in the test according to the actual situation) 543 543 ... ... @@ -569,6 +569,7 @@ 569 569 570 570 * 0xE5FF 571 571 574 + 572 572 == 3.4 RS485 Test Command == 573 573 574 574 ... ... @@ -595,6 +595,7 @@ 595 595 596 596 * 0xE20103000001840A Same as: AT+RSWRITE=0103000001840A 597 597 601 + 598 598 == 3.5 RS485 response timeout == 599 599 600 600 ... ... @@ -620,9 +620,10 @@ 620 620 621 621 If the downlink payload=E0000005, it means set the END Node’s Transmit Interval to 0x000005=5(S), while type code is E0. 622 622 623 -* Example 1: Downlink Payload: E0000005 624 -* Example 2: Downlink Payload: E000000A 627 +* Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds 628 +* Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds 625 625 630 + 626 626 == 3.6 Set Sensor Type == 627 627 628 628 ... ... @@ -708,6 +708,7 @@ 708 708 * IP Rating: IP65 709 709 * Support default sensors or 3rd party RS485 sensors 710 710 716 + 711 711 == 5.2 Power Consumption == 712 712 713 713 ... ... @@ -781,6 +781,7 @@ 781 781 * ABS enclosure. 782 782 * Horizontal adjustable. 783 783 790 + 784 784 === 6.1.2 Specification === 785 785 786 786 ... ... @@ -794,6 +794,7 @@ 794 794 * Working Humidity: <100% (no dewing) 795 795 * Power Consumption: 4mA @ 12v. 796 796 804 + 797 797 === 6.1.3 Dimension === 798 798 799 799 ... ... @@ -871,10 +871,11 @@ 871 871 * RS485 wind speed / direction sensor 872 872 * PC enclosure, resist corrosion 873 873 882 + 874 874 === 6.2.2 Specification === 875 875 876 876 877 -* Wind speed range: 0 ~~ 60m/s886 +* Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) 878 878 * Wind direction range: 0 ~~ 360° 879 879 * Start wind speed: ≤0.3m/s 880 880 * Accuracy: ±(0.3+0.03V)m/s , ±1° ... ... @@ -885,6 +885,7 @@ 885 885 * Power Consumption: 13mA ~~ 12v. 886 886 * Cable Length: 2 meters 887 887 897 + 888 888 === 6.2.3 Dimension === 889 889 890 890 ... ... @@ -903,6 +903,7 @@ 903 903 [[image:1656056303845-585.png]] 904 904 905 905 916 + 906 906 === 6.2.6 Installation Notice === 907 907 908 908 ... ... @@ -942,6 +942,7 @@ 942 942 * NDIR to measure CO2 with Internal Temperature Compensation 943 943 * Laser Beam Scattering to PM2.5 and PM10 944 944 956 + 945 945 === 6.3.2 Specification === 946 946 947 947 ... ... @@ -960,6 +960,7 @@ 960 960 ** CO2: 0~95%RH 961 961 * Power Consumption: 50mA@ 12v. 962 962 975 + 963 963 === 6.3.3 Dimension === 964 964 965 965 ... ... @@ -1008,6 +1008,7 @@ 1008 1008 * Surface heating to dry 1009 1009 * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion 1010 1010 1024 + 1011 1011 === 6.4.2 Specification === 1012 1012 1013 1013 ... ... @@ -1020,6 +1020,7 @@ 1020 1020 ** No heating: 12mA @ 12v, 1021 1021 ** heating: 94ma @ 12v. 1022 1022 1037 + 1023 1023 === 6.4.3 Dimension === 1024 1024 1025 1025 ... ... @@ -1073,6 +1073,7 @@ 1073 1073 1074 1074 * RS485 Temperature, Humidity, Illuminance, Pressure sensor 1075 1075 1091 + 1076 1076 === 6.5.2 Specification === 1077 1077 1078 1078 ... ... @@ -1098,6 +1098,7 @@ 1098 1098 * Working Humidity: 10~90%RH 1099 1099 * Power Consumption: 4mA @ 12v 1100 1100 1117 + 1101 1101 === 6.5.3 Dimension === 1102 1102 1103 1103 ... ... @@ -1144,6 +1144,7 @@ 1144 1144 * Measure Total Radiation between 0.3~3μm(300~3000nm) 1145 1145 * Measure Reflected Radiation if sense area towards ground. 1146 1146 1164 + 1147 1147 === 6.6.2 Specification === 1148 1148 1149 1149 ... ... @@ -1160,6 +1160,7 @@ 1160 1160 * Working Humidity: 10~90%RH 1161 1161 * Power Consumption: 4mA @ 12v 1162 1162 1181 + 1163 1163 === 6.6.3 Dimension === 1164 1164 1165 1165 ... ... @@ -1226,6 +1226,7 @@ 1226 1226 * Working Humidity: 10~90%RH 1227 1227 * Power Consumption: 3mA @ 12v 1228 1228 1248 + 1229 1229 === 6.7.3 Dimension === 1230 1230 1231 1231 ... ... @@ -1322,6 +1322,7 @@ 1322 1322 * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 1323 1323 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1324 1324 1345 + 1325 1325 == 9.2 Sensors == 1326 1326 1327 1327 ... ... @@ -1336,12 +1336,14 @@ 1336 1336 |(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06 1337 1337 |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07 1338 1338 1360 + 1339 1339 = 10. Support = 1340 1340 1341 1341 1342 1342 * 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. 1343 -* 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]] .1365 +* 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]] 1344 1344 1367 + 1345 1345 = 11. Appendix I: Field Installation Photo = 1346 1346 1347 1347