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