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

From version 14.7
edited by Xiaoling
on 2022/06/24 13:44
Change comment: There is no comment for this version
To version 28.4
edited by Xiaoling
on 2022/06/24 14:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -67,10 +67,6 @@
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 -
72 -
73 -
74 74  (% style="color:red" %)** Notice 2:**
75 75  
76 76  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -82,12 +82,11 @@
82 82  * Cabinet.
83 83  
84 84  
85 -
86 -
87 -
88 88  == 2.2 How it works? ==
89 89  
83 +(((
90 90  Each WSC1-L is shipped with a worldwide unique set of OTAA keys. To use WSC1-L in a LoRaWAN network, user needs to input the OTAA keys in LoRaWAN network server. After finish installation as above. Create WSC1-L in your LoRaWAN server and Power on WSC1-L , it can join the LoRaWAN network and start to transmit sensor data. The default period for each uplink is 20 minutes.
85 +)))
91 91  
92 92  
93 93  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
... ... @@ -100,6 +100,7 @@
100 100  1. WSC1-L will auto scan available weather sensors when power on or reboot.
101 101  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
102 102  
98 +
103 103  == 2.3 Example to use for LoRaWAN network ==
104 104  
105 105  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.
... ... @@ -161,7 +161,9 @@
161 161  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
162 162  
163 163  
160 +(((
164 164  User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink
162 +)))
165 165  
166 166  (% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:500px" %)
167 167  |=(% style="width: 70px;" %)**Size (bytes)**|=(% style="width: 60px;" %)**1**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**1**|=(% style="width: 60px;" %)**1**|=(% style="width: 50px;" %)**2**|=(% style="width: 100px;" %)**3**
... ... @@ -226,17 +226,13 @@
226 226  
227 227  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
228 228  
227 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %)
229 229  |Byte3|Byte2|Byte1
230 230  
231 231  Bit = 1 means this sensor is connected, Bit=0 means this sensor is not connected
232 232  
232 +[[image:image-20220624134713-1.png]]
233 233  
234 -|(% rowspan="2" %)Byte3|Bit23|Bit22|Bit21|Bit20|Bit19|Bit18|Bit17|Bit16
235 -|N/A|Customize-A4|Customize-A3|Customize-A2|Customize-A1|N/A|N/A|N/A
236 -|(% rowspan="2" %)Byte2|Bit15|Bit14|Bit13|Bit12|Bit11|Bit10|Bit9|Bit8
237 -|N/A|N/A|N/A|N/A|N/A|N/A|N/A|N/A
238 -|(% rowspan="2" %)Byte1|Bit7|Bit6|Bit5|Bit4|Bit3|Bit2|Bit1|Bit0
239 -|WSS-07|WSS-06|WSS-05|WSS-04|WSS-03|WSS-02|WSS-01|N/A
240 240  
241 241  Eg: 0x1000FE = 1 0000 0000 0000 1111 1110(b)
242 242  
... ... @@ -253,138 +253,62 @@
253 253  Wind Speed/Direction (WSS-02)
254 254  
255 255  
256 -
257 -
258 258  User can also use downlink command(0x26 01) to ask WSC1-L to resend this uplink :
259 259  
260 260  (% style="color:#037691" %)**Downlink:0x26 01**
261 261  
262 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image012.png||alt="1646898147(1)"]]
254 +[[image:1656049673488-415.png]]
263 263  
264 264  
265 265  
266 -
267 267  === 2.4.2 Uplink FPORT~=2, Real time sensor value ===
268 268  
269 -WSC1-L will send this uplink after Device Config uplink once join LoRaWAN network successfully. And it will periodically send this uplink. Default interval is 20 minutes and [[can be changed>>||anchor="H"]].
260 +(((
261 +WSC1-L will send this uplink after Device Config uplink once join LoRaWAN network successfully. And it will periodically send this uplink. Default interval is 20 minutes and [[can be changed>>||anchor="H3.1SetTransmitIntervalTime"]].
262 +)))
270 270  
264 +(((
271 271  Uplink uses FPORT=2 and every 20 minutes send one uplink by default.
266 +)))
272 272  
273 273  
269 +(((
274 274  The upload length is dynamic, depends on what type of weather sensors are connected. The uplink payload is combined with sensor segments. As below:
271 +)))
275 275  
276 -|Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n
277 277  
278 -(% style="color:#4472c4" %)** Uplink Payload**:
274 +(% style="color:#4472c4" %)** Uplink Payload**:
279 279  
280 -|Type Code|Length (Bytes)|Measured Value
276 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:464px" %)
277 +|(% style="width:140px" %)Sensor Segment 1|(% style="width:139px" %)Sensor Segment 2|(% style="width:42px" %)……|(% style="width:140px" %)Sensor Segment n
281 281  
282 282  (% style="color:#4472c4" %)** Sensor Segment Define**:
283 283  
281 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:330px" %)
282 +|(% style="width:89px" %)Type Code|(% style="width:114px" %)Length (Bytes)|(% style="width:124px" %)Measured Value
284 284  
284 +(% style="color:#4472c4" %)**Sensor Type Table:**
285 285  
286 -Sensor Type Table:
286 +[[image:image-20220624140352-2.png]]
287 287  
288 -|**Sensor Type**|**Type Code**|**Range**|**Length ( Bytes)**|**Example**
289 -|**Wind Speed**|0x01|(((
290 -Speed: 0~60m/s
291 291  
292 -Level: 0~17
293 -)))|0x03 |(((
294 -0x0024/10=3.6m/s
289 +Below is an example payload:  [[image:image-20220624140615-3.png]]
295 295  
296 -(0x02FE: No Sensor, 0x02FF: Value Error)
297 297  
298 -0x02=2
299 -
300 -(0x14: No Sensor, 0x15: Value Error)
301 -)))
302 -|**Wind Direction**|0x02|(((
303 -Angel: 0~360°
304 -
305 -Direction: 16 positions
306 -)))|0x03|(((
307 -0x029A/10=66.6°
308 -
309 -(0x0EFE: No Sensor,0x0EFF: Value Error)
310 -
311 -0X03=3(ENE)
312 -
313 -(0x14: No Sensor,0x15: Value Error)
314 -)))
315 -|**Illumination**|0x03|0~200000Lux|0x02|(((
316 -0x04D2 *10=12340Lux
317 -
318 -(0x4EFE: No Sensor,0x4EFF: Value Error)
319 -)))
320 -|**Rain / Snow**|0x04|00: No, 01 Yes.|0x01|(((
321 -0x00 (00) No Rain or snow detected
322 -
323 -(0x02: No Sensor,0x03: Value Error)
324 -)))
325 -|**CO2**|0x05|0~5000ppm|0x02|(((
326 -0x0378=888ppm
327 -
328 - (0x14FE: No Sensor,0x14FF: Value Error)
329 -)))
330 -|**Temperature**|0x06|-30℃~70℃|0x02|(((
331 -0xFFDD/10=-3.5℃
332 -
333 -(0x02FE: No Sensor,0x02FF: Value Error)
334 -)))
335 -|**Humidity**|0x07|0~100%RH|0x02|0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error)
336 -|**Pressure**|0x08|10~1100hPa|0x02|(((
337 -0x2748/10=1005.6hPa
338 -
339 -(0x00: No Sensor,0x01: Value Error)
340 -)))
341 -|**Rain Gauge**|0x09|0mm/min~100mm/min|0x02|(((
342 -0x0000/10=0mm /min
343 -
344 -(0x03FE: No Sensor,0x03FF: Value Error)
345 -)))
346 -|**PM2.5**|0x0A|0~1000μg/m^^3^^|0x02|(((
347 -0x0023=35μg/m^^3 ^^
348 -
349 -(0x03FE: No Sensor,0x03FF: Value Error)
350 -)))
351 -|**PM10**|0x0B|0~1000μg/m^^3^^|0x02|(((
352 -0x002D=45μg/m^^3 ^^
353 -
354 -(0x03FE: No Sensor,0x03FF: Value Error)
355 -)))
356 -|**PAR**|0x0C|0~2500μmol/m^^2^^•s|0x02|(((
357 -0x00B3=179μmol/m^^2^^•s
358 -
359 -(0x09FE: No Sensor,0x9FF: Value Error)
360 -)))
361 -|(((
362 -**Total Solar**
363 -
364 -**Radiation**
365 -)))|0x0D|0~2000W/m^^2^^|0x02|(((
366 -0x0073/10=11.5W/m^^2^^
367 -
368 -(0x4EFE: No Sensor,0x4EFF: Value Error)
369 -)))
370 -
371 -Below is an example payload:
372 -
373 -01 03 00 14 02 02 03 02 C9 03 03 02 11 90 04 02 00 0A 05 02 02 1C 06 02 00 FA 07 02 02 62 08 02 27 63 09 02 00 00 0A 02 00 23 0B 02 00 2D 0C 02 00 B3 0D 02 00 73
374 -
375 -
376 376  When sending this payload to LoRaWAN server. WSC1-L will send this in one uplink or several uplinks according to LoRaWAN spec requirement. For example, total length of Payload is 54 bytes.
377 377  
378 -* When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink. Uplink 1: 01 03 00 14 02 02 03 02 C9 03
294 +* When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
379 379  
380 -Uplink 2: 03 02 11 90 04 02 00 0A 05 02 02 1C 06 02 00 FA 07 02 02 62 08 02 27 63 09 02 00 00 0A 02 00 23 0B 02 00 2D 0C 02 00 B3 0D 02 00 73
296 + Uplink 1 [[image:image-20220624140735-4.png]]
381 381  
298 + Uplink 2:  [[image:image-20220624140842-5.png]]
382 382  
300 +
383 383  * When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
384 384  
385 -Uplink 1: 01 03 00 14 02 02 03 02 C9 03 03 02 11 90 04 02 00 0A 05 02 02 1C 06 02 00 FA 07 02 02 62 08 02 27 63 09 02 00 00 0A 02 00 23 0B 02 00 2D 0C 02 00 B3
303 + Uplink 1 [[image:image-20220624141025-6.png]]
386 386  
387 -Uplink 2: 0D 02 00 73
305 + Uplink 2:  [[image:image-20220624141100-7.png]]
388 388  
389 389  
390 390  
... ... @@ -400,7 +400,7 @@
400 400  
401 401  and put as below:
402 402  
403 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image013.png]]
321 +[[image:1656051152438-578.png]]
404 404  
405 405  
406 406  
... ... @@ -413,21 +413,22 @@
413 413  
414 414  (% 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.
415 415  
416 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image014.png]]
334 +[[image:1656051197172-131.png]]
417 417  
418 418  
419 -Add TagoIO:
337 +**Add TagoIO:**
420 420  
421 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image015.png]]
339 +[[image:1656051223585-631.png]]
422 422  
423 -Authorization:
424 424  
425 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image016.png]]
342 +**Authorization:**
426 426  
344 +[[image:1656051248318-368.png]]
427 427  
346 +
428 428  In TagoIO console ([[https:~~/~~/admin.tago.io~~/~~/>>url:https://datacake.co/]]) , add WSC1-L:
429 429  
430 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image017.png]]
349 +[[image:1656051277767-168.png]]
431 431  
432 432  
433 433  
... ... @@ -435,12 +435,9 @@
435 435  
436 436  Use can configure WSC1-L via AT Command or LoRaWAN Downlink.
437 437  
438 -* AT Command Connection: See [[FAQ>>||anchor="H"]].
439 -* LoRaWAN Downlink instruction for different platforms:
357 +* AT Command Connection: See [[FAQ>>||anchor="H7.FAQ"]].
358 +* LoRaWAN Downlink instruction for different platforms:  [[Use Note for Server>>doc:Main.WebHome]](IoT LoRaWAN Server)
440 440  
441 -[[http:~~/~~/wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server>>url:http://wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server]]
442 -
443 -
444 444  There are two kinds of commands to configure WSC1-L, they are:
445 445  
446 446  * (% style="color:#4472c4" %)**General Commands**.
... ... @@ -450,10 +450,8 @@
450 450  * General system settings like: uplink interval.
451 451  * LoRaWAN protocol & radio related command.
452 452  
453 -They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack((% style="color:red" %)Note~*~*)(%%). These commands can be found on the wiki:
369 +They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack((% style="color:red" %)Note~*~*)(%%). These commands can be found on the wiki:  [[End Device Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
454 454  
455 -[[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_Downlink_Command>>url:http://wiki.dragino.com/index.php?title=End_Device_Downlink_Command]]
456 -
457 457  (% style="color:red" %)Note~*~*: Please check early user manual if you don’t have v1.8.0 firmware.
458 458  
459 459  
... ... @@ -468,20 +468,9 @@
468 468  
469 469  (% style="color:#037691" %)**AT Command: AT+TDC**
470 470  
471 -|**Command Example**|**Function**|**Response**
472 -|AT+TDC?|Show current transmit Interval|(((
473 -30000
385 +[[image:image-20220624142619-8.png]]
474 474  
475 -OK
476 476  
477 -the interval is 30000ms = 30s
478 -)))
479 -|AT+TDC=60000|Set Transmit Interval|(((
480 -OK
481 -
482 -Set transmit interval to 60000ms = 60 seconds
483 -)))
484 -
485 485  (% style="color:#037691" %)**Downlink Command: 0x01**
486 486  
487 487  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -491,6 +491,9 @@
491 491  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
492 492  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
493 493  
397 +
398 +
399 +
494 494  == 3.2 Set Emergency Mode ==
495 495  
496 496  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -507,6 +507,9 @@
507 507  * 0xE101     Same as: AT+ALARMMOD=1
508 508  * 0xE100     Same as: AT+ALARMMOD=0
509 509  
416 +
417 +
418 +
510 510  == 3.3 Add or Delete RS485 Sensor ==
511 511  
512 512  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.
... ... @@ -576,6 +576,9 @@
576 576  
577 577  * 0xE5FF  
578 578  
488 +
489 +
490 +
579 579  == 3.4 RS485 Test Command ==
580 580  
581 581  (% style="color:#037691" %)**AT Command:**
... ... @@ -596,6 +596,9 @@
596 596  
597 597  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
598 598  
511 +
512 +
513 +
599 599  == 3.5 RS485 response timeout ==
600 600  
601 601  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -618,6 +618,9 @@
618 618  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
619 619  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
620 620  
536 +
537 +
538 +
621 621  == 3.6 Set Sensor Type ==
622 622  
623 623  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
1656049673488-415.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +86.8 KB
Content
1656051152438-578.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
1656051197172-131.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +93.9 KB
Content
1656051223585-631.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +45.7 KB
Content
1656051248318-368.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +49.2 KB
Content
1656051277767-168.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +93.2 KB
Content
image-20220624134713-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +17.1 KB
Content
image-20220624140352-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +66.5 KB
Content
image-20220624140615-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +7.4 KB
Content
image-20220624140735-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.2 KB
Content
image-20220624140842-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +6.3 KB
Content
image-20220624141025-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +6.8 KB
Content
image-20220624141100-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +875 bytes
Content
image-20220624142619-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +12.5 KB
Content