Changes for page DMT01

Last modified by Mengting Qiu on 2025/08/11 18:25

From version 60.1
edited by Mengting Qiu
on 2025/08/05 11:17
Change comment: There is no comment for this version
To version 62.1
edited by Mengting Qiu
on 2025/08/05 14:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -635,8 +635,6 @@
635 635  )))
636 636  
637 637  
638 -
639 -
640 640  = 3. Configure DMT01  ~-~- 需要修改 =
641 641  
642 642  == 3.1 Configure Methods ==
... ... @@ -643,19 +643,92 @@
643 643  
644 644  User can use LoRaWAN downlink command to configure the DMT01
645 645  
644 +
646 646  (((
647 -(((
648 648  == 3.2 Downlink Commands Set ==
649 649  
650 650  
651 -(% class="box infomessage" %)
652 -(((
653 -To be updated...
649 +These commands only valid for DMT01, as below:
650 +
651 +
652 +=== 3.2.1 Set Transmit Interval Time ===
653 +
654 +
655 +(% style="color:#037691" %)**AT Command:**
656 +
657 +There is no AT command to set TDC time.
658 +
659 +
660 +**Feature**: Change LoRaWAN End Node Transmit Interval.
661 +
662 +(% style="color:blue" %)**Downlink Command: 0x01**
663 +
664 +Format: Command Code (0x01) followed by 3 bytes time value.
665 +
666 +If the downlink payload is **0100003C**, it means set the end node's transmit Interval is set to 0x00003C = 60 seconds, with the type code 01.
667 +
668 +* **Example 1**: Downlink Payload: 0100001E  ~/~/  Sets the transmit interval (TDC) to 30 seconds
669 +* **Example 2**: Downlink Payload: 0100003C  ~/~/  Sets the transmit interval (TDC) to 60 seconds
670 +
671 +
672 +
673 +=== 3.2.2 Get Device Status ===
674 +
675 +
676 +Send a LoRaWAN downlink to request the device's alarm settings.
677 +
678 +
679 +(% style="color:blue" %)**Downlink Payload:  **(%%)**0x26 01**
680 +
681 +The sensor will upload device status via FPort=5. See the payload section for details.
682 +
683 +
684 +=== 3.2.3 Clear Flash Record ===
685 +
686 +
687 +(% style="color:#037691" %)**AT Command:**
688 +
689 +There is no AT command to Clear flash storage for the data log feature
690 +
691 +
692 +**Feature**: Clear flash storage for the  data log feature.
693 +
694 +(% style="color:#4f81bd" %)**Downlink Command: 0x08**
695 +
696 +* Example: 0x0801  ~/~/ Clears all saved data in flash.
697 +
698 +
699 +
700 +=== 3.2.4 Confirmed Mode ===
701 +
702 +
703 +(% style="color:#037691" %)**AT Command:**
704 +
705 +There is no AT command to control whether Confirmed Mode is enabled or disabled.
706 +
707 +
708 +**Feature**: Mode for sending data that requires acknowledgment.
709 +
710 +(% style="color:#4f81bd" %)**Downlink Command: 0x07**
711 +
712 +* Example: 0x07 01  ~/~/ Confirmed Mode enabled.
713 +* Example: 0x07 00  ~/~/  Confirmed Mode disable.
714 +
715 +
716 +
717 +=== 3.2.5 Set the time synchronization interval ===
718 +
719 +
720 +**Feature**: Set how often to perform time synchronization (default: 10 days, unit: days)
721 +
722 +(% style="color:#4f81bd" %)**Downlink Command: 0x28**
723 +
724 +* Example: 0x28 01  ~/~/ Synchronize once a day
725 +* Example: 0x28 03  ~/~/  Synchronize once every three days
654 654  )))
655 -)))
656 -)))
657 657  
658 658  
729 +
659 659  = 4. Firmware update =
660 660  
661 661  
... ... @@ -663,7 +663,7 @@
663 663  
664 664  User can upgrade the firmware for DMT01 charger. The charger include two piece of software:
665 665  
666 -* For LoRa part: OTA firmware update via LoRa:.
737 +* For LoRa part: OTA firmware update via LoRa.
667 667  
668 668  * For BLE and controller part.
669 669