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

From version 58.1
edited by Saxer Lin
on 2023/05/24 14:45
Change comment: There is no comment for this version
To version 44.1
edited by Saxer Lin
on 2023/05/23 17:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -136,8 +136,9 @@
136 136  
137 137  [[image:image-20230523174230-1.png]]
138 138  
139 +== ==
139 139  
140 -== 1.8 Hardware Variant ==
141 +== 1.8  Hardware Variant ==
141 141  
142 142  
143 143  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
... ... @@ -249,7 +249,7 @@
249 249  
250 250  Example parse in TTNv3
251 251  
252 -[[image:image-20230524144422-1.png]]
253 +[[image:image-20230421171614-1.png||alt="图片-20230421171614-1.png"]]
253 253  
254 254  
255 255  (% style="color:#037691" %)**Sensor Model**(%%): For S31x-LB, this value is 0x0A
... ... @@ -310,33 +310,24 @@
310 310  
311 311  Sensor Data is uplink via FPORT=2
312 312  
313 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:700px" %)
314 +(% 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
317 +)))|=(% 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 -Battery
319 +[[Battery>>||anchor="HBattery"]]
319 319  )))|(% style="width:130px" %)(((
320 -Unix TimeStamp
321 -)))|(% style="width:194px" %)(((
322 -Alarm Flag &
323 -
324 -MOD&
325 -
326 -Level of PA8
327 -
328 -
329 -)))|(% style="width:106px" %)(((
330 -Temperature
331 -)))|(% style="width:97px" %)(((
332 -Humidity
321 +[[Unix TimeStamp>>||anchor="H2.5.2UnixTimeStamp"]]
322 +)))|(% style="width:91px" %)(((
323 +[[Alarm Flag>>||anchor="HAlarmFlag26MOD"]]
324 +)))|(% style="width:103px" %)(((
325 +[[Temperature>>||anchor="HTemperature"]]
326 +)))|(% style="width:80px" %)(((
327 +[[Humidity>>||anchor="HHumidity"]]
333 333  )))
334 334  
335 -[[image:image-20230524144456-2.png]]
330 +==== (% style="color:#4472c4" %)**2.3.2.1 Battery**(%%) ====
336 336  
337 -
338 -==== (% style="color:#4472c4" %)**Battery**(%%) ====
339 -
340 340  Sensor Battery Level.
341 341  
342 342  Ex1: 0x0B45 = 2885mV
... ... @@ -345,7 +345,7 @@
345 345  
346 346  
347 347  
348 -==== (% style="color:#4472c4" %)**Temperature**(%%) ====
340 +==== (% style="color:#4472c4" %)**2.3.2.2 Temperature**(%%) ====
349 349  
350 350  **Example**:
351 351  
... ... @@ -356,27 +356,23 @@
356 356  (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
357 357  
358 358  
359 -==== (% style="color:#4472c4" %)**Humidity**(%%) ====
351 +==== (% style="color:#4472c4" %)**2.3.2.3 Humidity**(%%) ====
360 360  
361 361  
362 362  Read:0x(0197)=412    Value:  412 / 10=41.2, So 41.2%
363 363  
364 364  
365 -==== (% style="color:#4472c4" %)**Alarm Flag & MOD & Level of PA8**(%%) ====
357 +==== (% style="color:#4472c4" %)**2.3.2.4 Alarm Flag& MOD**(%%) ====
366 366  
367 367  
368 368  **Example:**
369 369  
370 -If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message.It means that the temperature and humidity exceed the alarm value or trigger an interrupt.
362 +If payload & 0x01 = 0x01  **~-~->** This is an Alarm Message
371 371  
372 -If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm.
364 +If payload & 0x01 = 0x00  **~-~->** This is a normal uplink message, no alarm
373 373  
374 -If payload & 0x80>>7 = 0x01  **~-~->** The PA8 is low level.
366 +If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message
375 375  
376 -If payload & 0x80>>7 =0x00  **~-~->** The PA8 is high level.
377 -
378 -If payload >> 2 = 0x00  **~-~->**  means MOD=1, This is a sampling uplink message.
379 -
380 380  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. 
381 381  
382 382  
... ... @@ -447,35 +447,18 @@
447 447  
448 448  **Retrieval data payload:**
449 449  
450 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:680px" %)
438 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
451 451  |=(% style="width: 80px;background-color:#D9E2F3" %)(((
452 452  **Size(bytes)**
453 -)))|=(% 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**
454 -|(% style="width:103px" %)**Value**|(% style="width:68px" %)(((
455 -ignore
456 -)))|(% style="width:104px" %)(((
457 -(((
458 -Humidity
459 -)))
441 +)))|=(% 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**
442 +|(% style="width:103px" %)**Value**|(% style="width:54px" %)(((
443 +Temp_Black
444 +)))|(% 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"]]
460 460  
461 -(((
462 -
463 -)))
464 -)))|(% style="width:87px" %)(((
465 -Temperature
466 -)))|(% style="width:178px" %)(((
467 -Poll message flag &
446 +**Poll message flag & Ext:**
468 468  
469 -Alarm Flag&
448 +[[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"]]
470 470  
471 -Level of PA8
472 -)))|(% style="width:137px" %)Unix Time Stamp
473 -
474 -**Poll message flag & Alarm Flag & Level of PA8:**
475 -
476 -[[image:image-20230524114302-1.png||height="115" width="736"]]
477 -
478 -
479 479  **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)
480 480  
481 481  **Poll Message Flag**: 1: This message is a poll message reply.
... ... @@ -496,26 +496,26 @@
496 496  
497 497  If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0   
498 498  
470 +
499 499  **Example:**
500 500  
501 501  If S31x-LB has below data inside Flash:
502 502  
503 -[[image:image-20230524114654-2.png]]
475 +[[image:1682646494051-944.png]]
504 504  
477 +If user sends below downlink command: 3160065F9760066DA705
505 505  
506 -If user sends below downlink command: 31646D84E1646D856C05
479 +Where : Start time: 60065F97 = time 21/1/19 04:27:03
507 507  
508 -Where : Start time: 646D84E1 = time 23/5/24 03:30:41
481 + Stop time: 60066DA7= time 21/1/19 05:27:03
509 509  
510 - Stop time: 646D856C= time 23/5/24 03:33:00
511 511  
512 -
513 513  **S31x-LB will uplink this payload.**
514 514  
515 -[[image:image-20230524114826-3.png]]
486 +[[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"]]
516 516  
517 517  (((
518 -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
489 +__**7FFF089801464160065F97**__ **__7FFF__ __088E__ __014B__ __41__ __60066009__** 7FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E
519 519  )))
520 520  
521 521  (((
... ... @@ -523,26 +523,30 @@
523 523  )))
524 524  
525 525  (((
526 -00 00 02 36 01 10 40 64 6D 84 E1
497 +7FFF089801464160065F97
527 527  )))
528 528  
529 529  (((
530 -**Hum**=0x0236/10=56.6
501 +**Ext sensor data**=0x7FFF/100=327.67
531 531  )))
532 532  
533 533  (((
534 -**Temp**=0x0110/10=27.2
505 +**Temp**=0x088E/100=22.00
535 535  )))
536 536  
537 537  (((
538 -**poll message flag & Alarm Flag & Level of PA8**=0x40,means reply data,sampling uplink message,the PA8 is low level.
509 +**Hum**=0x014B/10=32.6
539 539  )))
540 540  
541 541  (((
542 -**Unix time** is 0x646D84E1=1684899041s=23/5/24 03:30:41
513 +**poll message flag & Ext**=0x41,means reply data,Ext=1
543 543  )))
544 544  
516 +(((
517 +**Unix time** is 0x60066009=1611030423s=21/1/19 04:27:03
518 +)))
545 545  
520 +
546 546  (% 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="单击并拖动以调整大小" %)的
547 547  
548 548  == 2.6 Temperature Alarm Feature ==
... ... @@ -551,10 +551,9 @@
551 551  S31x-LB work flow with Alarm feature.
552 552  
553 553  
554 -[[image:image-20230524110125-3.png||height="768" width="1115"]]
529 +[[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"]]
555 555  
556 556  
557 -
558 558  == 2.7 Frequency Plans ==
559 559  
560 560  
... ... @@ -698,8 +698,9 @@
698 698  
699 699  **Example:**
700 700  
701 -[[image:image-20230524110211-4.png]]
675 +[[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"]]
702 702  
677 +
703 703  **Explain:**
704 704  
705 705  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
... ... @@ -709,8 +709,6 @@
709 709  
710 710  Feature, Set Interrupt mode for PA8 of pin.
711 711  
712 -When AT+INTMOD=0 is set, PA8 is used as a digital input port.
713 -
714 714  (% style="color:blue" %)**AT Command: AT+INTMOD**
715 715  
716 716  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
... ... @@ -737,9 +737,11 @@
737 737  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
738 738  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
739 739  
740 -=== 3.3.8 Set Power Output Duration ===
713 +=== ===
741 741  
715 +=== 3.3.7 Set Power Output Duration ===
742 742  
717 +
743 743  Control the output duration 5V . Before each sampling, device will
744 744  
745 745  ~1. first enable the power output to external sensor,
... ... @@ -765,6 +765,8 @@
765 765  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
766 766  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
767 767  
743 += =
744 +
768 768  = 4. Battery & Power Consumption =
769 769  
770 770  
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
image-20230524144422-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -34.9 KB
Content
image-20230524144456-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -33.9 KB
Content