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

From version 228.1
edited by Bei Jinggeng
on 2023/02/01 11:15
Change comment: There is no comment for this version
To version 229.1
edited by Bei Jinggeng
on 2023/03/02 14:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,7 +46,6 @@
46 46  == 1.2 Features ==
47 47  
48 48  
49 -* Wall mountable
50 50  * LoRaWAN v1.0.3 Class A protocol
51 51  * Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915
52 52  * AT Commands to change parameters
... ... @@ -314,6 +314,7 @@
314 314  If the external sensor is 0x01, and there is no external temperature connected. The temperature will be set to 7FFF which is 327.67℃
315 315  
316 316  
316 +
317 317  ==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ====
318 318  
319 319  
... ... @@ -425,6 +425,7 @@
425 425  [[image:image-20220628151143-7.png||_mstalt="431210"]]
426 426  
427 427  
428 +
428 428  ==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ====
429 429  
430 430  
... ... @@ -441,6 +441,7 @@
441 441  The external cable NE2 can be use for MOD4 and MOD8
442 442  
443 443  
445 +
444 444  ==== 2.4.6.5 Ext~=4 Interrupt Mode (Since Firmware v1.3) ====
445 445  
446 446  
... ... @@ -487,6 +487,7 @@
487 487  [[image:image-20220906101145-3.png||_mstalt="428688"]]
488 488  
489 489  
492 +
490 490  ==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ====
491 491  
492 492  
... ... @@ -852,17 +852,18 @@
852 852  temperature fluctuation=05
853 853  
854 854  
855 -==== **Sampling multiple times and uplink together** ====
858 +**Sampling multiple times and uplink together**
856 856  
857 857  **AT+WMOD=3,1,60,20,-16,32,1**   
858 858  
859 859  Explain:
860 860  
861 -* Set Working Mode to **Mode 3**
862 -* Sampling Interval is **60**s.
863 -* When there is **20** sampling dats, Device will send these data via one uplink. (max value is 60, means max 60 sampling in one uplink)
864 -* Temperature alarm range is **-16** to **32**°C,
865 -* **1** to enable temperature alarm, **0** to disable the temperature alarm. If alarm is enabled, a data will be sent immediately  if temperate exceeds the Alarm range.
864 +* (% style="color:#037691" %)**parameter1:**(%%)Set Working Mode to **Mode 3**
865 +* (% style="color:#037691" %)**parameter2:**(%%) Set the temperature sampling mode to** 1**(1:DS18B20;2:TMP117;3:** **Internal GXHT30).
866 +* (% style="color:#037691" %)**parameter3:**(%%)Sampling Interval is **60**s.
867 +* (% style="color:#037691" %)**parameter4:**(%%)When there is **20** sampling dats, Device will send these data via one uplink. (max value is 60, means max 60 sampling in one uplink)
868 +* (% style="color:#037691" %)**parameter5 & parameter6:**(%%)Temperature alarm range is **-16** to **32**°C,
869 +* (% style="color:#037691" %)**parameter7:**(%%) 1 to enable temperature alarm, **0** to disable the temperature alarm. If alarm is enabled, a data will be sent immediately  if temperate exceeds the Alarm range.
866 866  
867 867  (% style="color:#4f81bd" %)**Downlink Command:**
868 868  
... ... @@ -870,7 +870,7 @@
870 870  
871 871  MOD=03
872 872  
873 -EXT=01
877 +TEMP=DS18B20
874 874  
875 875  CITEMP=003C(S)
876 876  
... ... @@ -882,7 +882,6 @@
882 882  
883 883  ARTEMP=01
884 884  
885 -
886 886  **Uplink payload( Fport=3)**
887 887  
888 888  **Example: CBEA**01**0992**//0A41//**09C4**
... ... @@ -889,7 +889,7 @@
889 889  
890 890  BatV=CBEA
891 891  
892 -EXT=01
895 +TEMP=DS18B20
893 893  
894 894  Temp1=0992  ~/~/ 24.50℃
895 895  
... ... @@ -897,10 +897,9 @@
897 897  
898 898  Temp3=09C4  ~/~/ 25.00℃
899 899  
900 -
901 901  (% style="color:red" %)**Note: This uplink will automatically select the appropriate DR according to the data length**
902 902  
903 -(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
905 +(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
904 904  )))
905 905  
906 906