Difference between revisions of "How to set the transmit time interval"
From Wiki for Dragino Project
David.huang (Talk | contribs) (Created page with "=Introduction= This chapter describes how to set Transmit Time Interval.") |
(→Downlink Payload) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
This chapter describes how to set Transmit Time Interval. | This chapter describes how to set Transmit Time Interval. | ||
+ | |||
+ | =Downlink Payload= | ||
+ | TDC can be controlled by Downlink Payload. | ||
+ | |||
+ | For example: | ||
+ | AT+TDC=0x258=600s | ||
+ | Payload: 01 00 02 58 TDC=600s | ||
+ | The time interval is represented by hexadecimal conversion to decimal. | ||
+ | |||
+ | [[File:TDC.png]] | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | 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. | ||
+ | |||
+ | Payload: 01 00 00 1E TDC=30s | ||
+ | Payload: 01 00 00 3C TDC=60s | ||
+ | |||
+ | [[File:Downlink playload TDC.png]] | ||
+ | |||
+ | =Downlink Method= | ||
+ | See use note for different serves [[Main_Page#Use_Note_for_Server|Servers Note]] |
Latest revision as of 08:14, 27 November 2020
Introduction
This chapter describes how to set Transmit Time Interval.
Downlink Payload
TDC can be controlled by Downlink Payload.
For example: AT+TDC=0x258=600s Payload: 01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal.
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.
Payload: 01 00 00 1E TDC=30s Payload: 01 00 00 3C TDC=60s
Downlink Method
See use note for different serves Servers Note