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

Summary

Details

Page properties
Content
... ... @@ -79,6 +79,7 @@
79 79  
80 80  
81 81  
82 +
82 82  == 2.2 How it works? ==
83 83  
84 84  (((
... ... @@ -99,6 +99,8 @@
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  
103 +
104 +
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,8 @@
158 158  * Other control command: Use FPORT other than 2.
159 159  
160 160  
164 +
165 +
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
... ... @@ -373,12 +373,21 @@
373 373  
374 374  == 2.5 Show data on Application Server ==
375 375  
381 +(((
376 376  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 +)))
377 377  
385 +(((
386 +
387 +)))
378 378  
389 +(((
379 379  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
391 +)))
380 380  
393 +(((
381 381  (% 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 +)))
382 382  
383 383  [[image:1656051197172-131.png]]
384 384  
... ... @@ -426,9 +426,6 @@
426 426  
427 427  
428 428  
429 -
430 -
431 -
432 432  == 3.1 Set Transmit Interval Time ==
433 433  
434 434  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -448,6 +448,8 @@
448 448  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
449 449  
450 450  
462 +
463 +
451 451  == 3.2 Set Emergency Mode ==
452 452  
453 453  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -463,27 +463,55 @@
463 463  * 0xE100     Same as: AT+ALARMMOD=0
464 464  
465 465  
479 +
480 +
466 466  == 3.3 Add or Delete RS485 Sensor ==
467 467  
483 +(((
468 468  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 +)))
469 469  
487 +(((
470 470  (% style="color:#037691" %)**AT Command: **
489 +)))
471 471  
491 +(((
472 472  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
493 +)))
473 473  
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
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 +)))
481 481  
517 +(((
482 482  **Example:**
519 +)))
483 483  
521 +(((
484 484  User need to change external sensor use the type code as address code.
523 +)))
485 485  
525 +(((
486 486  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
527 +)))
487 487  
488 488  [[image:image-20220624143553-10.png]]
489 489  
... ... @@ -533,6 +533,8 @@
533 533  * 0xE5FF  
534 534  
535 535  
577 +
578 +
536 536  == 3.4 RS485 Test Command ==
537 537  
538 538  (% style="color:#037691" %)**AT Command:**
... ... @@ -555,6 +555,8 @@
555 555  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
556 556  
557 557  
601 +
602 +
558 558  == 3.5 RS485 response timeout ==
559 559  
560 560  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -579,6 +579,8 @@
579 579  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
580 580  
581 581  
627 +
628 +
582 582  == 3.6 Set Sensor Type ==
583 583  
584 584  (((
... ... @@ -662,6 +662,8 @@
662 662  * Support default sensors or 3rd party RS485 sensors
663 663  
664 664  
712 +
713 +
665 665  == 5.2 Power Consumption ==
666 666  
667 667  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -730,6 +730,8 @@
730 730  * Horizontal adjustable.
731 731  
732 732  
782 +
783 +
733 733  === 6.1.2 Specification ===
734 734  
735 735  * Resolution: 0.2mm
... ... @@ -742,6 +742,8 @@
742 742  * Power Consumption: 4mA @ 12v.
743 743  
744 744  
796 +
797 +
745 745  === 6.1.3 Dimension ===
746 746  
747 747   [[image:1656054957406-980.png]]
... ... @@ -813,6 +813,8 @@
813 813  * PC enclosure, resist corrosion
814 814  
815 815  
869 +
870 +
816 816  === 6.2.2 Specification ===
817 817  
818 818  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -827,6 +827,8 @@
827 827  * Cable Length: 2 meters
828 828  
829 829  
885 +
886 +
830 830  === 6.2.3 Dimension ===
831 831  
832 832  [[image:image-20220624152813-2.png]]
... ... @@ -878,6 +878,8 @@
878 878  * Laser Beam Scattering to PM2.5 and PM10
879 879  
880 880  
938 +
939 +
881 881  === 6.3.2 Specification ===
882 882  
883 883  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -896,6 +896,8 @@
896 896  * Power Consumption: 50mA@ 12v.
897 897  
898 898  
958 +
959 +
899 899  === 6.3.3 Dimension ===
900 900  
901 901  [[image:1656056708366-230.png]]
... ... @@ -939,6 +939,8 @@
939 939  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
940 940  
941 941  
1003 +
1004 +
942 942  === 6.4.2 Specification ===
943 943  
944 944  * Detect if there is rain or snow
... ... @@ -951,6 +951,8 @@
951 951  ** heating: 94ma @ 12v.
952 952  
953 953  
1017 +
1018 +
954 954  === 6.4.3 Dimension ===
955 955  
956 956  [[image:1656056844782-155.png]]
... ... @@ -1000,6 +1000,8 @@
1000 1000  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1001 1001  
1002 1002  
1068 +
1069 +
1003 1003  === 6.5.2 Specification ===
1004 1004  
1005 1005  * Input Power: DC 12 ~~ 24v
... ... @@ -1025,6 +1025,8 @@
1025 1025  * Power Consumption: 4mA @ 12v
1026 1026  
1027 1027  
1095 +
1096 +
1028 1028  === 6.5.3 Dimension ===
1029 1029  
1030 1030  [[image:1656057170639-522.png]]
... ... @@ -1069,6 +1069,7 @@
1069 1069  * Measure Reflected Radiation if sense area towards ground.
1070 1070  
1071 1071  
1141 +
1072 1072  === 6.6.2 Specification ===
1073 1073  
1074 1074  * Input Power: DC 5 ~~ 24v
... ... @@ -1085,6 +1085,8 @@
1085 1085  * Power Consumption: 4mA @ 12v
1086 1086  
1087 1087  
1158 +
1159 +
1088 1088  === 6.6.3 Dimension ===
1089 1089  
1090 1090  [[image:1656057348695-898.png]]
... ... @@ -1146,6 +1146,8 @@
1146 1146  * Power Consumption: 3mA @ 12v
1147 1147  
1148 1148  
1221 +
1222 +
1149 1149  === 6.7.3 Dimension ===
1150 1150  
1151 1151  [[image:1656057538793-888.png]]
... ... @@ -1233,9 +1233,6 @@
1233 1233  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1234 1234  
1235 1235  
1236 -
1237 -
1238 -
1239 1239  == 9.2 Sensors ==
1240 1240  
1241 1241  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
... ... @@ -1250,9 +1250,6 @@
1250 1250  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1251 1251  
1252 1252  
1253 -
1254 -
1255 -
1256 1256  = 10. Support =
1257 1257  
1258 1258  * 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.
... ... @@ -1265,7 +1265,7 @@
1265 1265  = 11. Appendix I: Field Installation Photo =
1266 1266  
1267 1267  
1268 -[[image:1656058346362-132.png]]
1336 +[[image:1656058346362-132.png||height="685" width="732"]]
1269 1269  
1270 1270  **Storage Battery**: 12v,12AH li battery
1271 1271  
... ... @@ -1273,13 +1273,13 @@
1273 1273  
1274 1274  **Wind Speed/Direction**
1275 1275  
1276 -[[image:1656058373174-421.png]]
1344 +[[image:1656058373174-421.png||height="356" width="731"]]
1277 1277  
1278 1278  
1279 1279  
1280 1280  **Total Solar Radiation sensor**
1281 1281  
1282 -[[image:1656058397364-282.png]]
1350 +[[image:1656058397364-282.png||height="453" width="732"]]
1283 1283  
1284 1284  
1285 1285  
... ... @@ -1291,7 +1291,7 @@
1291 1291  
1292 1292  **CO2/PM2.5/PM10 3 in 1 sensor**
1293 1293  
1294 -[[image:1656058441194-827.png]]
1362 +[[image:1656058441194-827.png||height="672" width="523"]]
1295 1295  
1296 1296  
1297 1297  
... ... @@ -1303,4 +1303,4 @@
1303 1303  
1304 1304  **Rain Gauge**
1305 1305  
1306 -[[image:1656058463455-569.png]]
1374 +[[image:1656058463455-569.png||height="499" width="550"]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0