Last modified by Mengting Qiu on 2025/06/10 18:53

From version 79.24
edited by Xiaoling
on 2022/06/24 17:24
Change comment: There is no comment for this version
To version 91.1
edited by David Huang
on 2022/07/06 15:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Dragino LoRaWAN Weather Station User Manual
1 +WSC1-L-Dragino LoRaWAN Weather Station User Manual
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.David
Content
... ... @@ -99,6 +99,7 @@
99 99  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
100 100  
101 101  
102 +
102 102  == 2.3 Example to use for LoRaWAN network ==
103 103  
104 104  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.
... ... @@ -158,6 +158,7 @@
158 158  * Other control command: Use FPORT other than 2.
159 159  
160 160  
162 +
161 161  === 2.4.1 Uplink FPORT~=5, Device Status ===
162 162  
163 163  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
... ... @@ -293,7 +293,7 @@
293 293  
294 294  (% style="color:#4472c4" %)**Sensor Type Table:**
295 295  
296 -[[image:image-20220624140352-2.png]]
298 +[[image:image-20220706154434-1.png]]
297 297  
298 298  
299 299  (((
... ... @@ -344,7 +344,6 @@
344 344  
345 345  
346 346  
347 -
348 348  === 2.4.3 Decoder in TTN V3 ===
349 349  
350 350  (((
... ... @@ -435,9 +435,6 @@
435 435  
436 436  
437 437  
438 -
439 -
440 -
441 441  == 3.1 Set Transmit Interval Time ==
442 442  
443 443  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -474,25 +474,51 @@
474 474  
475 475  == 3.3 Add or Delete RS485 Sensor ==
476 476  
475 +(((
477 477  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.
477 +)))
478 478  
479 +(((
479 479  (% style="color:#037691" %)**AT Command: **
481 +)))
480 480  
483 +(((
481 481  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
485 +)))
482 482  
483 -* Type_Code range:  A1 ~~ A4
484 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
485 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
486 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
487 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
488 -* 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.
489 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
487 +* (((
488 +Type_Code range:  A1 ~~ A4
489 +)))
490 +* (((
491 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
492 +)))
493 +* (((
494 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
495 +)))
496 +* (((
497 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
498 +)))
499 +* (((
500 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
501 +)))
502 +* (((
503 +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.
504 +)))
505 +* (((
506 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
507 +)))
490 490  
509 +(((
491 491  **Example:**
511 +)))
492 492  
513 +(((
493 493  User need to change external sensor use the type code as address code.
515 +)))
494 494  
517 +(((
495 495  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
519 +)))
496 496  
497 497  [[image:image-20220624143553-10.png]]
498 498  
... ... @@ -549,9 +549,13 @@
549 549  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %)
550 550  |=(% style="width: 159px;" %)**Command Example**|=(% style="width: 227px;" %)**Function**|=(% style="width: 85px;" %)**Response**
551 551  |(% style="width:159px" %)AT+RSWRITE=xxxxxx|(% style="width:227px" %)(((
576 +(((
552 552  Send command to 485 sensor
578 +)))
553 553  
580 +(((
554 554  Range : no more than 10 bytes
582 +)))
555 555  )))|(% style="width:85px" %)OK
556 556  
557 557  Eg: Send command **01 03 00 00 00 01 84 0A** to 485 sensor
... ... @@ -573,9 +573,13 @@
573 573  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:433px" %)
574 574  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 188px;" %)**Function**|=(% style="width: 85px;" %)**Response**
575 575  |(% style="width:157px" %)AT+DTR=1000|(% style="width:188px" %)(((
604 +(((
576 576  Set response timeout to:
606 +)))
577 577  
608 +(((
578 578  Range : 0~~10000
610 +)))
579 579  )))|(% style="width:85px" %)OK
580 580  
581 581  (% style="color:#037691" %)**Downlink Command:**
... ... @@ -630,7 +630,6 @@
630 630  
631 631  
632 632  
633 -
634 634  = 4. Power consumption and battery =
635 635  
636 636  == 4.1 Total Power Consumption ==
... ... @@ -743,6 +743,7 @@
743 743  
744 744  * Resolution: 0.2mm
745 745  * Accuracy: ±3%
777 +* Range: 0 ~~ 100mm
746 746  * Rainfall strength: 0mm~4mm/min (max 8mm/min)
747 747  * Input Power: DC 5~~24v
748 748  * Interface: RS485
... ... @@ -1242,26 +1242,19 @@
1242 1242  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1243 1243  
1244 1244  
1245 -
1246 -
1247 -
1248 1248  == 9.2 Sensors ==
1249 1249  
1250 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1251 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1252 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1253 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1254 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1255 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1256 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1257 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1258 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1259 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1279 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1280 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1281 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
1282 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:120px" %)WS-K2
1283 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:120px" %)WSS-02
1284 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:120px" %)WSS-03
1285 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:120px" %)WSS-04
1286 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:120px" %)WSS-05
1287 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1288 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1260 1260  
1261 -
1262 -
1263 -
1264 -
1265 1265  = 10. Support =
1266 1266  
1267 1267  * 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.
... ... @@ -1268,13 +1268,10 @@
1268 1268  * 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]]
1269 1269  
1270 1270  
1271 -
1272 -
1273 -
1274 1274  = 11. Appendix I: Field Installation Photo =
1275 1275  
1276 1276  
1277 -[[image:1656058346362-132.png]]
1299 +[[image:1656058346362-132.png||height="685" width="732"]]
1278 1278  
1279 1279  **Storage Battery**: 12v,12AH li battery
1280 1280  
... ... @@ -1282,13 +1282,13 @@
1282 1282  
1283 1283  **Wind Speed/Direction**
1284 1284  
1285 -[[image:1656058373174-421.png]]
1307 +[[image:1656058373174-421.png||height="356" width="731"]]
1286 1286  
1287 1287  
1288 1288  
1289 1289  **Total Solar Radiation sensor**
1290 1290  
1291 -[[image:1656058397364-282.png]]
1313 +[[image:1656058397364-282.png||height="453" width="732"]]
1292 1292  
1293 1293  
1294 1294  
... ... @@ -1300,7 +1300,7 @@
1300 1300  
1301 1301  **CO2/PM2.5/PM10 3 in 1 sensor**
1302 1302  
1303 -[[image:1656058441194-827.png]]
1325 +[[image:1656058441194-827.png||height="672" width="523"]]
1304 1304  
1305 1305  
1306 1306  
... ... @@ -1312,4 +1312,4 @@
1312 1312  
1313 1313  **Rain Gauge**
1314 1314  
1315 -[[image:1656058463455-569.png]]
1337 +[[image:1656058463455-569.png||height="499" width="550"]]
image-20220706154434-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +68.0 KB
Content