From version 67.7
edited by Mengting Qiu
on 2025/08/06 18:15
on 2025/08/06 18:15
Change comment:
There is no comment for this version
To version 71.3
edited by Mengting Qiu
on 2025/08/07 13:56
on 2025/08/07 13:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -410,7 +410,7 @@ 410 410 411 411 If the scanned payload is 0x0201060609444D5430310EFF **01C12309250F1AD100CD006446 **0512E001E001 412 412 413 -(% style="color:red" %)**Note** (%%):413 +(% style="color:red" %)**Note: ** 414 414 415 415 * The first 12 bytes in the payload are the Bluetooth packet header data and do not need to be decoded. 416 416 * The last 6 bytes in the payload are the Bluetooth packet trailer data and do not need to be decoded. ... ... @@ -647,11 +647,27 @@ 647 647 648 648 = 3. Configure DMT01 ~-~- 需要修改 = 649 649 650 -== 3.1 Configure Methods == 651 651 652 - UsercanuseLoRaWAN downlinkcommand to configure the DMT01651 +DMT01 supports below configure method: 653 653 653 +* LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 654 654 655 + 656 + 657 +== 3.1 General Commands == 658 + 659 +These commands are to configure: 660 + 661 +* General system settings like: uplink interval. 662 +* LoRaWAN protocol & radio related command. 663 + 664 +They are same for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: 665 + 666 +[[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/]] 667 + 668 +(% style="color:red" %)**Note: DMT01 can only be configured using Downlink commands and does not support configuration using AT commands.** 669 + 670 + 655 655 ((( 656 656 == 3.2 Downlink Commands Set == 657 657 ... ... @@ -658,7 +658,6 @@ 658 658 659 659 These commands only valid for DMT01, as below: 660 660 661 - 662 662 === 3.2.1 Set Transmit Interval Time === 663 663 664 664 ... ... @@ -736,7 +736,6 @@ 736 736 ))) 737 737 738 738 739 - 740 740 === 3.2.6 Alarm Mode === 741 741 742 742 ... ... @@ -750,9 +750,17 @@ 750 750 751 751 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 752 752 |=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Parameter**|=(% style="width: 197px;background-color:#4F81BD;color:white" %)**Function** 753 -|(% style="width:154px" %)aa aa|(% style="width:196px" %) Minimum temperature threshold754 - |(% style="width:154px"%)bb bb|(% style="width:196px" %)Closeftera delayof 1000 milliseconds.767 +|(% style="width:154px" %)aa aa|(% style="width:196px" %)((( 768 +Minimum temperature threshold 755 755 770 +(Minimum not to exceed: -30℃) 771 +))) 772 +|(% style="width:154px" %)bb bb|(% style="width:196px" %)((( 773 +Maximum temperature threshold 774 + 775 +(Maximum not to exceed: 120℃) 776 +))) 777 + 756 756 * Example: 0x09 00 14 00 15 ~/~/ Set the minimum threshold to 20℃ and the maximum threshold to 25℃ 757 757 * Example: 0x09 00 00 00 00 ~/~/ Disable threshold alarm mode 758 758 ... ... @@ -763,9 +763,24 @@ 763 763 764 764 765 765 788 +=== 3.2.7 Multi sampling === 766 766 790 +**Feature**: Sampling multiple times and uplink together. 767 767 792 +(% style="color:#4f81bd" %)**Downlink Command: 0x09** 768 768 794 +Format: Command Code (0x0A) followed by 3 bytes. 795 + 796 +Example: 0A aa aa bb 797 + 798 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 799 +|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Parameter**|=(% style="width: 197px;background-color:#4F81BD;color:white" %)**Function** 800 +|(% style="width:154px" %)aa aa|(% style="width:196px" %)Sampling interval (range: 6~~65535s) 801 +|(% style="width:154px" %)bb|(% style="width:196px" %)Sampling times (range: 1~~12 times) 802 + 803 +Example: 0x0A 06 0A ~/~/Sampling is done once every 6 seconds, and uploading is done after sampling 10 data points, i.e. uploading is done once every 1 minute. 804 + 805 + 769 769 = 4. Firmware update = 770 770 771 771 ... ... @@ -777,12 +777,32 @@ 777 777 778 778 * For BLE and controller part. 779 779 817 + 818 + 780 780 == 4.1 Update LoRa software == 781 781 821 +(% class="wikigeneratedid" %) 822 +User can change firmware DMT01 charger to: 782 782 824 +* Change Frequency band/ region. 825 +* Update with new features. 826 +* Fix bugs. 827 + 828 +((( 829 +**Firmware and changelog can be downloaded from :** **[[Firmware download link>>https://www.dropbox.com/scl/fo/ztlw35a9xbkomu71u31im/AE9nOhl7iwYvmnz7ggQXwZ0/LoRaWAN%20End%20Node/DMT01/Firmware?dl=0&rlkey=ojjcsw927eaow01dgooldq3nu&subfolder_nav_tracking=1]]** 830 + 831 +**Methods to Update Firmware:** 832 + 833 +* (Recommanded way) OTA firmware update via wireless : **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]** 834 + 835 + 836 +))) 837 + 783 783 == 4.2 Update BLE software == 784 784 785 785 841 + 842 + 786 786 ((( 787 787 788 788 )))