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 209.1
edited by Dilisi S
on 2024/11/22 19:34
Change comment: Nov 22 - edits part 1

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  
... ... @@ -249,6 +249,7 @@
249 249  
250 250  [[image:lt-22222-l-dev-repo-reg-p2.png||height="625" width="1000"]]
251 251  
252 +==== ====
252 252  
253 253  ==== 3.2.2.3 Adding device manually ====
254 254  
... ... @@ -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 ====
886 +==== 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**
895 +|**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)
899 +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**.
911 +**time** : uplink interval is in milliseconds, represented by 3  bytes in hexadecimal.
911 911  )))
912 912  |**Example**|(((
913 -01 **00 00 1E**
914 +01 **00 75 30**
914 914  
915 -Sets the uplink interval to **30 seconds**
916 +Sets the uplink interval to 30,000 milliseconds (30 seconds)
916 916  
917 -Conversion: 30 (dec) = 00 00 1E (hex)
918 +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]]
920 +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) ====
... ... @@ -1169,6 +1169,7 @@
1169 1169  )))
1170 1170  |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64**
1171 1171  
1171 +==== ====
1172 1172  
1173 1173  ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ====
1174 1174  
... ... @@ -1351,6 +1351,7 @@
1351 1351  )))
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  
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