Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 5 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -69,8 +69,6 @@ 69 69 70 70 71 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: ... ... @@ -83,8 +83,6 @@ 83 83 84 84 85 85 86 - 87 - 88 88 == 2.2 How it works? == 89 89 90 90 ((( ... ... @@ -104,8 +104,6 @@ 104 104 105 105 106 106 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. ... ... @@ -164,14 +164,14 @@ 164 164 165 165 166 166 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 166 +((( 174 174 User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink 168 +))) 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 : ... ... @@ -270,120 +270,47 @@ 270 270 271 271 === 2.4.2 Uplink FPORT~=2, Real time sensor value === 272 272 273 -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"]]. 266 +((( 267 +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"]]. 268 +))) 274 274 270 +((( 275 275 Uplink uses FPORT=2 and every 20 minutes send one uplink by default. 272 +))) 276 276 277 277 275 +((( 278 278 The upload length is dynamic, depends on what type of weather sensors are connected. The uplink payload is combined with sensor segments. As below: 277 +))) 279 279 280 -|Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n 281 281 282 -(% style="color:#4472c4" %)** Uplink Payload**: 280 +(% style="color:#4472c4" %)** Uplink Payload**: 283 283 284 -|Type Code|Length (Bytes)|Measured Value 282 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:464px" %) 283 +|(% style="width:140px" %)Sensor Segment 1|(% style="width:139px" %)Sensor Segment 2|(% style="width:42px" %)……|(% style="width:140px" %)Sensor Segment n 285 285 286 286 (% style="color:#4472c4" %)** Sensor Segment Define**: 287 287 287 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:330px" %) 288 +|(% style="width:89px" %)Type Code|(% style="width:114px" %)Length (Bytes)|(% style="width:124px" %)Measured Value 288 288 290 +(% style="color:#4472c4" %)**Sensor Type Table:** 289 289 290 - Sensor Type Table:292 +[[image:image-20220624140352-2.png]] 291 291 292 -|**Sensor Type**|**Type Code**|**Range**|**Length ( Bytes)**|**Example** 293 -|**Wind Speed**|0x01|((( 294 -Speed: 0~60m/s 295 295 296 -Level: 0~17 297 -)))|0x03 |((( 298 -0x0024/10=3.6m/s 295 +Below is an example payload: [[image:image-20220624140615-3.png]] 299 299 300 -(0x02FE: No Sensor, 0x02FF: Value Error) 301 301 302 -0x02=2 303 - 304 -(0x14: No Sensor, 0x15: Value Error) 305 -))) 306 -|**Wind Direction**|0x02|((( 307 -Angel: 0~360° 308 - 309 -Direction: 16 positions 310 -)))|0x03|((( 311 -0x029A/10=66.6° 312 - 313 -(0x0EFE: No Sensor,0x0EFF: Value Error) 314 - 315 -0X03=3(ENE) 316 - 317 -(0x14: No Sensor,0x15: Value Error) 318 -))) 319 -|**Illumination**|0x03|0~200000Lux|0x02|((( 320 -0x04D2 *10=12340Lux 321 - 322 -(0x4EFE: No Sensor,0x4EFF: Value Error) 323 -))) 324 -|**Rain / Snow**|0x04|00: No, 01 Yes.|0x01|((( 325 -0x00 (00) No Rain or snow detected 326 - 327 -(0x02: No Sensor,0x03: Value Error) 328 -))) 329 -|**CO2**|0x05|0~5000ppm|0x02|((( 330 -0x0378=888ppm 331 - 332 - (0x14FE: No Sensor,0x14FF: Value Error) 333 -))) 334 -|**Temperature**|0x06|-30℃~70℃|0x02|((( 335 -0xFFDD/10=-3.5℃ 336 - 337 -(0x02FE: No Sensor,0x02FF: Value Error) 338 -))) 339 -|**Humidity**|0x07|0~100%RH|0x02|0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error) 340 -|**Pressure**|0x08|10~1100hPa|0x02|((( 341 -0x2748/10=1005.6hPa 342 - 343 -(0x00: No Sensor,0x01: Value Error) 344 -))) 345 -|**Rain Gauge**|0x09|0mm/min~100mm/min|0x02|((( 346 -0x0000/10=0mm /min 347 - 348 -(0x03FE: No Sensor,0x03FF: Value Error) 349 -))) 350 -|**PM2.5**|0x0A|0~1000μg/m^^3^^|0x02|((( 351 -0x0023=35μg/m^^3 ^^ 352 - 353 -(0x03FE: No Sensor,0x03FF: Value Error) 354 -))) 355 -|**PM10**|0x0B|0~1000μg/m^^3^^|0x02|((( 356 -0x002D=45μg/m^^3 ^^ 357 - 358 -(0x03FE: No Sensor,0x03FF: Value Error) 359 -))) 360 -|**PAR**|0x0C|0~2500μmol/m^^2^^•s|0x02|((( 361 -0x00B3=179μmol/m^^2^^•s 362 - 363 -(0x09FE: No Sensor,0x9FF: Value Error) 364 -))) 365 -|((( 366 -**Total Solar** 367 - 368 -**Radiation** 369 -)))|0x0D|0~2000W/m^^2^^|0x02|((( 370 -0x0073/10=11.5W/m^^2^^ 371 - 372 -(0x4EFE: No Sensor,0x4EFF: Value Error) 373 -))) 374 - 375 -Below is an example payload: 376 - 377 -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 378 - 379 - 380 380 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. 381 381 382 -* 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 03300 +* 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. 383 383 384 - Uplink2:030211900402000A0502 021C06 020 FA 07 02026208 02 2763 09 020 00 0A 02 00 23 0B 02 00 2D 0C 02 00 B3 0D 02 0073302 + Uplink 1: [[image:image-20220624140735-4.png]] 385 385 304 + Uplink 2: [[image:image-20220624140842-5.png]] 386 386 306 + 387 387 * When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink: 388 388 389 389 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
- 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