Last modified by Xiaoling on 2023/07/18 10:12

From version 211.1
edited by Bei Jinggeng
on 2022/11/01 16:33
Change comment: There is no comment for this version
To version 214.1
edited by Edwin Chen
on 2022/11/03 23:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Edwin
Content
... ... @@ -507,7 +507,6 @@
507 507  
508 508  
509 509  
510 -
511 511  ==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ====
512 512  
513 513  
... ... @@ -627,6 +627,7 @@
627 627  
628 628  (% style="color:blue" %)**Method 2: **(%%)Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
629 629  
629 +
630 630  (% style="color:red" %)**Note for method 2:**
631 631  
632 632  * a) LHT65N will do an ACK check for data records sending to make sure every data arrive server.
... ... @@ -804,10 +804,12 @@
804 804  === 2.7.1 ALARM MODE ( Since v1.3.1 firmware) ===
805 805  
806 806  
807 +**Internal GXHT30 temperature alarm**
808 +
807 807  (((
808 808  (% class="box infomessage" %)
809 809  (((
810 -**AT+WMOD=3,**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
812 +**AT+WMOD=3**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
811 811  
812 812  **AT+CITEMP=1**:  The interval between checking the alarm temperature. (In minutes)
813 813  
... ... @@ -821,7 +821,109 @@
821 821  )))
822 822  )))
823 823  
826 +(% style="color:#4f81bd" %)**Downlink Command:**
824 824  
828 +AT+WMOD=1:  A501  ,  AT+WMOD=0 :  A600
829 +
830 +AT+CITEMP=1 : A60001
831 +
832 +AT+ARTEMP=1,60  :  A70001003C
833 +
834 +AT+ARTEMP=-16,60 :  A7FFF0003C
835 +
836 +AT+LEDALARM=1  :  3601
837 +
838 +
839 +(% style="color:#4f81bd" %)**Downlink Command: AAXXXXXXXXXXXXXX**
840 +
841 +Total bytes: 8 bytes
842 +
843 +**Example: **AA0100010001003C
844 +
845 +WMOD=01
846 +
847 +CITEMP=0001
848 +
849 +TEMPlow=0001
850 +
851 +TEMPhigh=003C
852 +
853 +
854 +**DS18B20 and TMP117 Threshold Alarm**
855 +
856 +**~ AT+WMOD=1,60,-10,20**
857 +
858 +(% style="color:#4f81bd" %)**Downlink Command:**
859 +
860 +**Example: **A5013CFC180014
861 +
862 +MOD=01
863 +
864 +CITEMP=3C(S)
865 +
866 +TEMPlow=FC18
867 +
868 +TEMPhigh=0014
869 +
870 +
871 +**Fluctuation alarm for DS18B20 and TMP117**
872 +
873 +**AT+WMOD=2,60,5** 
874 +
875 +(% style="color:#4f81bd" %)**Downlink Command:**
876 +
877 +**Example: **A5023C05
878 +
879 +MOD=02
880 +
881 +CITEMP=3C(S)
882 +
883 +temperature fluctuation=05
884 +
885 +
886 +**Collect multiple times and send once**
887 +
888 +**AT+WMOD=3,1,60,20,-16,32,1**  ~/~/ Mode 3, the collection interval is 60s, the total number of collection is 20 times, and the data of these 20 times will be sent to the 20th time, with a maximum of 60 groups, the normal working temperature range is -10 to 32°C, 1 is to open the temperature alarm, 0 is to close the temperature alarm, and the temperature is turned on. After the alarm, if the temperature collected at the current time exceeds the normal working temperature, a data will be sent immediately.
889 +
890 +(% style="color:#4f81bd" %)**Downlink Command:**
891 +
892 +**Example: **A50301003C14FFF0002001
893 +
894 +MOD=03
895 +
896 +EXT=01
897 +
898 +CITEMP=003C(S)
899 +
900 +Total number of acquisitions=14
901 +
902 +TEMPlow=FFF0
903 +
904 +TEMPhigh=0020
905 +
906 +ARTEMP=01
907 +
908 +
909 +**Uplink payload( Fport=3)**
910 +
911 +**Example: **CBEA0109920A4109C4
912 +
913 +BatV=CBEA
914 +
915 +EXT=01
916 +
917 +Temp1=0992  ~/~/ 24.50℃
918 +
919 +Temp2=0A41  ~/~/ 26.25℃
920 +
921 +Temp3=09C4  ~/~/ 25.00℃
922 +
923 +
924 +(% style="color:red" %)**Note: This uplink will automatically select the appropriate DR according to the data length**
925 +
926 +(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
927 +
928 +
825 825  
826 826  )))
827 827  
... ... @@ -1248,7 +1248,7 @@
1248 1248  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1249 1249  
1250 1250  
1251 -== 4.14 Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm ==
1355 +== 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm ==
1252 1252  
1253 1253  
1254 1254  Feature: Set internal and external temperature sensor alarms.