<
From version < 84.1 >
edited by Xiaoling
on 2022/06/24 18:07
To version < 79.11 >
edited by Xiaoling
on 2022/06/24 17:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -67,6 +67,8 @@
67 67  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
68 68  * Weather sensors won’t work if solar panel and storage battery fails.
69 69  
70 +
71 +
70 70  (% style="color:red" %)**Notice 2:**
71 71  
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -80,6 +80,7 @@
80 80  
81 81  
82 82  
85 +
83 83  == 2.2 How it works? ==
84 84  
85 85  (((
... ... @@ -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  
426 +
427 +
428 +
443 443  == 3.1 Set Transmit Interval Time ==
444 444  
445 445  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -480,51 +480,25 @@
480 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 -)))
475 +* Type_Code range:  A1 ~~ A4
476 +* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
477 +* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
478 +* Read_Length:  RS485 response frame length supposed to receive. Max can receive
479 +* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
480 +* 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.
481 +* 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  
... ... @@ -901,13 +901,9 @@
901 901  
902 902  === 6.2.6  Installation Notice ===
903 903  
904 -(((
905 905  Do not power on while connect the cables. Double check the wiring before power on.
906 -)))
907 907  
908 -(((
909 909  The sensor must be installed with below direction, towards North.
910 -)))
911 911  
912 912  [[image:image-20220624153901-3.png]]
913 913  
... ... @@ -971,6 +971,8 @@
971 971  
972 972  Do not power on while connect the cables. Double check the wiring before power on.
973 973  
930 +[[image:1656057016033-551.png]]
931 +
974 974  [[image:1656056751153-304.png]]
975 975  
976 976  [[image:1656056766224-773.png]]
... ... @@ -1031,9 +1031,7 @@
1031 1031  Do not power on while connect the cables. Double check the wiring before power on.
1032 1032  
1033 1033  
1034 -(((
1035 1035  Install with 15°degree.
1036 -)))
1037 1037  
1038 1038   [[image:1656056873783-780.png]]
1039 1039  
... ... @@ -1139,6 +1139,7 @@
1139 1139  
1140 1140  
1141 1141  
1098 +
1142 1142  === 6.6.2 Specification ===
1143 1143  
1144 1144  * Input Power: DC 5 ~~ 24v
... ... @@ -1195,13 +1195,9 @@
1195 1195  
1196 1196  === 6.7.1 Feature ===
1197 1197  
1198 -(((
1199 1199  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1200 -)))
1201 1201  
1202 -(((
1203 1203  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1204 -)))
1205 1205  
1206 1206  
1207 1207  === 6.7.2 Specification ===
... ... @@ -1306,11 +1306,10 @@
1306 1306  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1307 1307  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1308 1308  
1309 -
1310 1310  == 9.2 Sensors ==
1311 1311  
1312 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1313 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1264 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1265 +|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1314 1314  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1315 1315  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1316 1316  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1327,13 +1327,10 @@
1327 1327  * 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]]
1328 1328  
1329 1329  
1330 -
1331 -
1332 -
1333 1333  = 11. Appendix I: Field Installation Photo =
1334 1334  
1335 1335  
1336 -[[image:1656058346362-132.png||height="685" width="732"]]
1285 +[[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"]]
1293 +[[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"]]
1299 +[[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"]]
1311 +[[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"]]
1323 +[[image:1656058463455-569.png]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0