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

From version 55.3
edited by Saxer Lin
on 2023/05/24 12:00
Change comment: There is no comment for this version
To version 42.1
edited by Saxer Lin
on 2023/05/23 17:42
Change comment: Uploaded new attachment "image-20230523174230-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -132,19 +132,12 @@
132 132  If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.
133 133  
134 134  
135 -== 1.7 Pin Definitions ==
135 +== 1.7  Hardware Variant ==
136 136  
137 -[[image:image-20230523174230-1.png]]
138 138  
139 -
140 -== 1.8 Hardware Variant ==
141 -
142 -
143 143  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
144 144  |=(% 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
145 -|(% style="width:102px" %)(((
146 -S31-LB
147 -)))|(% style="width:190px" %)[[image:S31.jpg]]|(% style="width:297px" %)(((
140 +|(% style="width:102px" %)S31-LB|(% style="width:190px" %)[[image:S31.jpg]]|(% style="width:297px" %)(((
148 148  1 x SHT31 Probe
149 149  
150 150  Cable Length : 2 meters
... ... @@ -151,9 +151,7 @@
151 151  
152 152  
153 153  )))
154 -|(% style="width:102px" %)(((
155 -S31B-LB
156 -)))|(% style="width:190px" %)[[image:S31B.jpg]]|(% style="width:297px" %)(((
147 +|(% style="width:102px" %)S31B-LB|(% style="width:190px" %)[[image:S31B.jpg]]|(% style="width:297px" %)(((
157 157  1 x SHT31 Probe
158 158  
159 159  Installed in device.
... ... @@ -163,7 +163,7 @@
163 163  
164 164  
165 165  
166 -== 1.9 Mechanical ==
157 +== 1.8 Mechanical ==
167 167  
168 168  
169 169  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143884058-338.png]]
... ... @@ -310,21 +310,19 @@
310 310  
311 311  Sensor Data is uplink via FPORT=2
312 312  
313 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:700px" %)
304 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
314 314  |=(% style="width: 90px;background-color:#D9E2F3" %)(((
315 315  **Size(bytes)**
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
307 +)))|=(% 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
317 317  |(% style="width:99px" %)**Value**|(% style="width:69px" %)(((
318 318  [[Battery>>||anchor="HBattery"]]
319 319  )))|(% style="width:130px" %)(((
320 320  [[Unix TimeStamp>>||anchor="H2.5.2UnixTimeStamp"]]
321 -)))|(% style="width:194px" %)(((
322 -[[Alarm Flag &  MOD&  Level of PA8>>Alarm Flag&MOD&Level of PA8]]
323 -
324 -
325 -)))|(% style="width:106px" %)(((
312 +)))|(% style="width:91px" %)(((
313 +[[Alarm Flag>>||anchor="HAlarmFlag26MOD"]]
314 +)))|(% style="width:103px" %)(((
326 326  [[Temperature>>||anchor="HTemperature"]]
327 -)))|(% style="width:97px" %)(((
316 +)))|(% style="width:80px" %)(((
328 328  [[Humidity>>||anchor="HHumidity"]]
329 329  )))
330 330  
... ... @@ -355,21 +355,17 @@
355 355  Read:0x(0197)=412    Value:  412 / 10=41.2, So 41.2%
356 356  
357 357  
358 -==== (% style="color:#4472c4" %)**Alarm Flag & MOD & Level of PA8**(%%) ====
347 +==== (% style="color:#4472c4" %)**Alarm Flag& MOD**(%%) ====
359 359  
360 360  
361 361  **Example:**
362 362  
363 -If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message.It means that the temperature and humidity exceed the alarm value or trigger an interrupt.
352 +If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message
364 364  
365 -If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm.
354 +If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm
366 366  
367 -If payload & 0x80>>7 = 0x01  **~-~->** The PA8 is low level.
356 +If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message
368 368  
369 -If payload & 0x80>>7 =0x00  **~-~->** The PA8 is high level.
370 -
371 -If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message.
372 -
373 373  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. 
374 374  
375 375  
... ... @@ -394,12 +394,8 @@
394 394  
395 395  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.
396 396  
397 -* (((
398 -a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.
399 -)))
400 -* (((
401 -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.
402 -)))
382 +* a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.
383 +* 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.
403 403  
404 404  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
405 405  
... ... @@ -440,35 +440,18 @@
440 440  
441 441  **Retrieval data payload:**
442 442  
443 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:680px" %)
424 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
444 444  |=(% style="width: 80px;background-color:#D9E2F3" %)(((
445 445  **Size(bytes)**
446 -)))|=(% 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**
447 -|(% style="width:103px" %)**Value**|(% style="width:68px" %)(((
448 -ignore
449 -)))|(% style="width:104px" %)(((
450 -(((
451 -Humidity
452 -)))
427 +)))|=(% 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**
428 +|(% style="width:103px" %)**Value**|(% style="width:54px" %)(((
429 +Temp_Black
430 +)))|(% 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"]]
453 453  
454 -(((
455 -
456 -)))
457 -)))|(% style="width:87px" %)(((
458 -Temperature
459 -)))|(% style="width:178px" %)(((
460 -Poll message flag &
432 +**Poll message flag & Ext:**
461 461  
462 -Alarm Flag&
434 +[[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"]]
463 463  
464 -Level of PA8
465 -)))|(% style="width:137px" %)Unix Time Stamp
466 -
467 -**Poll message flag & Alarm Flag & Level of PA8:**
468 -
469 -[[image:image-20230524114302-1.png||height="115" width="736"]]
470 -
471 -
472 472  **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)
473 473  
474 474  **Poll Message Flag**: 1: This message is a poll message reply.
... ... @@ -489,26 +489,26 @@
489 489  
490 490  If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0   
491 491  
456 +
492 492  **Example:**
493 493  
494 494  If S31x-LB has below data inside Flash:
495 495  
496 -[[image:image-20230524114654-2.png]]
461 +[[image:1682646494051-944.png]]
497 497  
463 +If user sends below downlink command: 3160065F9760066DA705
498 498  
499 -If user sends below downlink command: 31646D84E1646D856C05
465 +Where : Start time: 60065F97 = time 21/1/19 04:27:03
500 500  
501 -Where : Start time: 646D84E1 = time 23/5/24 03:30:41
467 + Stop time: 60066DA7= time 21/1/19 05:27:03
502 502  
503 - Stop time: 646D856C= time 23/5/24 03:33:00
504 504  
505 -
506 506  **S31x-LB will uplink this payload.**
507 507  
508 -[[image:image-20230524114826-3.png]]
472 +[[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-20220523001219-13.png?width=727&height=421&rev=1.1||alt="图片-20220523001219-13.png" height="421" width="727"]]
509 509  
510 510  (((
511 -00 00 02 36 01 10 40 64 6D 84 E1 00 00 02 37 01 10 40 64 6D 84 F8 00 00 02 37 01 0F 40 64 6D 85 04 00 00 02 3A 01 0F 40 64 6D 85 18 00 00 02 3C 01 0F 40 64 6D 85 36 00 00 02 3D 01 0E 40 64 6D 85 3F 00 00 02 3F 01 0E 40 64 6D 85 60 00 00 02 40 01 0E 40 64 6D 85 6A
475 +__**7FFF089801464160065F97**__ **__7FFF__ __088E__ __014B__ __41__ __60066009__** 7FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E
512 512  )))
513 513  
514 514  (((
... ... @@ -516,26 +516,30 @@
516 516  )))
517 517  
518 518  (((
519 -00 00 02 36 01 10 40 64 6D 84 E1
483 +7FFF089801464160065F97
520 520  )))
521 521  
522 522  (((
523 -**Hum**=0x0236/10=56.6
487 +**Ext sensor data**=0x7FFF/100=327.67
524 524  )))
525 525  
526 526  (((
527 -**Temp**=0x0110/10=27.2
491 +**Temp**=0x088E/100=22.00
528 528  )))
529 529  
530 530  (((
531 -**poll message flag & Alarm Flag & Level of PA8**=0x40,means reply data,sampling uplink message,the PA8 is low level.
495 +**Hum**=0x014B/10=32.6
532 532  )))
533 533  
534 534  (((
535 -**Unix time** is 0x646D84E1=1684899041s=23/5/24 03:30:41
499 +**poll message flag & Ext**=0x41,means reply data,Ext=1
536 536  )))
537 537  
502 +(((
503 +**Unix time** is 0x60066009=1611030423s=21/1/19 04:27:03
504 +)))
538 538  
506 +
539 539  (% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||alt="数据 URI 图片" data-widget="image" draggable="true" height="15" role="presentation" title="单击并拖动以移动" width="15"]](% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220, 220, 220, 0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||alt="数据 URI 图片" draggable="true" height="15" role="presentation" title="单击并拖动以移动" width="15"]](% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" title="单击并拖动以调整大小" %)的(% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||alt="数据 URI 图片" data-widget="image" draggable="true" height="15" role="presentation" title="单击并拖动以移动" width="15"]](% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220, 220, 220, 0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||alt="数据 URI 图片" draggable="true" height="15" role="presentation" title="单击并拖动以移动" width="15"]](% aria-label="数据 URI 图像图像小部件" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" title="单击并拖动以调整大小" %)的
540 540  
541 541  == 2.6 Temperature Alarm Feature ==
... ... @@ -544,10 +544,9 @@
544 544  S31x-LB work flow with Alarm feature.
545 545  
546 546  
547 -[[image:image-20230524110125-3.png||height="768" width="1115"]]
515 +[[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"]]
548 548  
549 549  
550 -
551 551  == 2.7 Frequency Plans ==
552 552  
553 553  
... ... @@ -691,8 +691,9 @@
691 691  
692 692  **Example:**
693 693  
694 -[[image:image-20230524110211-4.png]]
661 +[[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"]]
695 695  
663 +
696 696  **Explain:**
697 697  
698 698  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
... ... @@ -700,10 +700,8 @@
700 700  === 3.3.7 Set Interrupt Mode ===
701 701  
702 702  
703 -Feature, Set Interrupt mode for PA8 of pin.
671 +Feature, Set Interrupt mode for PA8 of PIN.
704 704  
705 -When AT+INTMOD=0 is set, PA8 is used as a digital input port.
706 -
707 707  (% style="color:blue" %)**AT Command: AT+INTMOD**
708 708  
709 709  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
... ... @@ -730,9 +730,11 @@
730 730  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
731 731  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
732 732  
733 -=== 3.3.8 Set Power Output Duration ===
699 +=== ===
734 734  
701 +=== 3.3.7 Set Power Output Duration ===
735 735  
703 +
736 736  Control the output duration 5V . Before each sampling, device will
737 737  
738 738  ~1. first enable the power output to external sensor,
... ... @@ -758,6 +758,9 @@
758 758  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
759 759  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
760 760  
729 +(% class="wikigeneratedid" %)
730 += =
731 +
761 761  = 4. Battery & Power Consumption =
762 762  
763 763  
image-20230524105433-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -121.4 KB
Content
image-20230524105747-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -223.2 KB
Content
image-20230524110125-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -194.1 KB
Content
image-20230524110211-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -110.1 KB
Content
image-20230524114302-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -12.0 KB
Content
image-20230524114654-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -17.8 KB
Content
image-20230524114826-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -82.3 KB
Content