Last modified by Mengting Qiu on 2023/12/14 11:15

From version 43.1
edited by Saxer Lin
on 2023/05/23 17:43
Change comment: There is no comment for this version
To version 52.1
edited by Saxer Lin
on 2023/05/24 11:42
Change comment: Uploaded new attachment "image-20230524114302-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -136,15 +136,15 @@
136 136  
137 137  [[image:image-20230523174230-1.png]]
138 138  
139 -(% class="wikigeneratedid" %)
140 -== ==
141 141  
142 -== 1.8  Hardware Variant ==
140 +== 1.8 Hardware Variant ==
143 143  
144 144  
145 145  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
146 146  |=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)Photo|=(% style="width: 218px;background-color:#D9E2F3;color:#0070C0" %)Probe Info
147 -|(% style="width:102px" %)S31-LB|(% style="width:190px" %)[[image:S31.jpg]]|(% style="width:297px" %)(((
145 +|(% style="width:102px" %)(((
146 +S31-LB
147 +)))|(% style="width:190px" %)[[image:S31.jpg]]|(% style="width:297px" %)(((
148 148  1 x SHT31 Probe
149 149  
150 150  Cable Length : 2 meters
... ... @@ -151,7 +151,9 @@
151 151  
152 152  
153 153  )))
154 -|(% style="width:102px" %)S31B-LB|(% style="width:190px" %)[[image:S31B.jpg]]|(% style="width:297px" %)(((
154 +|(% style="width:102px" %)(((
155 +S31B-LB
156 +)))|(% style="width:190px" %)[[image:S31B.jpg]]|(% style="width:297px" %)(((
155 155  1 x SHT31 Probe
156 156  
157 157  Installed in device.
... ... @@ -308,19 +308,25 @@
308 308  
309 309  Sensor Data is uplink via FPORT=2
310 310  
311 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
313 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:700px" %)
312 312  |=(% style="width: 90px;background-color:#D9E2F3" %)(((
313 313  **Size(bytes)**
314 -)))|=(% style="width: 80px;background-color:#D9E2F3" %)2|=(% style="width: 90px;background-color:#D9E2F3" %)4|=(% style="width:80px;background-color:#D9E2F3" %)1|=(% style="width: 80px;background-color:#D9E2F3" %)**2**|=(% style="width: 80px;background-color:#D9E2F3" %)2
316 +)))|=(% style="width: 80px;background-color:#D9E2F3" %)2|=(% style="width: 90px;background-color:#D9E2F3" %)4|=(% style="width: 194px; background-color: rgb(217, 226, 243);" %)1|=(% style="width: 106px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 97px; background-color: rgb(217, 226, 243);" %)2
315 315  |(% style="width:99px" %)**Value**|(% style="width:69px" %)(((
316 316  [[Battery>>||anchor="HBattery"]]
317 317  )))|(% style="width:130px" %)(((
318 318  [[Unix TimeStamp>>||anchor="H2.5.2UnixTimeStamp"]]
319 -)))|(% style="width:91px" %)(((
320 -[[Alarm Flag>>||anchor="HAlarmFlag26MOD"]]
321 -)))|(% style="width:103px" %)(((
321 +)))|(% style="width:194px" %)(((
322 +[[Alarm Flag>>||anchor="HAlarmFlag26MOD"]][[&>>Alarm Flag& MOD& Digital Interrupt(PA8)]]
323 +
324 +[[MOD&>>Alarm Flag& MOD& Digital Interrupt(PA8)]]
325 +
326 +[[Digital Interrupt(PA8)>>Alarm Flag& MOD& Digital Interrupt(PA8)]]
327 +
328 +
329 +)))|(% style="width:106px" %)(((
322 322  [[Temperature>>||anchor="HTemperature"]]
323 -)))|(% style="width:80px" %)(((
331 +)))|(% style="width:97px" %)(((
324 324  [[Humidity>>||anchor="HHumidity"]]
325 325  )))
326 326  
... ... @@ -351,17 +351,21 @@
351 351  Read:0x(0197)=412    Value:  412 / 10=41.2, So 41.2%
352 352  
353 353  
354 -==== (% style="color:#4472c4" %)**Alarm Flag& MOD**(%%) ====
362 +==== (% style="color:#4472c4" %)**Alarm Flag & MOD & Digital Interrupt**(%%) ====
355 355  
356 356  
357 357  **Example:**
358 358  
359 -If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message
367 +If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message.It means that the temperature and humidity exceed the alarm value or trigger an interrupt.
360 360  
361 -If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm
369 +If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm.
362 362  
363 -If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message
371 +If payload & 0x80>>7 = 0x01  **~-~->** The PA8 is low level.
364 364  
373 +If payload & 0x80>>7 =0x00  **~-~->** The PA8 is high level.
374 +
375 +If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message.
376 +
365 365  If payload >> 2 = 0x31  **~-~->**  means MOD=31, this message is a reply message for polling, this message contains the alarm settings. see [[this link>>path:#HPolltheAlarmsettings:]] for detail. 
366 366  
367 367  
... ... @@ -386,8 +386,12 @@
386 386  
387 387  Set [[PNACKMD=1>>||anchor="H2.5.4DatalogUplinkpayload28FPORT3D329"]], S31x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
388 388  
389 -* a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.
390 -* b) S31x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but S31x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if S31x-LB gets a ACK, S31x-LB will consider there is a network connection and resend all NONE-ACK messages.
401 +* (((
402 +a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.
403 +)))
404 +* (((
405 +b) S31x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but S31x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if S31x-LB gets a ACK, S31x-LB will consider there is a network connection and resend all NONE-ACK messages.
406 +)))
391 391  
392 392  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
393 393  
... ... @@ -428,16 +428,24 @@
428 428  
429 429  **Retrieval data payload:**
430 430  
431 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
447 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:680px" %)
432 432  |=(% style="width: 80px;background-color:#D9E2F3" %)(((
433 433  **Size(bytes)**
434 -)))|=(% style="width: 60px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 60px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 120px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 103px; background-color: rgb(217, 226, 243);" %)**1**|=(% style="width: 85px; background-color: rgb(217, 226, 243);" %)**4**
435 -|(% style="width:103px" %)**Value**|(% style="width:54px" %)(((
436 -Temp_Black
437 -)))|(% style="width:51px" %)Temp_White|(% style="width:89px" %)Temp_ Red or Temp _White|(% style="width:103px" %)Poll message flag & Ext|(% style="width:54px" %)[[Unix Time Stamp>>||anchor="H2.5.2UnixTimeStamp"]]
450 +)))|=(% style="width: 68px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 104px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 87px; background-color: rgb(217, 226, 243);" %)**2**|=(% style="width: 178px; background-color: rgb(217, 226, 243);" %)**1**|=(% style="width: 137px; background-color: rgb(217, 226, 243);" %)**4**
451 +|(% style="width:103px" %)**Value**|(% style="width:68px" %)(((
452 +ignore
453 +)))|(% style="width:104px" %)(((
454 +Temperature
455 +)))|(% style="width:87px" %)Humidity|(% style="width:178px" %)(((
456 +Poll message flag &
438 438  
439 -**Poll message flag & Ext:**
458 +Alarm Flag&
440 440  
460 +Digital Interrupt
461 +)))|(% style="width:137px" %)Unix Time Stamp
462 +
463 +**Poll message flag & Alarm Flag & Digital Interrupt:**
464 +
441 441  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20221006192726-1.png?width=754&height=112&rev=1.1||alt="图片-20221006192726-1.png" height="112" width="754"]]
442 442  
443 443  **No ACK Message**:  1: This message means this payload is fromn Uplink Message which doesn't get ACK from the server before ( for **PNACKMD=1** feature)
... ... @@ -519,9 +519,10 @@
519 519  S31x-LB work flow with Alarm feature.
520 520  
521 521  
522 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-D20-D22-D23%20LoRaWAN%20Temperature%20Sensor%20User%20Manual/WebHome/image-20220623090437-1.png?rev=1.1||alt="图片-20220623090437-1.png"]]
546 +[[image:image-20230524110125-3.png||height="768" width="1115"]]
523 523  
524 524  
549 +
525 525  == 2.7 Frequency Plans ==
526 526  
527 527  
... ... @@ -665,9 +665,8 @@
665 665  
666 666  **Example:**
667 667  
668 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-D20-D22-D23%20LoRaWAN%20Temperature%20Sensor%20User%20Manual/WebHome/1655948182791-225.png?rev=1.1||alt="1655948182791-225.png"]]
693 +[[image:image-20230524110211-4.png]]
669 669  
670 -
671 671  **Explain:**
672 672  
673 673  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
... ... @@ -677,6 +677,8 @@
677 677  
678 678  Feature, Set Interrupt mode for PA8 of pin.
679 679  
704 +When AT+INTMOD=0 is set, PA8 is used as a digital input port.
705 +
680 680  (% style="color:blue" %)**AT Command: AT+INTMOD**
681 681  
682 682  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
... ... @@ -703,11 +703,9 @@
703 703  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
704 704  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
705 705  
706 -=== ===
732 +=== 3.3.8 Set Power Output Duration ===
707 707  
708 -=== 3.3.7 Set Power Output Duration ===
709 709  
710 -
711 711  Control the output duration 5V . Before each sampling, device will
712 712  
713 713  ~1. first enable the power output to external sensor,
... ... @@ -733,8 +733,6 @@
733 733  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
734 734  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
735 735  
736 -= =
737 -
738 738  = 4. Battery & Power Consumption =
739 739  
740 740  
image-20230524105433-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +121.4 KB
Content
image-20230524105747-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +223.2 KB
Content
image-20230524110125-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +194.1 KB
Content
image-20230524110211-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +110.1 KB
Content
image-20230524114302-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +12.0 KB
Content