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

From version 3.13
edited by Xiaoling
on 2022/06/24 11:38
Change comment: There is no comment for this version
To version 6.5
edited by Xiaoling
on 2022/06/24 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,15 +50,15 @@
50 50  
51 51  
52 52  
53 -
54 54  = 2. How to use =
55 55  
56 56  == 2.1 Installation ==
57 57  
58 -Below is an installation example for the weather station. Field installation example can be found at [[Appendix I: Field Installation Photo.>>||anchor="H"]] 
57 +Below is an installation example for the weather station. Field installation example can be found at [[Appendix I: Field Installation Photo.>>||anchor="H11.AppendixI:FieldInstallationPhoto"]] 
59 59  
60 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png]]
59 +[[image:1656041948552-849.png]]
61 61  
61 +
62 62  (% style="color:blue" %)** Wiring:**
63 63  
64 64  ~1. WSC1-L and sensors all powered by solar power via MPPT
... ... @@ -70,11 +70,9 @@
70 70  
71 71  WSC1-L is shipped with a RS485 converter board, for the easy connection to different sensors and WSC1-L. Below is a connection photo:
72 72  
73 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png]]
73 +[[image:1656042136605-251.png]]
74 74  
75 75  
76 -
77 -
78 78  (% style="color:red" %) ** Notice 1:**
79 79  
80 80  * All weather sensors and WSC1-L are powered by MPPT solar recharge controller. MPPT is connected to solar panel and storage battery.
... ... @@ -81,6 +81,9 @@
81 81  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
82 82  * Weather sensors won’t work if solar panel and storage battery fails.
83 83  
82 +
83 +
84 +
84 84  (% style="color:red" %)** Notice 2:**
85 85  
86 86  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -98,14 +98,17 @@
98 98  
99 99  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
100 100  
101 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png]]
102 +[[image:1656042192857-709.png]]
102 102  
103 103  
104 -Notice:
105 +(% style="color:red" %)**Notice:**
105 105  
106 106  1. WSC1-L will auto scan available weather sensors when power on or reboot.
107 -1. User can send a downlink command( 增加下发命令的连接) to WSC1-L to do a re-scan on the available sensors.
108 +1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
108 108  
110 +
111 +
112 +
109 109  == 2.3 Example to use for LoRaWAN network ==
110 110  
111 111  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.
... ... @@ -168,10 +168,11 @@
168 168  * Valid Sensor Value: Use FPORT=2
169 169  * Other control command: Use FPORT other than 2.
170 170  
171 -=== 2.4.1 Uplink FPORT ===
172 172  
173 -5, Device Status ===
174 174  
177 +
178 +=== 2.4.1 Uplink FPORT~=5, Device Status ===
179 +
175 175  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
176 176  
177 177  
... ... @@ -192,11 +192,13 @@
192 192  For WSC1-L, this value is 0x0D.
193 193  
194 194  
200 +
195 195  ==== (% style="color:#037691" %)**Firmware Version:**(%%) ====
196 196  
197 197  0x0100, Means: v1.0.0 version.
198 198  
199 199  
206 +
200 200  ==== (% style="color:#037691" %)**Frequency Band:**(%%) ====
201 201  
202 202  *0x01: EU868
... ... @@ -220,11 +220,13 @@
220 220  *0x0a: AS923-3
221 221  
222 222  
230 +
223 223  ==== (% style="color:#037691" %)**Sub-Band:**(%%) ====
224 224  
225 225  value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
226 226  
227 227  
236 +
228 228  ==== (% style="color:#037691" %)**BAT:**(%%) ====
229 229  
230 230  shows the battery voltage for WSC1-L MCU.
... ... @@ -232,6 +232,7 @@
232 232  Ex1: 0x0BD6/1000 = 3.03 V
233 233  
234 234  
244 +
235 235  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
236 236  
237 237  |Byte3|Byte2|Byte1
... ... @@ -272,10 +272,8 @@
272 272  
273 273  
274 274  
275 -=== 2.4.2 Uplink FPORT ===
285 +=== 2.4.2 Uplink FPORT~=2, Real time sensor value ===
276 276  
277 -2, Real time sensor value ===
278 -
279 279  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"]].
280 280  
281 281  Uplink uses FPORT=2 and every 20 minutes send one uplink by default.
... ... @@ -501,7 +501,6 @@
501 501  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
502 502  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
503 503  
504 -
505 505  == 3.2 Set Emergency Mode ==
506 506  
507 507  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -518,7 +518,6 @@
518 518  * 0xE101     Same as: AT+ALARMMOD=1
519 519  * 0xE100     Same as: AT+ALARMMOD=0
520 520  
521 -
522 522  == 3.3 Add or Delete RS485 Sensor ==
523 523  
524 524  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.
... ... @@ -588,7 +588,6 @@
588 588  
589 589  * 0xE5FF  
590 590  
591 -
592 592  == 3.4 RS485 Test Command ==
593 593  
594 594  (% style="color:#037691" %)**AT Command:**
... ... @@ -609,7 +609,6 @@
609 609  
610 610  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
611 611  
612 -
613 613  == 3.5 RS485 response timeout ==
614 614  
615 615  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -632,7 +632,6 @@
632 632  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
633 633  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
634 634  
635 -
636 636  == 3.6 Set Sensor Type ==
637 637  
638 638  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
... ... @@ -730,7 +730,6 @@
730 730  * IP Rating: IP65
731 731  * Support default sensors or 3rd party RS485 sensors
732 732  
733 -
734 734  == 5.2 Power Consumption ==
735 735  
736 736  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
1656041948552-849.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +106.2 KB
Content
1656042136605-251.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.2 MB
Content
1656042192857-709.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +533.6 KB
Content