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

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

Summary

Details

Page properties
Content
... ... @@ -46,6 +46,7 @@
46 46  == 1.2 Features ==
47 47  
48 48  
49 +* Wall mountable
49 49  * LoRaWAN v1.0.3 Class A protocol
50 50  * Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915
51 51  * AT Commands to change parameters
... ... @@ -313,7 +313,6 @@
313 313  If the external sensor is 0x01, and there is no external temperature connected. The temperature will be set to 7FFF which is 327.67℃
314 314  
315 315  
316 -
317 317  ==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ====
318 318  
319 319  
... ... @@ -425,7 +425,6 @@
425 425  [[image:image-20220628151143-7.png||_mstalt="431210"]]
426 426  
427 427  
428 -
429 429  ==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ====
430 430  
431 431  
... ... @@ -442,7 +442,6 @@
442 442  The external cable NE2 can be use for MOD4 and MOD8
443 443  
444 444  
445 -
446 446  ==== 2.4.6.5 Ext~=4 Interrupt Mode (Since Firmware v1.3) ====
447 447  
448 448  
... ... @@ -489,7 +489,6 @@
489 489  [[image:image-20220906101145-3.png||_mstalt="428688"]]
490 490  
491 491  
492 -
493 493  ==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ====
494 494  
495 495  
... ... @@ -855,18 +855,17 @@
855 855  temperature fluctuation=05
856 856  
857 857  
858 -**Sampling multiple times and uplink together**
855 +==== **Sampling multiple times and uplink together** ====
859 859  
860 860  **AT+WMOD=3,1,60,20,-16,32,1**   
861 861  
862 862  Explain:
863 863  
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.
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.
870 870  
871 871  (% style="color:#4f81bd" %)**Downlink Command:**
872 872  
... ... @@ -874,7 +874,7 @@
874 874  
875 875  MOD=03
876 876  
877 -TEMP=DS18B20
873 +EXT=01
878 878  
879 879  CITEMP=003C(S)
880 880  
... ... @@ -886,6 +886,7 @@
886 886  
887 887  ARTEMP=01
888 888  
885 +
889 889  **Uplink payload( Fport=3)**
890 890  
891 891  **Example: CBEA**01**0992**//0A41//**09C4**
... ... @@ -892,7 +892,7 @@
892 892  
893 893  BatV=CBEA
894 894  
895 -TEMP=DS18B20
892 +EXT=01
896 896  
897 897  Temp1=0992  ~/~/ 24.50℃
898 898  
... ... @@ -900,9 +900,10 @@
900 900  
901 901  Temp3=09C4  ~/~/ 25.00℃
902 902  
900 +
903 903  (% style="color:red" %)**Note: This uplink will automatically select the appropriate DR according to the data length**
904 904  
905 -(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
903 +(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption**
906 906  )))
907 907  
908 908