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 (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - WSC1-L-Dragino LoRaWAN Weather Station User Manual1 +Dragino LoRaWAN Weather Station User Manual - Content
-
... ... @@ -78,6 +78,7 @@ 78 78 * Cabinet. 79 79 80 80 81 + 81 81 == 2.2 How it works? == 82 82 83 83 ((( ... ... @@ -292,7 +292,7 @@ 292 292 293 293 (% style="color:#4472c4" %)**Sensor Type Table:** 294 294 295 -[[image:image-20220 706154434-1.png]]296 +[[image:image-20220624140352-2.png]] 296 296 297 297 298 298 ((( ... ... @@ -343,6 +343,7 @@ 343 343 344 344 345 345 347 + 346 346 === 2.4.3 Decoder in TTN V3 === 347 347 348 348 ((( ... ... @@ -371,21 +371,12 @@ 371 371 372 372 == 2.5 Show data on Application Server == 373 373 374 -((( 375 375 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: 376 -))) 377 377 378 -((( 379 - 380 -))) 381 381 382 -((( 383 383 (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network. 384 -))) 385 385 386 -((( 387 387 (% 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. 388 -))) 389 389 390 390 [[image:1656051197172-131.png]] 391 391 ... ... @@ -433,6 +433,9 @@ 433 433 434 434 435 435 429 + 430 + 431 + 436 436 == 3.1 Set Transmit Interval Time == 437 437 438 438 Feature: Change LoRaWAN End Node Transmit Interval. ... ... @@ -451,6 +451,7 @@ 451 451 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 452 452 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 453 453 450 + 454 454 == 3.2 Set Emergency Mode == 455 455 456 456 Feature: In emergency mode, WSC1-L will uplink data every 1 minute. ... ... @@ -465,53 +465,28 @@ 465 465 * 0xE101 Same as: AT+ALARMMOD=1 466 466 * 0xE100 Same as: AT+ALARMMOD=0 467 467 465 + 468 468 == 3.3 Add or Delete RS485 Sensor == 469 469 470 -((( 471 471 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. 472 -))) 473 473 474 -((( 475 475 (% style="color:#037691" %)**AT Command: ** 476 -))) 477 477 478 -((( 479 479 (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout** 480 -))) 481 481 482 -* ((( 483 -Type_Code range: A1 ~~ A4 484 -))) 485 -* ((( 486 -Query_Length: RS485 Query frame length, Value cannot be greater than 10 487 -))) 488 -* ((( 489 -Query_Command: RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes 490 -))) 491 -* ((( 492 -Read_Length: RS485 response frame length supposed to receive. Max can receive 493 -))) 494 -* ((( 495 -Valid_Data: valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN. 496 -))) 497 -* ((( 498 -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. 499 -))) 500 -* ((( 501 -timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout 502 -))) 474 +* Type_Code range: A1 ~~ A4 475 +* Query_Length: RS485 Query frame length, Value cannot be greater than 10 476 +* Query_Command: RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes 477 +* Read_Length: RS485 response frame length supposed to receive. Max can receive 478 +* Valid_Data: valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN. 479 +* 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. 480 +* timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout 503 503 504 -((( 505 505 **Example:** 506 -))) 507 507 508 -((( 509 509 User need to change external sensor use the type code as address code. 510 -))) 511 511 512 -((( 513 513 With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table: 514 -))) 515 515 516 516 [[image:image-20220624143553-10.png]] 517 517 ... ... @@ -560,6 +560,7 @@ 560 560 561 561 * 0xE5FF 562 562 535 + 563 563 == 3.4 RS485 Test Command == 564 564 565 565 (% style="color:#037691" %)**AT Command:** ... ... @@ -567,13 +567,9 @@ 567 567 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %) 568 568 |=(% style="width: 159px;" %)**Command Example**|=(% style="width: 227px;" %)**Function**|=(% style="width: 85px;" %)**Response** 569 569 |(% style="width:159px" %)AT+RSWRITE=xxxxxx|(% style="width:227px" %)((( 570 -((( 571 571 Send command to 485 sensor 572 -))) 573 573 574 -((( 575 575 Range : no more than 10 bytes 576 -))) 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,6 +585,7 @@ 585 585 586 586 * 0xE20103000001840A Same as: AT+RSWRITE=0103000001840A 587 587 557 + 588 588 == 3.5 RS485 response timeout == 589 589 590 590 Feature: Set or get extended time to receive 485 sensor data. ... ... @@ -594,13 +594,9 @@ 594 594 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:433px" %) 595 595 |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 188px;" %)**Function**|=(% style="width: 85px;" %)**Response** 596 596 |(% style="width:157px" %)AT+DTR=1000|(% style="width:188px" %)((( 597 -((( 598 598 Set response timeout to: 599 -))) 600 600 601 -((( 602 602 Range : 0~~10000 603 -))) 604 604 )))|(% style="width:85px" %)OK 605 605 606 606 (% style="color:#037691" %)**Downlink Command:** ... ... @@ -612,6 +612,7 @@ 612 612 * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds 613 613 * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds 614 614 581 + 615 615 == 3.6 Set Sensor Type == 616 616 617 617 ((( ... ... @@ -694,6 +694,7 @@ 694 694 * IP Rating: IP65 695 695 * Support default sensors or 3rd party RS485 sensors 696 696 664 + 697 697 == 5.2 Power Consumption == 698 698 699 699 WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA ... ... @@ -761,6 +761,7 @@ 761 761 * ABS enclosure. 762 762 * Horizontal adjustable. 763 763 732 + 764 764 === 6.1.2 Specification === 765 765 766 766 * Resolution: 0.2mm ... ... @@ -772,6 +772,7 @@ 772 772 * Working Humidity: <100% (no dewing) 773 773 * Power Consumption: 4mA @ 12v. 774 774 744 + 775 775 === 6.1.3 Dimension === 776 776 777 777 [[image:1656054957406-980.png]] ... ... @@ -842,6 +842,7 @@ 842 842 * RS485 wind speed / direction sensor 843 843 * PC enclosure, resist corrosion 844 844 815 + 845 845 === 6.2.2 Specification === 846 846 847 847 * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) ... ... @@ -855,6 +855,7 @@ 855 855 * Power Consumption: 13mA ~~ 12v. 856 856 * Cable Length: 2 meters 857 857 829 + 858 858 === 6.2.3 Dimension === 859 859 860 860 [[image:image-20220624152813-2.png]] ... ... @@ -905,6 +905,7 @@ 905 905 * NDIR to measure CO2 with Internal Temperature Compensation 906 906 * Laser Beam Scattering to PM2.5 and PM10 907 907 880 + 908 908 === 6.3.2 Specification === 909 909 910 910 * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃) ... ... @@ -922,6 +922,7 @@ 922 922 ** CO2: 0~95%RH 923 923 * Power Consumption: 50mA@ 12v. 924 924 898 + 925 925 === 6.3.3 Dimension === 926 926 927 927 [[image:1656056708366-230.png]] ... ... @@ -964,6 +964,7 @@ 964 964 * Surface heating to dry 965 965 * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion 966 966 941 + 967 967 === 6.4.2 Specification === 968 968 969 969 * Detect if there is rain or snow ... ... @@ -975,6 +975,7 @@ 975 975 ** No heating: 12mA @ 12v, 976 976 ** heating: 94ma @ 12v. 977 977 953 + 978 978 === 6.4.3 Dimension === 979 979 980 980 [[image:1656056844782-155.png]] ... ... @@ -1023,6 +1023,7 @@ 1023 1023 1024 1024 * RS485 Temperature, Humidity, Illuminance, Pressure sensor 1025 1025 1002 + 1026 1026 === 6.5.2 Specification === 1027 1027 1028 1028 * Input Power: DC 12 ~~ 24v ... ... @@ -1047,6 +1047,7 @@ 1047 1047 * Working Humidity: 10~90%RH 1048 1048 * Power Consumption: 4mA @ 12v 1049 1049 1027 + 1050 1050 === 6.5.3 Dimension === 1051 1051 1052 1052 [[image:1656057170639-522.png]] ... ... @@ -1090,6 +1090,7 @@ 1090 1090 * Measure Total Radiation between 0.3~3μm(300~3000nm) 1091 1091 * Measure Reflected Radiation if sense area towards ground. 1092 1092 1071 + 1093 1093 === 6.6.2 Specification === 1094 1094 1095 1095 * Input Power: DC 5 ~~ 24v ... ... @@ -1105,6 +1105,7 @@ 1105 1105 * Working Humidity: 10~90%RH 1106 1106 * Power Consumption: 4mA @ 12v 1107 1107 1087 + 1108 1108 === 6.6.3 Dimension === 1109 1109 1110 1110 [[image:1656057348695-898.png]] ... ... @@ -1165,6 +1165,7 @@ 1165 1165 * Working Humidity: 10~90%RH 1166 1166 * Power Consumption: 3mA @ 12v 1167 1167 1148 + 1168 1168 === 6.7.3 Dimension === 1169 1169 1170 1170 [[image:1656057538793-888.png]] ... ... @@ -1251,28 +1251,40 @@ 1251 1251 * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 1252 1252 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1253 1253 1235 + 1236 + 1237 + 1238 + 1254 1254 == 9.2 Sensors == 1255 1255 1256 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width: 500px" %)1257 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**1258 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:1 20px" %)WSS-011259 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:1 20px" %)WS-K21260 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:1 20px" %)WSS-021261 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:1 20px" %)WSS-031262 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:1 20px" %)WSS-041263 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:1 20px" %)WSS-051264 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:1 20px" %)WSS-061265 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:1 20px" %)WSS-071241 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %) 1242 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number** 1243 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01 1244 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2 1245 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02 1246 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03 1247 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04 1248 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05 1249 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06 1250 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07 1266 1266 1252 + 1253 + 1254 + 1255 + 1267 1267 = 10. Support = 1268 1268 1269 1269 * 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. 1270 1270 * 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]] 1271 1271 1261 + 1262 + 1263 + 1264 + 1272 1272 = 11. Appendix I: Field Installation Photo = 1273 1273 1274 1274 1275 -[[image:1656058346362-132.png ||height="685" width="732"]]1268 +[[image:1656058346362-132.png]] 1276 1276 1277 1277 **Storage Battery**: 12v,12AH li battery 1278 1278 ... ... @@ -1280,13 +1280,13 @@ 1280 1280 1281 1281 **Wind Speed/Direction** 1282 1282 1283 -[[image:1656058373174-421.png ||height="356" width="731"]]1276 +[[image:1656058373174-421.png]] 1284 1284 1285 1285 1286 1286 1287 1287 **Total Solar Radiation sensor** 1288 1288 1289 -[[image:1656058397364-282.png ||height="453" width="732"]]1282 +[[image:1656058397364-282.png]] 1290 1290 1291 1291 1292 1292 ... ... @@ -1298,7 +1298,7 @@ 1298 1298 1299 1299 **CO2/PM2.5/PM10 3 in 1 sensor** 1300 1300 1301 -[[image:1656058441194-827.png ||height="672" width="523"]]1294 +[[image:1656058441194-827.png]] 1302 1302 1303 1303 1304 1304 ... ... @@ -1310,4 +1310,4 @@ 1310 1310 1311 1311 **Rain Gauge** 1312 1312 1313 -[[image:1656058463455-569.png ||height="499" width="550"]]1306 +[[image:1656058463455-569.png]]
- image-20220706154434-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.0 KB - Content