How to set the transmit time interval -- LoRaWAN End node

Version 20.1 by Kilight Cao on 2025/06/12 13:50

 Table of Contents:

1. Introduction

This chapter describes how to set Transmit Time Interval.

2. 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.

image-20220527085044-1.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

2.1 Example Downlink payload setting in TTN:

image-20221110143023-2.png

2.2 Example Downlink payload use the Bluetooth:

Note: This feature is only available on devices that support Bluetooth sensors.

Here list the models that support BLE and the method to activate BLE function.

Models: All models with -LB, -LS , -NB, -NS, -CB, -CS suffix

BLE Activate Method:

Device is battery power type and BLE will be only activate on below case:

  • Press button to send an uplink
  • Press button to active device.
  • Device Power on or reset.

If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.

Download link of dragino mobile app: Mobile_APP

Google Play Store: DeviceTool.app

3. Downlink Method

See use  note for different serves Servers Note(IoT LoRaWAN Server)