Last modified by Mengting Qiu on 2025/06/04 18:42

From version 212.1
edited by Dilisi S
on 2024/11/24 01:31
Change comment: Fix uplink interval in dl payload
To version 210.1
edited by Dilisi S
on 2024/11/24 00:36
Change comment: fix toc

Summary

Details

Page properties
Content
... ... @@ -129,7 +129,7 @@
129 129  * 1 x Counting Port
130 130  )))
131 131  
132 -= 2. Assembling the device =
132 +== 2. Assembling the device ==
133 133  
134 134  == 2.1 Connecting the antenna ==
135 135  
... ... @@ -882,7 +882,7 @@
882 882  These commands are specially designed for the LT-22222-L. Commands can be sent to the device using options such as an AT command or a LoRaWAN downlink payload.
883 883  
884 884  
885 -==== 3.4.2.1 Set Transmit/Uplink Interval ====
885 +==== 3.4.2.1 Set Transmit Interval ====
886 886  
887 887  Sets the uplink interval of the device. The default uplink transmission interval is 10 minutes.
888 888  
... ... @@ -891,11 +891,11 @@
891 891  (% border="2" style="width:500px" %)
892 892  |**Command**|AT+TDC=<time>
893 893  |**Response**|
894 -|**Parameters**|**time** : uplink interval is in **milliseconds**
894 +|**Parameters**|**time** : uplink interval is in milliseconds
895 895  |**Example**|(((
896 896  AT+TDC=30000
897 897  
898 -Sets the uplink interval to **30 seconds** (30000 milliseconds)
898 +Sets the uplink interval to 30,000 milliseconds (30 seconds)
899 899  )))
900 900  
901 901  (% style="color:#037691" %)**Downlink payload**
... ... @@ -907,18 +907,16 @@
907 907  |**Parameters**|(((
908 908  **prefix** : 0x01
909 909  
910 -**time** : uplink interval is in **seconds**, represented by **3  bytes** in **hexadecimal**.
910 +**time** : uplink interval is in milliseconds, represented by 3  bytes in hexadecimal.
911 911  )))
912 912  |**Example**|(((
913 -01 **00 00 1E**
913 +01 **00 75 30**
914 914  
915 -Sets the uplink interval to **30 seconds**
915 +Sets the uplink interval to 30,000 milliseconds (30 seconds)
916 916  
917 -Conversion: 30 (dec) = 00 00 1E (hex)
917 +Conversion: 30000 (dec) = 00 75 30 (hex)
918 918  
919 -See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30]]
920 -
921 -[[image:Screenshot 2024-11-23 at 18.27.11.png]]
919 +See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]]
922 922  )))
923 923  
924 924  ==== 3.4.2.2 Set the Working Mode (AT+MOD) ====
... ... @@ -1170,6 +1170,7 @@
1170 1170  |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64**
1171 1171  
1172 1172  
1171 +
1173 1173  ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ====
1174 1174  
1175 1175  Sets the current trigger based on the AC port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
... ... @@ -1352,6 +1352,7 @@
1352 1352  )))
1353 1353  
1354 1354  
1354 +
1355 1355  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1356 1356  
1357 1357  
Screenshot 2024-11-23 at 18.27.11.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pradeeka
Size
... ... @@ -1,1 +1,0 @@
1 -134.9 KB
Content