Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -79,7 +79,6 @@ 79 79 80 80 81 81 82 - 83 83 == 2.2 How it works? == 84 84 85 85 ((( ... ... @@ -100,8 +100,6 @@ 100 100 1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors. 101 101 102 102 103 - 104 - 105 105 == 2.3 Example to use for LoRaWAN network == 106 106 107 107 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. ... ... @@ -161,8 +161,6 @@ 161 161 * Other control command: Use FPORT other than 2. 162 162 163 163 164 - 165 - 166 166 === 2.4.1 Uplink FPORT~=5, Device Status === 167 167 168 168 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 ... ... @@ -352,25 +352,14 @@ 352 352 353 353 === 2.4.3 Decoder in TTN V3 === 354 354 355 -((( 356 356 In LoRaWAN platform, user only see HEX payload by default, user needs to use payload formatters to decode the payload to see human-readable value. 357 -))) 358 358 359 -((( 360 - 361 -))) 362 362 363 -((( 364 364 Download decoder for suitable platform from: 365 -))) 366 366 367 -((( 368 368 [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/]] 369 -))) 370 370 371 -((( 372 372 and put as below: 373 -))) 374 374 375 375 [[image:1656051152438-578.png]] 376 376 ... ... @@ -378,21 +378,12 @@ 378 378 379 379 == 2.5 Show data on Application Server == 380 380 381 -((( 382 382 Application platform provides a human friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps: 383 -))) 384 384 385 -((( 386 - 387 -))) 388 388 389 -((( 390 390 (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network. 391 -))) 392 392 393 -((( 394 394 (% style="color:blue" %)**Step 2**(%%): Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations. 395 -))) 396 396 397 397 [[image:1656051197172-131.png]] 398 398 ... ... @@ -440,6 +440,9 @@ 440 440 441 441 442 442 418 + 419 + 420 + 443 443 == 3.1 Set Transmit Interval Time == 444 444 445 445 Feature: Change LoRaWAN End Node Transmit Interval. ... ... @@ -459,8 +459,6 @@ 459 459 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 460 460 461 461 462 - 463 - 464 464 == 3.2 Set Emergency Mode == 465 465 466 466 Feature: In emergency mode, WSC1-L will uplink data every 1 minute. ... ... @@ -476,55 +476,27 @@ 476 476 * 0xE100 Same as: AT+ALARMMOD=0 477 477 478 478 479 - 480 - 481 481 == 3.3 Add or Delete RS485 Sensor == 482 482 483 -((( 484 484 Feature: User can add or delete 3^^rd^^ party sensor as long they are RS485/Modbus interface,baud rate support 9600.Maximum can add 4 sensors. 485 -))) 486 486 487 -((( 488 488 (% style="color:#037691" %)**AT Command: ** 489 -))) 490 490 491 -((( 492 492 (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout** 493 -))) 494 494 495 -* ((( 496 -Type_Code range: A1 ~~ A4 497 -))) 498 -* ((( 499 -Query_Length: RS485 Query frame length, Value cannot be greater than 10 500 -))) 501 -* ((( 502 -Query_Command: RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes 503 -))) 504 -* ((( 505 -Read_Length: RS485 response frame length supposed to receive. Max can receive 506 -))) 507 -* ((( 508 -Valid_Data: valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN. 509 -))) 510 -* ((( 511 -has_CRC: RS485 Response crc check (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0. 512 -))) 513 -* ((( 514 -timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout 515 -))) 463 +* Type_Code range: A1 ~~ A4 464 +* Query_Length: RS485 Query frame length, Value cannot be greater than 10 465 +* Query_Command: RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes 466 +* Read_Length: RS485 response frame length supposed to receive. Max can receive 467 +* Valid_Data: valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN. 468 +* has_CRC: RS485 Response crc check (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0. 469 +* timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout 516 516 517 -((( 518 518 **Example:** 519 -))) 520 520 521 -((( 522 522 User need to change external sensor use the type code as address code. 523 -))) 524 524 525 -((( 526 526 With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table: 527 -))) 528 528 529 529 [[image:image-20220624143553-10.png]] 530 530 ... ... @@ -574,8 +574,6 @@ 574 574 * 0xE5FF 575 575 576 576 577 - 578 - 579 579 == 3.4 RS485 Test Command == 580 580 581 581 (% style="color:#037691" %)**AT Command:** ... ... @@ -598,8 +598,6 @@ 598 598 * 0xE20103000001840A Same as: AT+RSWRITE=0103000001840A 599 599 600 600 601 - 602 - 603 603 == 3.5 RS485 response timeout == 604 604 605 605 Feature: Set or get extended time to receive 485 sensor data. ... ... @@ -624,8 +624,6 @@ 624 624 * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds 625 625 626 626 627 - 628 - 629 629 == 3.6 Set Sensor Type == 630 630 631 631 ((( ... ... @@ -709,8 +709,6 @@ 709 709 * Support default sensors or 3rd party RS485 sensors 710 710 711 711 712 - 713 - 714 714 == 5.2 Power Consumption == 715 715 716 716 WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA ... ... @@ -779,8 +779,6 @@ 779 779 * Horizontal adjustable. 780 780 781 781 782 - 783 - 784 784 === 6.1.2 Specification === 785 785 786 786 * Resolution: 0.2mm ... ... @@ -793,8 +793,6 @@ 793 793 * Power Consumption: 4mA @ 12v. 794 794 795 795 796 - 797 - 798 798 === 6.1.3 Dimension === 799 799 800 800 [[image:1656054957406-980.png]] ... ... @@ -866,8 +866,6 @@ 866 866 * PC enclosure, resist corrosion 867 867 868 868 869 - 870 - 871 871 === 6.2.2 Specification === 872 872 873 873 * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) ... ... @@ -882,8 +882,6 @@ 882 882 * Cable Length: 2 meters 883 883 884 884 885 - 886 - 887 887 === 6.2.3 Dimension === 888 888 889 889 [[image:image-20220624152813-2.png]] ... ... @@ -935,8 +935,6 @@ 935 935 * Laser Beam Scattering to PM2.5 and PM10 936 936 937 937 938 - 939 - 940 940 === 6.3.2 Specification === 941 941 942 942 * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃) ... ... @@ -955,8 +955,6 @@ 955 955 * Power Consumption: 50mA@ 12v. 956 956 957 957 958 - 959 - 960 960 === 6.3.3 Dimension === 961 961 962 962 [[image:1656056708366-230.png]] ... ... @@ -1000,8 +1000,6 @@ 1000 1000 * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion 1001 1001 1002 1002 1003 - 1004 - 1005 1005 === 6.4.2 Specification === 1006 1006 1007 1007 * Detect if there is rain or snow ... ... @@ -1014,8 +1014,6 @@ 1014 1014 ** heating: 94ma @ 12v. 1015 1015 1016 1016 1017 - 1018 - 1019 1019 === 6.4.3 Dimension === 1020 1020 1021 1021 [[image:1656056844782-155.png]] ... ... @@ -1065,8 +1065,6 @@ 1065 1065 * RS485 Temperature, Humidity, Illuminance, Pressure sensor 1066 1066 1067 1067 1068 - 1069 - 1070 1070 === 6.5.2 Specification === 1071 1071 1072 1072 * Input Power: DC 12 ~~ 24v ... ... @@ -1092,8 +1092,6 @@ 1092 1092 * Power Consumption: 4mA @ 12v 1093 1093 1094 1094 1095 - 1096 - 1097 1097 === 6.5.3 Dimension === 1098 1098 1099 1099 [[image:1656057170639-522.png]] ... ... @@ -1138,7 +1138,6 @@ 1138 1138 * Measure Reflected Radiation if sense area towards ground. 1139 1139 1140 1140 1141 - 1142 1142 === 6.6.2 Specification === 1143 1143 1144 1144 * Input Power: DC 5 ~~ 24v ... ... @@ -1155,8 +1155,6 @@ 1155 1155 * Power Consumption: 4mA @ 12v 1156 1156 1157 1157 1158 - 1159 - 1160 1160 === 6.6.3 Dimension === 1161 1161 1162 1162 [[image:1656057348695-898.png]] ... ... @@ -1218,8 +1218,6 @@ 1218 1218 * Power Consumption: 3mA @ 12v 1219 1219 1220 1220 1221 - 1222 - 1223 1223 === 6.7.3 Dimension === 1224 1224 1225 1225 [[image:1656057538793-888.png]] ... ... @@ -1307,6 +1307,9 @@ 1307 1307 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1308 1308 1309 1309 1225 + 1226 + 1227 + 1310 1310 == 9.2 Sensors == 1311 1311 1312 1312 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %) ... ... @@ -1321,6 +1321,9 @@ 1321 1321 |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07 1322 1322 1323 1323 1242 + 1243 + 1244 + 1324 1324 = 10. Support = 1325 1325 1326 1326 * 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. ... ... @@ -1333,7 +1333,7 @@ 1333 1333 = 11. Appendix I: Field Installation Photo = 1334 1334 1335 1335 1336 -[[image:1656058346362-132.png ||height="685" width="732"]]1257 +[[image:1656058346362-132.png]] 1337 1337 1338 1338 **Storage Battery**: 12v,12AH li battery 1339 1339 ... ... @@ -1341,13 +1341,13 @@ 1341 1341 1342 1342 **Wind Speed/Direction** 1343 1343 1344 -[[image:1656058373174-421.png ||height="356" width="731"]]1265 +[[image:1656058373174-421.png]] 1345 1345 1346 1346 1347 1347 1348 1348 **Total Solar Radiation sensor** 1349 1349 1350 -[[image:1656058397364-282.png ||height="453" width="732"]]1271 +[[image:1656058397364-282.png]] 1351 1351 1352 1352 1353 1353 ... ... @@ -1359,7 +1359,7 @@ 1359 1359 1360 1360 **CO2/PM2.5/PM10 3 in 1 sensor** 1361 1361 1362 -[[image:1656058441194-827.png ||height="672" width="523"]]1283 +[[image:1656058441194-827.png]] 1363 1363 1364 1364 1365 1365 ... ... @@ -1371,4 +1371,4 @@ 1371 1371 1372 1372 **Rain Gauge** 1373 1373 1374 -[[image:1656058463455-569.png ||height="499" width="550"]]1295 +[[image:1656058463455-569.png]]