Last modified by Xiaoling on 2025/04/09 17:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -319,8 +319,6 @@ 319 319 [[Humidity>>path:#HHumidity:]] 320 320 ))) 321 321 322 - 323 - 324 324 ==== (% style="color:#4472c4" %)**Battery:**(%%) ==== 325 325 326 326 Sensor Battery Level. ... ... @@ -364,24 +364,26 @@ 364 364 365 365 == 2.4 Payload Decoder file == 366 366 367 -In TTN, use can add a custom payload so it shows friendly .365 +In TTN, use can add a custom payload so it shows friendly reading 368 368 369 -In the page **Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder** to add the decoder from: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B >>https://github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B]]367 +In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**(%%) to add the decoder from: 370 370 369 +[[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B >>https://github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B]] 371 371 371 + 372 372 == 2.5 Datalog Feature == 373 373 374 374 375 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, D2x-LB will store the reading for future retrieving purposes.375 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, S31x-LB will store the reading for future retrieving purposes. 376 376 377 377 378 378 === 2.5.1 Ways to get datalog via LoRaWAN === 379 379 380 380 381 -Set [[PNACKMD=1>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], D2x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,D2x-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.381 +Set [[PNACKMD=1>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], 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. 382 382 383 -* a) D2x-LB will do an ACK check for data records sending to make sure every data arrive server.384 -* b) D2x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, butD2x-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 ifD2x-LB gets a ACK,D2x-LB will consider there is a network connection and resend all NONE-ACKMessage.383 +* a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server. 384 +* 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. 385 385 386 386 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 387 387 ... ... @@ -390,7 +390,7 @@ 390 390 === 2.5.2 Unix TimeStamp === 391 391 392 392 393 -L HT65Nuses Unix TimeStamp format based on393 +S31x-LB uses Unix TimeStamp format based on 394 394 395 395 [[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-11.png?width=627&height=97&rev=1.1||alt="image-20220523001219-11.png" height="97" width="627"]] 396 396 ... ... @@ -406,17 +406,17 @@ 406 406 === 2.5.3 Set Device Time === 407 407 408 408 409 -User need to set SYNCMOD=1 to enable sync time via MAC command. 409 +User need to set **SYNCMOD=1** to enable sync time via MAC command. 410 410 411 -Once D2x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time toD2x-LB. IfD2x-LB fails to get the time from the server,D2x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).411 +Once S31x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to S31x-LB. If S31x-LB fails to get the time from the server, S31x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days). 412 412 413 413 **Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.** 414 414 415 415 416 -=== 2.5.4 Datalog Uplink payload (FPORT~=3)===416 +=== 2.5.4 Datalog Uplink payload (FPORT~=3) === 417 417 418 418 419 -The Datalog poll replyuplink will use below payload format.419 +The Datalog uplinks will use below payload format. 420 420 421 421 **Retrieval data payload:** 422 422 ... ... @@ -464,7 +464,7 @@ 464 464 465 465 Stop time: 60066DA7= time 21/1/19 05:27:03 466 466 467 -**L HT65Nwill uplink this payload.**467 +**S31x-LB will uplink this payload.** 468 468 469 469 [[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="image-20220523001219-13.png" height="421" width="727"]] 470 470 ... ... @@ -490,7 +490,7 @@ 490 490 == 2.6 Temperature Alarm Feature == 491 491 492 492 493 - D2x-LB work flow with Alarm feature.493 +S31x-LB work flow with Alarm feature. 494 494 495 495 496 496 [[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="image-20220623090437-1.png"]] ... ... @@ -500,7 +500,7 @@ 500 500 == 2.7 Frequency Plans == 501 501 502 502 503 -The D2x-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.503 +The S31x-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets. 504 504 505 505 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 506 506 ... ... @@ -510,19 +510,18 @@ 510 510 511 511 **Firmware download link:** 512 512 513 -[[https:~~/~~/www.dropbox.com/sh/ gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]]513 +[[https:~~/~~/www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0>>https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]] 514 514 515 515 516 += 3. Configure S31x-LB = 516 516 517 -= 3. Configure D2x-LB = 518 - 519 519 == 3.1 Configure Methods: == 520 520 521 521 522 - D2x-LB supports below configure method:521 +S31x-LB supports below configure method: 523 523 524 524 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 525 -* AT Command via UART Connection : See [[ FAQ>>||anchor="H7.FAQ"]].524 +* AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]]. 526 526 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 527 527 528 528 == 3.2 General Commands == ... ... @@ -538,10 +538,10 @@ 538 538 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 539 539 540 540 541 -== 3.3 Commands special design for D2x-LB ==540 +== 3.3 Commands special design for S31x-LB == 542 542 543 543 544 -These commands only valid for D2x-LB, as below:543 +These commands only valid for S31x-LB, as below: 545 545 546 546 547 547 === 3.3.1 Set Transmit Interval Time === ... ... @@ -582,69 +582,64 @@ 582 582 Sensor will upload Device Status via FPORT=5. See payload section for detail. 583 583 584 584 585 -=== 3.3.3 Set Alarm Thre dhold ===584 +=== 3.3.3 Set Temperature Alarm Threshold: === 586 586 586 +* **AT Command:** 587 587 588 - (% style="color:#4472c4" %)**1. Set forAllProbes:**588 +**AT+SHTEMP=min,max** 589 589 590 -(% style="color:#037691" %)**AT+18ALARM=min,max** 590 +* When min=0, and max≠0, Alarm higher than max 591 +* When min≠0, and max=0, Alarm lower than min 592 +* When min≠0 and max≠0, Alarm higher than max or lower than min 591 591 592 -* When min=0, and max≠0, Alarm trigger when higher than max 593 -* When min≠0, and max=0, Alarm trigger when lower than min 594 -* When min≠0 and max≠0, Alarm trigger when higher than max or lower than min 594 +Example: 595 595 596 - **Example:**596 + AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 597 597 598 - AT+18ALARM=-10,30 ~/~/ Alarmwhen< -10 or higher than30.598 +* **Downlink Payload:** 599 599 600 +**0x(0C 01 00 1E)** ~/~/Set AT+SHTEMP=0,30 600 600 601 -* % style="color:#037691"%)**DownlinkPayload:**602 +**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 602 602 603 -0x(0B F6 1E) ~/~/ Same as AT+18ALARM=-10,30 604 604 605 - (note: 0x1E= 30,0xF6means:0xF6-0x100=-10)605 +=== 3.3.4 Set Humidity Alarm Threshold: === 606 606 607 +* **AT Command:** 607 607 608 - (% style="color:#4472c4" %)**2.Set for Separate Probe:**609 +**AT+SHHUM=min,max** 609 609 610 -(% style="color:#037691" %)**AT+18ALARM=min,max,index** 611 +* When min=0, and max≠0, Alarm higher than max 612 +* When min≠0, and max=0, Alarm lower than min 613 +* When min≠0 and max≠0, Alarm higher than max or lower than min 611 611 612 - Index:615 +Example: 613 613 614 -* 1: Temperature_Red 615 -* 2: Temperature_White 616 -* 3: Temperature_Black 617 + AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 617 617 618 -** Example:**619 +* **Downlink Payload:** 619 619 620 - AT+18ALARM=-10,30,1Alarm whentemperature_red< -10or higher than 30.621 +**0x(0C 02 46 00)** ~/~/Set AT+SHTHUM=70,0 621 621 623 +**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 622 622 623 -* (% style="color:#037691" %)**Downlink Payload:** 624 624 625 - 0x(0BF61E 01) ~/~/SameasAT+18ALARM=-10,30,1626 +=== 3.3.5 Set Alarm Interval: === 626 626 627 -(note: 0x1E= 30, 0xF6 means: 0xF6-0x100 = -10) 628 - 629 - 630 -=== 3.3.4 Set Alarm Interval === 631 - 632 - 633 633 The shortest time of two Alarm packet. (unit: min) 634 634 635 -* (% style="color:#037691" %)**AT Command:**630 +* **AT Command:** 636 636 637 -AT+ATDC=30 ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 632 +**AT+ATDC=30** ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 638 638 634 +* **Downlink Payload:** 639 639 640 -* %style="color:#037691"%)**DownlinkPayload:**636 +**0x(0D 00 1E)** **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 641 641 642 -0x(0D 00 1E) **~-~-->** Set AT+ATDC=0x 00 1E = 30 minutes 643 643 639 +=== 3.3.6 Get Alarm settings (什么FPORT?) === 644 644 645 -=== 3.3.5 Get Alarm settings (什么FPORT?) === 646 646 647 - 648 648 Send a LoRaWAN downlink to ask device send Alarm settings. 649 649 650 650 * (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 ... ... @@ -658,9 +658,10 @@ 658 658 659 659 * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 660 660 661 -=== 3.3.6 Set Interrupt Mode === 662 662 656 +=== 3.3.7 Set Interrupt Mode === 663 663 658 + 664 664 Feature, Set Interrupt mode for GPIO_EXIT. 665 665 666 666 (% style="color:blue" %)**AT Command: AT+INTMOD** ... ... @@ -692,7 +692,7 @@ 692 692 = 4. Battery & Power Consumption = 693 693 694 694 695 - D2x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.690 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace. 696 696 697 697 [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] . 698 698 ... ... @@ -708,7 +708,7 @@ 708 708 == 6.1 How to use AT Command via UART to access device? == 709 709 710 710 711 -See: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H 1.LoRaSTv4baseHardware>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]706 +See: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]] 712 712 713 713 714 714 == 6.2 How to update firmware via UART port? == ... ... @@ -726,7 +726,7 @@ 726 726 = 7. Order Info = 727 727 728 728 729 -Part Number: (% style="color:blue" %)**S31-LB-XX / S31 x-LB-XX**724 +Part Number: (% style="color:blue" %)**S31-LB-XX / S31B-LB-XX** 730 730 731 731 (% style="color:red" %)**XX**(%%): The default frequency band 732 732