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

From version 213.1
edited by Bei Jinggeng
on 2022/11/02 11:17
Change comment: There is no comment for this version
To version 216.1
edited by Bei Jinggeng
on 2022/11/11 09:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -500,7 +500,6 @@
500 500  
501 501  
502 502  
503 -
504 504  ==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ====
505 505  
506 506  
... ... @@ -620,6 +620,7 @@
620 620  
621 621  (% 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.
622 622  
622 +
623 623  (% style="color:red" %)**Note for method 2:**
624 624  
625 625  * a) LHT65N will do an ACK check for data records sending to make sure every data arrive server.
... ... @@ -782,7 +782,7 @@
782 782  
783 783  
784 784  
785 -== 2.7 Alarm Mode ==
785 +== 2.7 Alarm Mode & Feature "Multi sampling, one uplink" ==
786 786  
787 787  
788 788  (((
... ... @@ -796,6 +796,7 @@
796 796  
797 797  === 2.7.1 ALARM MODE ( Since v1.3.1 firmware) ===
798 798  
799 +
799 799  **Internal GXHT30 temperature alarm**
800 800  
801 801  (((
... ... @@ -827,11 +827,12 @@
827 827  
828 828  AT+LEDALARM=1  :  3601
829 829  
831 +
830 830  (% style="color:#4f81bd" %)**Downlink Command: AAXXXXXXXXXXXXXX**
831 831  
832 832  Total bytes: 8 bytes
833 833  
834 -**Example:**AA0100010001003C
836 +**Example: **AA0100010001003C
835 835  
836 836  WMOD=01
837 837  
... ... @@ -844,11 +844,11 @@
844 844  
845 845  **DS18B20 and TMP117 Threshold Alarm**
846 846  
847 - AT+WMOD=1,60,-10,20
849 +**~ AT+WMOD=1,60,-10,20**
848 848  
849 849  (% style="color:#4f81bd" %)**Downlink Command:**
850 850  
851 -**Example:**A5013CFC180014
853 +**Example: **A5013CFC180014
852 852  
853 853  MOD=01
854 854  
... ... @@ -861,11 +861,11 @@
861 861  
862 862  **Fluctuation alarm for DS18B20 and TMP117**
863 863  
864 -AT+WMOD=2,60,5 
866 +**AT+WMOD=2,60,5** 
865 865  
866 866  (% style="color:#4f81bd" %)**Downlink Command:**
867 867  
868 -**Example:**A5023C05
870 +**Example: **A5023C05
869 869  
870 870  MOD=02
871 871  
... ... @@ -874,13 +874,13 @@
874 874  temperature fluctuation=05
875 875  
876 876  
877 -**Collect multiple times and send once**
879 +==== **Sampling multiple times and uplink together** ====
878 878  
879 -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.
881 +**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.
880 880  
881 881  (% style="color:#4f81bd" %)**Downlink Command:**
882 882  
883 -**Example:**A50301003C14FFF0002001
885 +**Example: **A50301003C14FFF0002001
884 884  
885 885  MOD=03
886 886  
... ... @@ -899,22 +899,24 @@
899 899  
900 900  **Uplink payload( Fport=3)**
901 901  
902 -**Example:**CBEA0109920A4109C4
904 +**Example: **CBEA0109920A4109C4
903 903  
904 904  BatV=CBEA
905 905  
906 906  EXT=01
907 907  
908 -Temp1=0992 ~/~/24.50℃
910 +Temp1=0992  ~/~/ 24.50℃
909 909  
910 -Temp2=0A41 ~/~/26.25℃
912 +Temp2=0A41  ~/~/ 26.25℃
911 911  
912 -Temp3=09C4 ~/~/25.00℃
914 +Temp3=09C4  ~/~/ 25.00℃
913 913  
916 +
914 914  (% style="color:red" %)**Note: This uplink will automatically select the appropriate DR according to the data length**
915 915  
916 916  (% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
917 917  
921 +
918 918  
919 919  )))
920 920  
... ... @@ -962,9 +962,7 @@
962 962  TEMPhigh=003C
963 963  
964 964  
965 -=== ===
966 966  
967 -
968 968  == 2.8 LED Indicator ==
969 969  
970 970  
... ... @@ -1335,7 +1335,7 @@
1335 1335  
1336 1336  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1337 1337  
1338 -== 4.14 Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm ==
1340 +== 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm(Since firmware 1.3.0) ==
1339 1339  
1340 1340  
1341 1341  Feature: Set internal and external temperature sensor alarms.