Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Mengting Qiu on 2025/06/10 18:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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 == ... ... @@ -79,6 +79,8 @@ 79 79 * 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. 80 80 * Cabinet. 81 81 83 + 84 + 82 82 == 2.2 How it works? == 83 83 84 84 ... ... @@ -99,6 +99,8 @@ 99 99 1. WSC1-L will auto scan available weather sensors when power on or reboot. 100 100 1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors. 101 101 105 + 106 + 102 102 == 2.3 Example to use for LoRaWAN network == 103 103 104 104 ... ... @@ -121,10 +121,6 @@ 121 121 122 122 User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot: 123 123 124 -Put a Jumper on JP2 to power on the device. ( The Jumper must be in FLASH position). 125 - 126 -[[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"]] 127 - 128 128 **Add APP EUI in the application.** 129 129 130 130 [[image:1656042662694-311.png]] ... ... @@ -162,6 +162,8 @@ 162 162 * Valid Sensor Value: Use FPORT=2 163 163 * Other control command: Use FPORT other than 2. 164 164 166 + 167 + 165 165 === 2.4.1 Uplink FPORT~=5, Device Status === 166 166 167 167 ... ... @@ -184,16 +184,19 @@ 184 184 185 185 ==== (% style="color:#037691" %)**Sensor Model:**(%%) ==== 186 186 190 + 187 187 For WSC1-L, this value is 0x0D. 188 188 189 189 190 190 ==== (% style="color:#037691" %)**Firmware Version:**(%%) ==== 191 191 196 + 192 192 0x0100, Means: v1.0.0 version. 193 193 194 194 195 195 ==== (% style="color:#037691" %)**Frequency Band:**(%%) ==== 196 196 202 + 197 197 *0x01: EU868 198 198 199 199 *0x02: US915 ... ... @@ -217,11 +217,13 @@ 217 217 218 218 ==== (% style="color:#037691" %)**Sub-Band:**(%%) ==== 219 219 226 + 220 220 value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00) 221 221 222 222 223 223 ==== (% style="color:#037691" %)**BAT:**(%%) ==== 224 224 232 + 225 225 ((( 226 226 shows the battery voltage for WSC1-L MCU. 227 227 ))) ... ... @@ -233,6 +233,7 @@ 233 233 234 234 ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ==== 235 235 244 + 236 236 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %) 237 237 |Byte3|Byte2|Byte1 238 238 ... ... @@ -450,8 +450,8 @@ 450 450 451 451 If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 452 452 453 -* Example 1: Downlink Payload: 0100001E 454 -* Example 2: Downlink Payload: 0100003C 462 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 463 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 455 455 456 456 457 457 ... ... @@ -535,7 +535,7 @@ 535 535 * Query_Length: 8 536 536 * Query_Command: A103000000019CAA 537 537 * Read_Length: 8 538 -* Valid_Data: 2 3(Indicates that the data length is 2 bytes, starting from the3th byte)547 +* Valid_Data: 24 (Indicates that the data length is 2 bytes, starting from the 4th byte) 539 539 * has_CRC: 1 540 540 * timeout: 1500 (Fill in the test according to the actual situation) 541 541 ... ... @@ -622,8 +622,8 @@ 622 622 623 623 If the downlink payload=E0000005, it means set the END Node’s Transmit Interval to 0x000005=5(S), while type code is E0. 624 624 625 -* Example 1: Downlink Payload: E0000005 626 -* Example 2: Downlink Payload: E000000A 634 +* Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds 635 +* Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds 627 627 628 628 629 629 ... ... @@ -645,9 +645,9 @@ 645 645 646 646 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %) 647 647 |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response** 648 -|(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK 657 +|(% style="width:157px" %)AT+STYPE=802212|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK 649 649 650 -Eg: The setting command **AT+STYPE=80221** 659 +Eg: The setting command **AT+STYPE=802212** means: 651 651 652 652 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %) 653 653 |(% rowspan="2" style="width:57px" %)Byte3|(% style="width:57px" %)Bit23|(% style="width:59px" %)Bit22|(% style="width:56px" %)Bit21|(% style="width:51px" %)Bit20|(% style="width:54px" %)Bit19|(% style="width:54px" %)Bit18|(% style="width:52px" %)Bit17|(% style="width:52px" %)Bit16 ... ... @@ -662,7 +662,7 @@ 662 662 663 663 (% style="color:#037691" %)**Downlink Command:** 664 664 665 -* 0xE400 080221674 +* 0xE400802212 Same as: AT+STYPE=802212 666 666 667 667 (% style="color:red" %)**Note:** 668 668 ... ... @@ -886,7 +886,7 @@ 886 886 === 6.2.2 Specification === 887 887 888 888 889 -* Wind speed range: 0 ~~ 60m/s898 +* Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) 890 890 * Wind direction range: 0 ~~ 360° 891 891 * Start wind speed: ≤0.3m/s 892 892 * Accuracy: ±(0.3+0.03V)m/s , ±1° ... ... @@ -917,6 +917,7 @@ 917 917 [[image:1656056303845-585.png]] 918 918 919 919 929 + 920 920 === 6.2.6 Installation Notice === 921 921 922 922 ... ... @@ -1305,6 +1305,9 @@ 1305 1305 [[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]] 1306 1306 ))) 1307 1307 1318 +((( 1319 + 1320 +))) 1308 1308 1309 1309 ((( 1310 1310 Firmware Upgrade instruction: [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]] ... ... @@ -1373,11 +1373,10 @@ 1373 1373 1374 1374 1375 1375 * 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. 1389 +* 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]] 1376 1376 1377 -* 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]]. 1378 1378 1379 1379 1380 - 1381 1381 = 11. Appendix I: Field Installation Photo = 1382 1382 1383 1383