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

From version 27.7
edited by Kilight Cao
on 2025/06/12 14:22
Change comment: There is no comment for this version
To version 28.1
edited by Kilight Cao
on 2025/06/12 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,7 +11,7 @@
11 11  This chapter describes how to set Transmit Time Interval.
12 12  
13 13  
14 -= **2. Change Uplink Interval** =
14 += **2. Set Transmit Time Interval** =
15 15  
16 16  
17 17  TDC can be controlled by Downlink Payload.
... ... @@ -64,6 +64,19 @@
64 64  
65 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/]]**
66 66  
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 +
67 67  For example, to change the packet sending interval to 12s, use the AT command: AT+TDC=12000
68 68  
69 69  [[image:1749708439295-260.png||height="742" width="334"]]