<
From version < 10.1 >
edited by Edwin Chen
on 2023/04/16 17:30
To version < 11.1 >
edited by Edwin Chen
on 2023/04/16 17:51
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -319,7 +319,6 @@
319 319  [[Humidity>>path:#HHumidity:]]
320 320  )))
321 321  
322 -
323 323  ==== (% style="color:#4472c4" %)**Battery:**(%%) ====
324 324  
325 325  Sensor Battery Level.
... ... @@ -373,16 +373,16 @@
373 373  == 2.5 Datalog Feature ==
374 374  
375 375  
376 -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.
377 377  
378 378  
379 379  === 2.5.1 Ways to get datalog via LoRaWAN ===
380 380  
381 381  
382 -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.
383 383  
384 -* a) D2x-LB will do an ACK check for data records sending to make sure every data arrive server.
385 -* b) D2x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but D2x-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 D2x-LB gets a ACK, D2x-LB will consider there is a network connection and resend all NONE-ACK Message.
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.
386 386  
387 387  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
388 388  
... ... @@ -391,7 +391,7 @@
391 391  === 2.5.2 Unix TimeStamp ===
392 392  
393 393  
394 -LHT65N uses Unix TimeStamp format based on
393 +S31x-LB uses Unix TimeStamp format based on
395 395  
396 396  [[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"]]
397 397  
... ... @@ -407,17 +407,17 @@
407 407  === 2.5.3 Set Device Time ===
408 408  
409 409  
410 -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.
411 411  
412 -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 to D2x-LB. If D2x-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).
413 413  
414 414  **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.**
415 415  
416 416  
417 -=== 2.5.4 Datalog Uplink payload  FPORT~=3 ===
416 +=== 2.5.4 Datalog Uplink payload (FPORT~=3) ===
418 418  
419 419  
420 -The Datalog poll reply uplink will use below payload format.
419 +The Datalog uplinks will use below payload format.
421 421  
422 422  **Retrieval data payload:**
423 423  
... ... @@ -465,7 +465,7 @@
465 465  
466 466   Stop time: 60066DA7= time 21/1/19 05:27:03
467 467  
468 -**LHT65N will uplink this payload.**
467 +**S31x-LB will uplink this payload.**
469 469  
470 470  [[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"]]
471 471  
... ... @@ -491,7 +491,7 @@
491 491  == 2.6 Temperature Alarm Feature ==
492 492  
493 493  
494 -D2x-LB work flow with Alarm feature.
493 +S31x-LB work flow with Alarm feature.
495 495  
496 496  
497 497  [[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"]]
... ... @@ -501,7 +501,7 @@
501 501  == 2.7 Frequency Plans ==
502 502  
503 503  
504 -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.
505 505  
506 506  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
507 507  
... ... @@ -511,19 +511,18 @@
511 511  
512 512  **Firmware download link:**
513 513  
514 -[[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]]
515 515  
516 516  
516 += 3. Configure S31x-LB =
517 517  
518 -= 3. Configure D2x-LB =
519 -
520 520  == 3.1 Configure Methods: ==
521 521  
522 522  
523 -D2x-LB supports below configure method:
521 +S31x-LB supports below configure method:
524 524  
525 525  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
526 -* 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]].
527 527  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
528 528  
529 529  == 3.2 General Commands ==
... ... @@ -539,10 +539,10 @@
539 539  [[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/]]
540 540  
541 541  
542 -== 3.3 Commands special design for D2x-LB ==
540 +== 3.3 Commands special design for S31x-LB ==
543 543  
544 544  
545 -These commands only valid for D2x-LB, as below:
543 +These commands only valid for S31x-LB, as below:
546 546  
547 547  
548 548  === 3.3.1 Set Transmit Interval Time ===
... ... @@ -583,69 +583,64 @@
583 583  Sensor will upload Device Status via FPORT=5. See payload section for detail.
584 584  
585 585  
586 -=== 3.3.3 Set Alarm Thredhold ===
584 +=== 3.3.3 Set Temperature Alarm Threshold: ===
587 587  
586 +* **AT Command:**
588 588  
589 -(% style="color:#4472c4" %)**1.  Set for All Probes:**
588 +**AT+SHTEMP=min,max**
590 590  
591 -(% 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
592 592  
593 -* When min=0, and max≠0, Alarm trigger when higher than max
594 -* When min≠0, and max=0, Alarm trigger when lower than min
595 -* When min≠0 and max≠0, Alarm trigger when higher than max or lower than min
594 +Example:
596 596  
597 -**Example:**
596 + AT+SHTEMP=0,30   ~/~/ Alarm when temperature higher than 30.
598 598  
599 - AT+18ALARM=-10,30  ~/~/ Alarm when < -10 or higher than 30.
598 +* **Downlink Payload:**
600 600  
600 +**0x(0C 01 00 1E)**  ~/~/Set AT+SHTEMP=0,30
601 601  
602 -* (% style="color:#037691" %)**Downlink Payload:**
602 +**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)**
603 603  
604 -0x(0B F6 1E)   ~/~/ Same as AT+18ALARM=-10,30
605 605  
606 -(note: 0x1E= 30, 0xF6 means: 0xF6-0x100 = -10)
605 +=== 3.3.4 Set Humidity Alarm Threshold: ===
607 607  
607 +* **AT Command:**
608 608  
609 -(% style="color:#4472c4" %)**2.  Set for Separate Probe:**
609 +**AT+SHHUM=min,max**
610 610  
611 -(% 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
612 612  
613 -Index:
615 +Example:
614 614  
615 -* 1: Temperature_Red
616 -* 2: Temperature_White
617 -* 3: Temperature_Black
617 + AT+SHHUM=70,0   ~/~/ Alarm when humidity lower than 70%.
618 618  
619 -**Example:**
619 +* **Downlink Payload:**
620 620  
621 - AT+18ALARM=-10,30,1   ~/~/ Alarm when temperature_red < -10 or higher than 30.
621 +**0x(0C 02 46 00)**  ~/~/Set AT+SHTHUM=70,0
622 622  
623 +**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))**
623 623  
624 -* (% style="color:#037691" %)**Downlink Payload:**
625 625  
626 -0x(0B F6 1E 01)   ~/~/ Same as AT+18ALARM=-10,30,1
626 +=== 3.3.5 Set Alarm Interval: ===
627 627  
628 -(note: 0x1E= 30, 0xF6 means: 0xF6-0x100 = -10)
629 -
630 -
631 -=== 3.3.4 Set Alarm Interval ===
632 -
633 -
634 634  The shortest time of two Alarm packet. (unit: min)
635 635  
636 -* (% style="color:#037691" %)**AT Command:**
630 +* **AT Command:**
637 637  
638 -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.
639 639  
634 +* **Downlink Payload:**
640 640  
641 -* (% style="color:#037691" %)**Downlink Payload:**
636 +**0x(0D 00 1E)**     **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes
642 642  
643 -0x(0D 00 1E)     **~-~-->** Set AT+ATDC=0x 00 1E = 30 minutes
644 644  
639 +=== 3.3.6 Get Alarm settings  (什么FPORT?) ===
645 645  
646 -=== 3.3.5 Get Alarm settings  (什么FPORT?) ===
647 647  
648 -
649 649  Send a LoRaWAN downlink to ask device send Alarm settings.
650 650  
651 651  * (% style="color:#037691" %)**Downlink Payload:  **(%%)0x0E 01
... ... @@ -659,9 +659,11 @@
659 659  
660 660  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
661 661  
662 -=== 3.3.6 Set Interrupt Mode ===
663 663  
664 664  
657 +=== 3.3.7 Set Interrupt Mode ===
658 +
659 +
665 665  Feature, Set Interrupt mode for GPIO_EXIT.
666 666  
667 667  (% style="color:blue" %)**AT Command: AT+INTMOD**
... ... @@ -690,10 +690,11 @@
690 690  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
691 691  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
692 692  
688 +
693 693  = 4. Battery & Power Consumption =
694 694  
695 695  
696 -D2x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
692 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
697 697  
698 698  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
699 699  
... ... @@ -709,7 +709,7 @@
709 709  == 6.1 How to use AT Command via UART to access device? ==
710 710  
711 711  
712 -See: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]
708 +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]]
713 713  
714 714  
715 715  == 6.2 How to update firmware via UART port? ==
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0