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

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

Summary

Details

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