Wiki source code of How to set the transmit time interval -- LoRaWAN End node
Version 17.1 by Bei Jinggeng on 2022/11/10 14:30
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | **~ Table of Contents:** | ||
2 | |||
3 | {{toc/}} | ||
4 | |||
5 | |||
6 | |||
7 | |||
8 | = 1. Introduction = | ||
9 | |||
10 | |||
11 | This chapter describes how to set Transmit Time Interval. | ||
12 | |||
13 | |||
14 | = 2. Downlink Payload = | ||
15 | |||
16 | |||
17 | TDC can be controlled by Downlink Payload. | ||
18 | |||
19 | ((( | ||
20 | **For example**: AT+TDC=0x258=600s ** ; Payload: **01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal. | ||
21 | ))) | ||
22 | |||
23 | [[image:image-20220527085044-1.png]] | ||
24 | |||
25 | |||
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. | ||
27 | |||
28 | **Payload: **01 00 00 1E TDC=30s Payload: 01 00 00 3C TDC=60s | ||
29 | |||
30 | [[image:image-20220527085157-3.png]] | ||
31 | |||
32 | |||
33 | = 3. Downlink Method = | ||
34 | |||
35 | |||
36 | See use note for different serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server) | ||
37 | |||
38 |