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

From version 86.6
edited by Xiaoling
on 2022/06/29 15:33
Change comment: There is no comment for this version
To version 79.20
edited by Xiaoling
on 2022/06/24 17:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -WSC1-L-Dragino LoRaWAN Weather Station User Manual
1 +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  (((
... ... @@ -343,27 +343,17 @@
343 343  
344 344  
345 345  
347 +
346 346  === 2.4.3 Decoder in TTN V3 ===
347 347  
348 -(((
349 349  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.
350 -)))
351 351  
352 -(((
353 -
354 -)))
355 355  
356 -(((
357 357  Download decoder for suitable platform from:
358 -)))
359 359  
360 -(((
361 361  [[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/]]
362 -)))
363 363  
364 -(((
365 365  and put as below:
366 -)))
367 367  
368 368  [[image:1656051152438-578.png]]
369 369  
... ... @@ -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  
418 +
419 +
420 +
436 436  == 3.1 Set Transmit Interval Time ==
437 437  
438 438  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -469,51 +469,25 @@
469 469  
470 470  == 3.3 Add or Delete RS485 Sensor ==
471 471  
472 -(((
473 473  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.
474 -)))
475 475  
476 -(((
477 477  (% style="color:#037691" %)**AT Command: **
478 -)))
479 479  
480 -(((
481 481  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
482 -)))
483 483  
484 -* (((
485 -Type_Code range:  A1 ~~ A4
486 -)))
487 -* (((
488 -Query_Length:  RS485 Query frame length, Value cannot be greater than 10
489 -)))
490 -* (((
491 -Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
492 -)))
493 -* (((
494 -Read_Length:  RS485 response frame length supposed to receive. Max can receive
495 -)))
496 -* (((
497 -Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
498 -)))
499 -* (((
500 -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.
501 -)))
502 -* (((
503 -timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
504 -)))
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
505 505  
506 -(((
507 507  **Example:**
508 -)))
509 509  
510 -(((
511 511  User need to change external sensor use the type code as address code.
512 -)))
513 513  
514 -(((
515 515  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
516 -)))
517 517  
518 518  [[image:image-20220624143553-10.png]]
519 519  
... ... @@ -570,13 +570,9 @@
570 570  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %)
571 571  |=(% style="width: 159px;" %)**Command Example**|=(% style="width: 227px;" %)**Function**|=(% style="width: 85px;" %)**Response**
572 572  |(% style="width:159px" %)AT+RSWRITE=xxxxxx|(% style="width:227px" %)(((
573 -(((
574 574  Send command to 485 sensor
575 -)))
576 576  
577 -(((
578 578  Range : no more than 10 bytes
579 -)))
580 580  )))|(% style="width:85px" %)OK
581 581  
582 582  Eg: Send command **01 03 00 00 00 01 84 0A** to 485 sensor
... ... @@ -598,13 +598,9 @@
598 598  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:433px" %)
599 599  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 188px;" %)**Function**|=(% style="width: 85px;" %)**Response**
600 600  |(% style="width:157px" %)AT+DTR=1000|(% style="width:188px" %)(((
601 -(((
602 602  Set response timeout to:
603 -)))
604 604  
605 -(((
606 606  Range : 0~~10000
607 -)))
608 608  )))|(% style="width:85px" %)OK
609 609  
610 610  (% style="color:#037691" %)**Downlink Command:**
... ... @@ -1271,20 +1271,26 @@
1271 1271  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1272 1272  
1273 1273  
1225 +
1226 +
1227 +
1274 1274  == 9.2 Sensors ==
1275 1275  
1276 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1277 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1278 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
1279 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:120px" %)WS-K2
1280 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:120px" %)WSS-02
1281 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:120px" %)WSS-03
1282 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:120px" %)WSS-04
1283 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:120px" %)WSS-05
1284 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1285 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1230 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1231 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1232 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1233 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1234 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1235 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1236 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1237 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1238 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1239 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1286 1286  
1287 1287  
1242 +
1243 +
1244 +
1288 1288  = 10. Support =
1289 1289  
1290 1290  * 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.
... ... @@ -1291,10 +1291,13 @@
1291 1291  * 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]]
1292 1292  
1293 1293  
1251 +
1252 +
1253 +
1294 1294  = 11. Appendix I: Field Installation Photo =
1295 1295  
1296 1296  
1297 -[[image:1656058346362-132.png||height="685" width="732"]]
1257 +[[image:1656058346362-132.png]]
1298 1298  
1299 1299  **Storage Battery**: 12v,12AH li battery
1300 1300  
... ... @@ -1302,13 +1302,13 @@
1302 1302  
1303 1303  **Wind Speed/Direction**
1304 1304  
1305 -[[image:1656058373174-421.png||height="356" width="731"]]
1265 +[[image:1656058373174-421.png]]
1306 1306  
1307 1307  
1308 1308  
1309 1309  **Total Solar Radiation sensor**
1310 1310  
1311 -[[image:1656058397364-282.png||height="453" width="732"]]
1271 +[[image:1656058397364-282.png]]
1312 1312  
1313 1313  
1314 1314  
... ... @@ -1320,7 +1320,7 @@
1320 1320  
1321 1321  **CO2/PM2.5/PM10 3 in 1 sensor**
1322 1322  
1323 -[[image:1656058441194-827.png||height="672" width="523"]]
1283 +[[image:1656058441194-827.png]]
1324 1324  
1325 1325  
1326 1326  
... ... @@ -1332,4 +1332,4 @@
1332 1332  
1333 1333  **Rain Gauge**
1334 1334  
1335 -[[image:1656058463455-569.png||height="499" width="550"]]
1295 +[[image:1656058463455-569.png]]