<
From version < 82.22 >
edited by Xiaoling
on 2022/06/20 11:57
To version < 82.2 >
edited by Xiaoling
on 2022/06/20 11:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -165,10 +165,6 @@
165 165  )))
166 166  * (((
167 167  Packet engine up to 256 bytes with CRC.
168 -
169 -
170 -
171 -
172 172  )))
173 173  
174 174  == 1.3 Features ==
... ... @@ -181,7 +181,6 @@
181 181  * Firmware upgradable via program port
182 182  * Counting
183 183  
184 -
185 185  == 1.4  Applications ==
186 186  
187 187  * Smart Buildings & Home Automation
... ... @@ -191,7 +191,6 @@
191 191  * Smart Cities
192 192  * Smart Factory
193 193  
194 -
195 195  == 1.5 Hardware Variants ==
196 196  
197 197  (% border="1" style="background-color:#f7faff; width:500px" %)
... ... @@ -205,9 +205,6 @@
205 205  * 1 x Counting Port
206 206  )))
207 207  
208 -
209 -
210 -
211 211  = 2. Power ON Device =
212 212  
213 213  The LT controller can be powered by 7 ~~ 24V DC power source. Connect VIN to Power Input V+ and GND to power input V- to power the LT controller.
... ... @@ -288,7 +288,6 @@
288 288  * **MOD5**: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
289 289  * **ADDMOD6**: Trigger Mode, Optional, used together with MOD1 ~~ MOD5
290 290  
291 -
292 292  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
293 293  
294 294  The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default.
... ... @@ -342,7 +342,6 @@
342 342  ** DO1 is high in case there is load between DO1 and V+.
343 343  ** DO1 LED is off in both case
344 344  
345 -
346 346  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
347 347  
348 348  
... ... @@ -379,7 +379,12 @@
379 379  (((
380 380  (((
381 381  **AT+MOD=2**
371 +)))
372 +)))
382 382  
374 +(% class="box infomessage" %)
375 +(((
376 +(((
383 383  **ATZ**
384 384  )))
385 385  )))
... ... @@ -398,15 +398,40 @@
398 398  (((
399 399  (((
400 400  **AT+TRIG1=0,100 (set DI1 port to trigger on low level, valid signal is 100ms) **
395 +)))
396 +)))
401 401  
398 +(% class="box infomessage" %)
399 +(((
400 +(((
402 402  **AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) **
402 +)))
403 +)))
403 403  
405 +(% class="box infomessage" %)
406 +(((
407 +(((
404 404  **AT+TRIG2=0,100 (set DI2 port to trigger on low level, valid signal is 100ms) **
409 +)))
410 +)))
405 405  
412 +(% class="box infomessage" %)
413 +(((
414 +(((
406 406  **AT+TRIG2=1,100 (set DI2 port to trigger on high level, valid signal is 100ms ) **
416 +)))
417 +)))
407 407  
419 +(% class="box infomessage" %)
420 +(((
421 +(((
408 408  **AT+SETCNT=1,60   (Set COUNT1 value to 60)**
423 +)))
424 +)))
409 409  
426 +(% class="box infomessage" %)
427 +(((
428 +(((
410 410  **AT+SETCNT=2,60   (Set COUNT2 value to 60)**
411 411  )))
412 412  )))
... ... @@ -441,7 +441,12 @@
441 441  (((
442 442  (((
443 443  **AT+MOD=3**
463 +)))
464 +)))
444 444  
466 +(% class="box infomessage" %)
467 +(((
468 +(((
445 445  **ATZ**
446 446  )))
447 447  )))
... ... @@ -486,13 +486,20 @@
486 486  (((
487 487  (((
488 488  **AT+MOD=4**
513 +)))
514 +)))
489 489  
516 +(% class="box infomessage" %)
517 +(((
518 +(((
490 490  **ATZ**
491 491  )))
492 492  )))
493 493  
523 +(((
524 +
525 +)))
494 494  
495 -
496 496  (((
497 497  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
498 498  )))
... ... @@ -506,17 +506,33 @@
506 506  (% class="box infomessage" %)
507 507  (((
508 508  (((
509 -(% style="color:blue" %)**AT+SETCNT=3,60**(%%)**   (set AVI Count to 60)**
540 +**AT+SETCNT=3,60   (set AVI Count to 60)**
541 +)))
542 +)))
510 510  
511 -(% style="color:blue" %)**AT+VOLMAX=20000**(%%)**   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
544 +(% class="box infomessage" %)
545 +(((
546 +(((
547 +**AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
548 +)))
549 +)))
512 512  
513 -(% style="color:blue" %)**AT+VOLMAX=20000,0**(%%)**   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
551 +(% class="box infomessage" %)
552 +(((
553 +(((
554 +**AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
555 +)))
556 +)))
514 514  
515 -(% style="color:blue" %)**AT+VOLMAX=20000,1**(%%)**   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
558 +(% class="box infomessage" %)
559 +(((
560 +(((
561 +**AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
516 516  )))
517 517  )))
518 518  
519 519  
566 +
520 520  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
521 521  
522 522  
... ... @@ -550,7 +550,12 @@
550 550  (((
551 551  (((
552 552  **AT+MOD=5**
600 +)))
601 +)))
553 553  
603 +(% class="box infomessage" %)
604 +(((
605 +(((
554 554  **ATZ**
555 555  )))
556 556  )))
... ... @@ -576,7 +576,7 @@
576 576  1. Periodically uplink (Base on TDC time). Payload is same as the normal MOD (MOD 1 for above command). This uplink uses LoRaWAN (% style="color:#4f81bd" %)**unconfirmed**(%%) data type
577 577  1. Trigger uplink when meet the trigger condition. LT will sent two packets in this case, the first uplink use payload specify in this mod (mod=6), the second packets use the normal mod payload(MOD=1 for above settings). Both Uplinks use LoRaWAN (% style="color:#4f81bd" %)**CONFIRMED data type.**
578 578  
579 -(% style="color:#037691" %)**AT Command to set Trigger Condition**:
631 +**AT Command to set Trigger Condition**:
580 580  
581 581  (% style="color:#4f81bd" %)**Trigger base on voltage**:
582 582  
... ... @@ -612,7 +612,7 @@
612 612  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
613 613  
614 614  
615 -(% style="color:#037691" %)**Downlink Command to set Trigger Condition:**
667 +**Downlink Command to set Trigger Condition:**
616 616  
617 617  Type Code: 0xAA. Downlink command same as AT Command **AT+AVLIM, AT+ACLIM**
618 618  
... ... @@ -717,7 +717,6 @@
717 717  
718 718  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
719 719  
720 -
721 721  === 3.4.1 Common Commands ===
722 722  
723 723  They should be available for each of Dragino Sensors, 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]]
... ... @@ -730,7 +730,7 @@
730 730  
731 731  Set device uplink interval.
732 732  
733 -* (% style="color:#037691" %)**AT Command:**
784 +* AT Command:
734 734  
735 735  (% class="box infomessage" %)
736 736  (((
... ... @@ -740,7 +740,7 @@
740 740  **Example: **AT+TDC=30000. Means set interval to 30 seconds
741 741  
742 742  
743 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
794 +* Downlink Payload (prefix 0x01):
744 744  
745 745  (% class="box infomessage" %)
746 746  (((
... ... @@ -753,7 +753,7 @@
753 753  
754 754  Set work mode.
755 755  
756 -* (% style="color:#037691" %)**AT Command:**
807 +* AT Command:
757 757  
758 758  (% class="box infomessage" %)
759 759  (((
... ... @@ -763,7 +763,7 @@
763 763  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
764 764  
765 765  
766 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
817 +* Downlink Payload (prefix 0x0A):
767 767  
768 768  (% class="box infomessage" %)
769 769  (((
... ... @@ -774,12 +774,12 @@
774 774  
775 775  ==== 3.4.2.3 Poll an uplink ====
776 776  
777 -* (% style="color:#037691" %)AT Command:
828 +* AT Command:
778 778  
779 779  There is no AT Command to poll uplink
780 780  
781 781  
782 -* (% style="color:#037691" %)Downlink Payload (prefix 0x08):
833 +* Downlink Payload (prefix 0x08):
783 783  
784 784  (% class="box infomessage" %)
785 785  (((
... ... @@ -794,7 +794,7 @@
794 794  
795 795  Use of trigger mode, please check [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
796 796  
797 -* (% style="color:#037691" %)AT Command:
848 +* AT Command:
798 798  
799 799  (% class="box infomessage" %)
800 800  (((
... ... @@ -806,7 +806,7 @@
806 806  0: Disable Trigger Mode
807 807  
808 808  
809 -* (% style="color:#037691" %)Downlink Payload (prefix 0x0A 06):
860 +* Downlink Payload (prefix 0x0A 06):
810 810  
811 811  (% class="box infomessage" %)
812 812  (((
... ... @@ -819,12 +819,12 @@
819 819  
820 820  Poll trigger settings,
821 821  
822 -* (% style="color:#037691" %)AT Command:
873 +* AT Command:
823 823  
824 824  There is no AT Command for this feature.
825 825  
826 826  
827 -* (% style="color:#037691" %)Downlink Payload (prefix 0x AB 06):
878 +* Downlink Payload (prefix 0x AB 06):
828 828  
829 829  (% class="box infomessage" %)
830 830  (((
... ... @@ -837,9 +837,12 @@
837 837  
838 838  Enable Disable DI1/DI2/DI2 as trigger,
839 839  
840 -* (% style="color:#037691" %)AT Command:
891 +* AT Command:
841 841  
893 +(% class="box infomessage" %)
894 +(((
842 842  **Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
896 +)))
843 843  
844 844  
845 845  **Example:**
... ... @@ -846,20 +846,25 @@
846 846  
847 847  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
848 848  
849 -* (% style="color:#037691" %)Downlink Payload (prefix 0xAA 02):
903 +* Downlink Payload (prefix 0xAA 02):
850 850  
851 -**0xAA 02 aa bb        **~/~/ Same as AT+DTRI=aa,bb
905 +(% class="box infomessage" %)
906 +(((
907 +**0xAA 02 aa bb  ~/~/ Same as AT+DTRI=aa,bb**
908 +)))
852 852  
853 853  
854 854  
855 -
856 856  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
857 857  
858 858  Set DI1 or DI3(for LT-33222-L) trigger.
859 859  
860 -* (% style="color:#037691" %)AT Command:
916 +* AT Command:
861 861  
918 +(% class="box infomessage" %)
919 +(((
862 862  **AT+TRIG1=a,b**
921 +)))
863 863  
864 864  a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
865 865  
... ... @@ -871,20 +871,26 @@
871 871  AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms )
872 872  
873 873  
874 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
875 -* **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
933 +* Downlink Payload (prefix 0x09 01 ):
876 876  
935 +(% class="box infomessage" %)
936 +(((
937 +**0x09 01 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)**
938 +)))
877 877  
878 878  
941 +
879 879  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
880 880  
881 881  Set DI2 trigger.
882 882  
883 -* (% style="color:#037691" %)**AT Command:**
946 +* AT Command:
884 884  
948 +(% class="box infomessage" %)
949 +(((
885 885  **AT+TRIG2=a,b**
951 +)))
886 886  
887 -
888 888  a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
889 889  
890 890  b : delay timing.
... ... @@ -895,72 +895,93 @@
895 895  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
896 896  
897 897  
898 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
963 +* Downlink Payload (prefix 0x09 02 ):
899 899  
900 -**0x09 02 aa bb cc           **~/~/ same as AT+TRIG1=aa,0x(bb cc)
965 +(% class="box infomessage" %)
966 +(((
967 +**0x09 02 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)**
968 +)))
901 901  
902 902  
903 903  
904 -
905 905  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
906 906  
907 907  Set current trigger , base on AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
908 908  
909 -* (% style="color:#037691" %)**AT Command**
976 +* AT Command:
910 910  
911 -**AT+ACLIM**
978 +(% class="box infomessage" %)
979 +(((
980 +**AT+ACLIM. **
981 +)))
912 912  
913 913  
914 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
984 +* Downlink Payload (prefix 0xAA 01 ):
915 915  
916 -**0x AA 01 aa bb cc dd ee ff gg hh        ** ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
986 +(% class="box infomessage" %)
987 +(((
988 +**0x AA 01 aa bb cc dd ee ff gg hh ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
989 +)))
917 917  
918 918  
919 919  
920 -
921 921  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
922 922  
923 923  Set current trigger , base on AV port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
924 924  
925 -* (% style="color:#037691" %)**AT Command**
997 +* AT Command:
926 926  
927 -**AT+AVLIM  See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
999 +(% class="box infomessage" %)
1000 +(((
1001 +**AT+AVLIM. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
1002 +)))
928 928  
929 929  
930 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
1005 +* Downlink Payload (prefix 0xAA 00 ):
931 931  
932 -**0x AA 00 aa bb cc dd ee ff gg hh    ** ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
1007 +(% class="box infomessage" %)
1008 +(((
1009 +**0x AA 00 aa bb cc dd ee ff gg hh ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] **
1010 +)))
933 933  
934 934  
935 935  
936 -
937 937  ==== 3.4.2.11 Trigger – Set minimum interval ====
938 938  
939 939  Set AV and AC trigger minimum interval, system won’t response to the second trigger within this set time after the first trigger.
940 940  
941 -* (% style="color:#037691" %)**AT Command**
1018 +* AT Command:
942 942  
1020 +(% class="box infomessage" %)
1021 +(((
943 943  **AT+ATDC=5. Device won’t response the second trigger within 5 minute after the first trigger.**
1023 +)))
944 944  
945 945  
946 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
1026 +* Downlink Payload (prefix 0xAC ):
947 947  
948 -**0x AC aa bb   ** ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
1028 +(% class="box infomessage" %)
1029 +(((
1030 +**0x AC aa bb ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)**
1031 +)))
949 949  
950 950  
951 951  
952 -
953 953  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
954 954  
955 -* (% style="color:#037691" %)**AT Command**
1037 +* AT Command:
956 956  
957 957  There is no AT Command to control Digital Output
958 958  
959 959  
960 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
961 -* **0x02 aa bb cc     **~/~/ Set DO1/DO2/DO3 output
1042 +* Downlink Payload (prefix 0x02):
962 962  
1044 +(% class="box infomessage" %)
963 963  (((
1046 +**0x02 aa bb cc     ~/~/ Set DO1/DO2/DO3 output**
1047 +)))
1048 +
1049 +(((
964 964  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
965 965  )))
966 966  
... ... @@ -980,19 +980,22 @@
980 980  
981 981  
982 982  
983 -
984 984  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
985 985  
986 -* (% style="color:#037691" %)**AT Command**
1071 +* AT Command:
987 987  
988 988  There is no AT Command to control Digital Output
989 989  
990 990  
991 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1076 +* Downlink Payload (prefix 0xA9):
992 992  
993 -**0xA9 aa bb cc     **~/~/ Set DO1/DO2/DO3 output with time control
1078 +(% class="box infomessage" %)
1079 +(((
1080 +(((
1081 +**0xA9 aa bb cc     ~/~/ Set DO1/DO2/DO3 output with time control**
1082 +)))
1083 +)))
994 994  
995 -
996 996  This is to control the digital output time of DO pin. Include four bytes:
997 997  
998 998  (% style="color:#4f81bd" %)**First Byte**(%%)**:** Type code (0xA9)
... ... @@ -1046,19 +1046,20 @@
1046 1046  
1047 1047  
1048 1048  
1049 -
1050 1050  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1051 1051  
1052 -* (% style="color:#037691" %)**AT Command:**
1140 +* AT Command:
1053 1053  
1054 1054  There is no AT Command to control Relay Output
1055 1055  
1056 1056  
1057 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1145 +* Downlink Payload (prefix 0x03):
1058 1058  
1059 -**0x03 aa bb     **~/~/ Set RO1/RO2 output
1147 +(% class="box infomessage" %)
1148 +(((
1149 +**0x03 aa bb     ~/~/ Set RO1/RO2 output**
1150 +)))
1060 1060  
1061 -
1062 1062  (((
1063 1063  If payload = 0x030100, it means set RO1 to close and RO2 to open.
1064 1064  )))
... ... @@ -1075,19 +1075,20 @@
1075 1075  
1076 1076  
1077 1077  
1078 -
1079 1079  ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ====
1080 1080  
1081 -* (% style="color:#037691" %)**AT Command:**
1170 +* AT Command:
1082 1082  
1083 1083  There is no AT Command to control Relay Output
1084 1084  
1085 1085  
1086 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1175 +* Downlink Payload (prefix 0x05):
1087 1087  
1088 -**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1177 +(% class="box infomessage" %)
1178 +(((
1179 +**0x05 aa bb cc dd     ~/~/ Set RO1/RO2 relay with time control:**
1180 +)))
1089 1089  
1090 -
1091 1091  This is to control the relay output time of relay. Include four bytes:
1092 1092  
1093 1093  (% style="color:#4f81bd" %)**First Byte **(%%)**:** Type code (0x05)
... ... @@ -1129,28 +1129,35 @@
1129 1129  
1130 1130  
1131 1131  
1132 -
1133 1133  ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ====
1134 1134  
1135 1135  When voltage exceed the threshold, count. Feature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1136 1136  
1137 -* (% style="color:#037691" %)**AT Command:**
1227 +* AT Command:
1138 1138  
1139 -(% style="color:#037691" %)**​​​​​​​**(%%)**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1229 +(% class="box infomessage" %)
1230 +(((
1231 +**AT+VOLMAX    ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]**
1232 +)))
1140 1140  
1141 1141  
1142 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1235 +* Downlink Payload (prefix 0xA5):
1143 1143  
1144 -**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1237 +(% class="box infomessage" %)
1238 +(((
1239 +**0xA5 aa bb cc   ~/~/ Same as AT+VOLMAX=(aa bb),cc**
1240 +)))
1145 1145  
1146 1146  
1147 1147  
1148 -
1149 1149  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1150 1150  
1151 -* (% style="color:#037691" %)**AT Command:**
1246 +* AT Command:
1152 1152  
1153 -(% style="color:#037691" %)**​​​​​​​​​​​​​​**(%%)**AT+SETCNT=aa,(bb cc dd ee) **
1248 +(% class="box infomessage" %)
1249 +(((
1250 +**AT+SETCNT=aa,(bb cc dd ee) **
1251 +)))
1154 1154  
1155 1155  aa: 1: Set count1,
1156 1156  
... ... @@ -1161,40 +1161,51 @@
1161 1161  Bb cc dd ee: number to be set
1162 1162  
1163 1163  
1164 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1262 +* Downlink Payload (prefix 0xA8):
1165 1165  
1166 -**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1264 +(% class="box infomessage" %)
1265 +(((
1266 +**0x A8 aa bb cc dd ee     ~/~/ same as AT+SETCNT=aa,(bb cc dd ee)**
1267 +)))
1167 1167  
1168 1168  
1169 1169  
1170 -
1171 1171  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1172 1172  
1173 1173  Clear counting for counting mode
1174 1174  
1175 -* (% style="color:#037691" %)**AT Command:**
1275 +* AT Command:
1176 1176  
1177 -(% style="color:#037691" %)​​​​​​​​​​​​​​(%%)**AT+CLRCOUNT ** ~/~/ clear all counting
1277 +(% class="box infomessage" %)
1278 +(((
1279 +**AT+CLRCOUNT ~/~/ clear all counting**
1280 +)))
1178 1178  
1282 +* Downlink Payload (prefix 0xA6):
1179 1179  
1180 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1284 +(% class="box infomessage" %)
1285 +(((
1286 +**0x A6 01     ~/~/ clear all counting,**
1287 +)))
1181 1181  
1182 -**0x A6 01    ** ~/~/ clear all counting
1183 1183  
1184 1184  
1185 -
1186 -
1187 1187  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1188 1188  
1189 -* (% style="color:#037691" %)**AT Command:**
1293 +* AT Command:
1190 1190  
1191 -**AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1295 +(% class="box infomessage" %)
1296 +(((
1297 +**AT+COUTIME=60  ~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)**
1298 +)))
1192 1192  
1300 +* Downlink Payload (prefix 0xA7):
1193 1193  
1194 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1302 +(% class="box infomessage" %)
1303 +(((
1304 +**0x A7 aa bb cc     ~/~/ same as AT+COUTIME =aa bb cc,**
1305 +)))
1195 1195  
1196 -**0x A7 aa bb cc     **~/~/ same as AT+COUTIME =aa bb cc,
1197 -
1198 1198  (((
1199 1199  range: aa bb cc:0 to 16777215,  (unit:second)
1200 1200  
... ... @@ -1202,7 +1202,6 @@
1202 1202  )))
1203 1203  
1204 1204  
1205 -
1206 1206  == 3.5 Integrate with Mydevice ==
1207 1207  
1208 1208  Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. Below are the steps:
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0