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

From version 101.3
edited by Xiaoling
on 2022/10/25 15:22
Change comment: There is no comment for this version
To version 102.2
edited by Xiaoling
on 2022/10/29 09:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -186,6 +186,9 @@
186 186  * Firmware upgradable via program port
187 187  * Counting
188 188  
189 +
190 +
191 +
189 189  == 1.4  Applications ==
190 190  
191 191  
... ... @@ -196,6 +196,9 @@
196 196  * Smart Cities
197 197  * Smart Factory
198 198  
202 +
203 +
204 +
199 199  == 1.5 Hardware Variants ==
200 200  
201 201  
... ... @@ -210,6 +210,9 @@
210 210  * 1 x Counting Port
211 211  )))
212 212  
219 +
220 +
221 +
213 213  = 2. Power ON Device =
214 214  
215 215  
... ... @@ -307,6 +307,9 @@
307 307  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
308 308  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
309 309  
319 +
320 +
321 +
310 310  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
311 311  
312 312  
... ... @@ -363,6 +363,9 @@
363 363  ** DO1 is high in case there is load between DO1 and V+.
364 364  ** DO1 LED is off in both case
365 365  
378 +
379 +
380 +
366 366  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
367 367  
368 368  
... ... @@ -741,7 +741,6 @@
741 741  
742 742  
743 743  
744 -
745 745  === 3.3.7 Payload Decoder ===
746 746  
747 747  (((
... ... @@ -765,10 +765,12 @@
765 765  )))
766 766  )))
767 767  
768 -* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
782 +* (% style="color:blue" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
769 769  
770 -* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
784 +* (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
771 771  
786 +
787 +
772 772  === 3.4.1 Common Commands ===
773 773  
774 774  
... ... @@ -788,7 +788,7 @@
788 788  
789 789  * (% style="color:#037691" %)**AT Command:**
790 790  
791 -**AT+TDC=N **
807 +**(% style="color:blue" %)AT+TDC=N **
792 792  
793 793  
794 794  **Example: **AT+TDC=30000. Means set interval to 30 seconds
... ... @@ -796,7 +796,7 @@
796 796  
797 797  * (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
798 798  
799 -**0x01 aa bb cc     ~/~/ Same as AT+TDC=0x(aa bb cc)**
815 +**(% style="color:blue" %)0x01 aa bb cc  (%%)   ~/~/ Same as AT+TDC=0x(aa bb cc)**
800 800  
801 801  
802 802  
... ... @@ -808,7 +808,7 @@
808 808  
809 809  * (% style="color:#037691" %)**AT Command:**
810 810  
811 -**AT+MOD=N  **
827 +**(% style="color:blue" %)AT+MOD=N  **
812 812  
813 813  
814 814  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
... ... @@ -816,7 +816,7 @@
816 816  
817 817  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
818 818  
819 -**0x0A aa    ** ~/~/ Same as AT+MOD=aa
835 +**(% style="color:blue" %)0x0A aa  (%%)  ** ~/~/ Same as AT+MOD=aa
820 820  
821 821  
822 822  
... ... @@ -831,7 +831,7 @@
831 831  
832 832  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
833 833  
834 -**0x08 FF     **~/~/ Poll an uplink
850 +**(% style="color:blue" %)0x08 FF  (%%)   **~/~/ Poll an uplink
835 835  
836 836  
837 837  **Example**: 0x08FF, ask device to send an Uplink
... ... @@ -846,16 +846,16 @@
846 846  
847 847  * (% style="color:#037691" %)**AT Command:**
848 848  
849 -**AT+ADDMOD6=1 or 0**
865 +**(% style="color:blue" %)AT+ADDMOD6=1 or 0**
850 850  
851 -1: Enable Trigger Mode
867 +**(% style="color:red" %)1:** Enable Trigger Mode
852 852  
853 -0: Disable Trigger Mode
869 +**(% style="color:red" %)0: **Disable Trigger Mode
854 854  
855 855  
856 856  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
857 857  
858 -**0x0A 06 aa    ** ~/~/ Same as AT+ADDMOD6=aa
874 +**(% style="color:blue" %)0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
859 859  
860 860  
861 861  
... ... @@ -872,7 +872,7 @@
872 872  
873 873  * (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
874 874  
875 -**0xAB 06         **~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
891 +**(% style="color:blue" %)0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
876 876  
877 877  
878 878  
... ... @@ -893,7 +893,7 @@
893 893  
894 894  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
895 895  
896 -**0xAA 02 aa bb        **~/~/ Same as AT+DTRI=aa,bb
912 +**(% style="color:blue" %)0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
897 897  
898 898  
899 899  
... ... @@ -905,7 +905,7 @@
905 905  
906 906  * (% style="color:#037691" %)**AT Command:**
907 907  
908 -**AT+TRIG1=a,b**
924 +**(% style="color:blue" %)AT+TRIG1=a,b**
909 909  
910 910  a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
911 911  
... ... @@ -2121,7 +2121,7 @@
2121 2121  == 5.5 Can i use point to point communication for LT-22222-L? ==
2122 2122  
2123 2123  
2124 -Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]
2140 +Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]  ,this is [[firmware>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AADKXQ2v5ZT-S3sxdmbvE7UAa/LT-22222-L/image?dl=0&subfolder_nav_tracking=1]].
2125 2125  
2126 2126  
2127 2127  
... ... @@ -2213,8 +2213,6 @@
2213 2213  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2214 2214  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2215 2215  
2216 -
2217 -
2218 2218  = 8. Packing Info =
2219 2219  
2220 2220  
... ... @@ -2232,8 +2232,6 @@
2232 2232  * Package Size / pcs : 14.5 x 8 x 5 cm
2233 2233  * Weight / pcs : 170g
2234 2234  
2235 -
2236 -
2237 2237  = 9. Support =
2238 2238  
2239 2239