1. Introduction

This chapter describes how to set Transmit Time Interval for label.

2. via AT Command through UART interface

AT+TDC
Command ExampleFunctionResponse
AT+TDC=?Show current transmit Interval30000

OK

the interval is 30000ms = 30s

AT+TDC=60000Set Transmit IntervalOK

Set transmit interval to 60000ms = 60 seconds

3. via LoRaWAN Downlink

TDC can be controlled by Downlink Payload.

For example: Payload: 01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal.

TDC.png

 

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

image-20220512084801-1.png

Downlink Method

See use note for different serves Servers Note

Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0