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

From version 16.2
edited by Xiaoling
on 2022/06/24 13:47
Change comment: There is no comment for this version
To version 16.5
edited by Xiaoling
on 2022/06/24 13:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -70,7 +70,6 @@
70 70  
71 71  
72 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:
... ... @@ -84,7 +84,6 @@
84 84  
85 85  
86 86  
87 -
88 88  == 2.2 How it works? ==
89 89  
90 90  (((
... ... @@ -105,7 +105,6 @@
105 105  
106 106  
107 107  
108 -
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.
... ... @@ -165,13 +165,14 @@
165 165  
166 166  
167 167  
168 -
169 169  === 2.4.1 Uplink FPORT~=5, Device Status ===
170 170  
171 171  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
172 172  
173 173  
170 +(((
174 174  User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink
172 +)))
175 175  
176 176  (% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:500px" %)
177 177  |=(% 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**
... ... @@ -244,7 +244,6 @@
244 244  [[image:image-20220624134713-1.png]]
245 245  
246 246  
247 -
248 248  Eg: 0x1000FE = 1 0000 0000 0000 1111 1110(b)
249 249  
250 250  External sensors detected by WSC1-L include :
... ... @@ -268,17 +268,23 @@
268 268  
269 269  
270 270  
271 -
272 272  === 2.4.2 Uplink FPORT~=2, Real time sensor value ===
273 273  
274 -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"]].
270 +(((
271 +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"]].
272 +)))
275 275  
274 +(((
276 276  Uplink uses FPORT=2 and every 20 minutes send one uplink by default.
276 +)))
277 277  
278 278  
279 +(((
279 279  The upload length is dynamic, depends on what type of weather sensors are connected. The uplink payload is combined with sensor segments. As below:
281 +)))
280 280  
281 -|Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n
283 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:464px" %)
284 +|(% style="width:140px" %)Sensor Segment 1|(% style="width:139px" %)Sensor Segment 2|(% style="width:42px" %)……|(% style="width:140px" %)Sensor Segment n
282 282  
283 283  (% style="color:#4472c4" %)** Uplink Payload**:
284 284