Last modified by Kilight Cao on 2025/06/12 14:27

Hide last authors
Xiaoling 14.3 1 **~ Table of Contents:**
Xiaoling 1.1 2
Xiaoling 14.3 3 {{toc/}}
4
Xiaoling 14.4 5
6
7
Kilight Cao 18.2 8 = **1. Introduction** =
Xiaoling 1.1 9
Xiaoling 14.3 10
Xiaoling 9.2 11 This chapter describes how to set Transmit Time Interval.
Xiaoling 1.1 12
Xiaoling 13.2 13
Kilight Cao 28.1 14 = **2. Set Transmit Time Interval** =
Xiaoling 1.1 15
Xiaoling 14.3 16
Xiaoling 1.2 17 TDC can be controlled by Downlink Payload.
Xiaoling 1.1 18
Xiaoling 9.3 19 (((
Xiaoling 14.3 20 **For example**: AT+TDC=0x258=600s ** ; Payload: **01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal.
Xiaoling 9.3 21 )))
Xiaoling 1.1 22
Xiaoling 13.2 23 [[image:image-20220527085044-1.png]]
Xiaoling 1.1 24
25
Xiaoling 14.3 26 If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), 3C (HEX) = 60 (decimal),while type code is 01.
Xiaoling 2.1 27
Xiaoling 14.3 28 **Payload: **01 00 00 1E TDC=30s Payload: 01 00 00 3C TDC=60s
Xiaoling 1.1 29
30
Kilight Cao 18.3 31 == **2.1 Example Downlink payload setting in TTN:** ==
Xiaoling 13.2 32
Bei Jinggeng 18.1 33 [[image:image-20221110143023-2.png||height="632" width="808"]]
34
35
Kilight Cao 29.1 36 == **2.1 Example of set the Transmit Time Interval using Bluetooth:** ==
Bei Jinggeng 18.1 37
Kilight Cao 19.2 38
Kilight Cao 27.6 39 TDC can be controlled by Bluetooth.
Kilight Cao 27.5 40
Kilight Cao 19.3 41 (% style="color:red" %)**Note: This feature is only available on devices that support Bluetooth sensors.**
Xiaoling 1.1 42
Xiaoling 14.3 43
Kilight Cao 19.2 44 Here list the models that support BLE and the method to activate BLE function.
Kilight Cao 18.4 45
Kilight Cao 19.3 46 (% style="color:blue" %)**Models:**(%%)** **All models with -LB, -LS , -NB, -NS, -CB, -CS suffix
Kilight Cao 19.2 47
Kilight Cao 19.3 48 (% style="color:blue" %)**BLE Activate Method:**
Kilight Cao 19.2 49
50 Device is battery power type and BLE will be only activate on below case:
51
52 * Press button to send an uplink
53
54 * Press button to active device.
55
56 * Device Power on or reset.
57
58 If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.
59
Kilight Cao 19.4 60 Download link of dragino mobile app: **[[Mobile_APP>>url:https://www.dropbox.com/scl/fo/gyscmfn1s03oz3n8rif8w/AJW7JoMQsQ56dtlls2SNf9c?rlkey=3q2cxwriyzh26vuairx01yebc&e=1&st=be5jv92w&dl=0]]**
Kilight Cao 19.2 61
Kilight Cao 19.4 62 Google Play Store: **[[DeviceTool.app>>url:https://play.google.com/store/apps/details?id=com.teyi.device.tool.app]]**
Kilight Cao 19.2 63
Kilight Cao 19.4 64
Kilight Cao 25.5 65 For more detailed steps on how to use the dragino mobile app, please refer to the following link:  **[[BLE Bluetooth Remote Configure - DRAGINO>>url:https://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]**
Kilight Cao 19.4 66
Kilight Cao 28.1 67 (% style="color:blue" %)**AT Command: AT+TDC**
68
69 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:727.222px" %)
70 |(% style="background-color:#4f81bd; color:white; width:165px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:227px" %)**Function**|(% style="background-color:#4f81bd; color:white; width:329px" %)**Response**
71 |(% style="width:165px" %)AT+TDC=?|(% style="width:227px" %)Show current transmit Interval|(% style="width:329px" %)30000(((
72 OK
73
74 the interval is 30000ms = 30s
75 )))
76 |(% style="width:165px" %)AT+TDC=60000|(% style="width:227px" %)Set Transmit Interval|(% style="width:329px" %)OK(((
77 Set transmit interval to 60000ms = 60 seconds
78 )))
79
Kilight Cao 26.2 80 For example, to change the packet sending interval to 12s, use the AT command: AT+TDC=12000
Kilight Cao 25.5 81
Kilight Cao 26.2 82 [[image:1749708439295-260.png||height="742" width="334"]]
Kilight Cao 25.5 83
Kilight Cao 26.2 84
Kilight Cao 27.7 85 = **3. Downlink Method** =
Kilight Cao 18.3 86
87
Xiaoling 14.2 88 See use  note for different serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
Xiaoling 14.3 89
90