Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -810,36 +810,36 @@ 810 810 811 811 812 812 ((( 813 - whenthedeviceisin alarmmode,it checks thebuilt-insensortemperatureforashorttime.ifthe temperatureexceeds the preconfiguredrange,itsendsanuplink immediately.813 +quando o dispositivo está no modo de alarme, ele verifica a temperatura do sensor embutido por um curto período de tempo. se a temperatura exceder a faixa pré-configurada, ele envia um uplink imediatamente. 814 814 ))) 815 815 816 816 ((( 817 -(% style="color:red" %)**Not e: alarmmode addsalittlepowerconsumption,andwe recommend extendingthe normalread timewhen thisfeatureis enabled.**817 +(% style="color:red" %)**Nota: o modo de alarme adiciona um pouco de consumo de energia, e recomendamos estender o tempo de leitura normal quando este recurso está ativado.** 818 818 819 819 820 -=== 2.7.1 ALARM MODE(Since v1.3.1 firmware) ===820 +=== 2.7.1 MODO DE ALARMA (Desde v1.3.1 firmware) === 821 821 822 822 823 -** InternalGXHT30 temperaturealarm(Acquisition time: fixedatone minute)**823 +**Alarme interno da temperatura GXHT30 (tempo de aquisição: fixado em um minuto)** 824 824 825 825 ((( 826 826 (% class="box infomessage" %) 827 827 ((( 828 -**AT+WMOD=3**: Enable/disable alarmmode. (0: Disabled, 1:EnabledTemperature Alarmforonboard temperaturesensor)828 +**AT+WMOD=3**: Activar/desactivar o modo de alarme. (0: Desativado, 1: Alarme de temperatura ativado para sensor de temperatura a bordo) 829 829 830 -**AT+CITEMP=1**: Theintervalbetweencheckingthealarmtemperature. (Inminutes)830 +**AT+CITEMP=1**: O intervalo entre a verificação da temperatura do alarme. (Em minutos) 831 831 832 -**AT+ARTEMP**: Getsorsetsthe alarmrange oftheinternaltemperaturesensor832 +**AT+ARTEMP**: Obtém ou define a faixa de alarme do sensor de temperatura interno 833 833 834 -(% _mstmutation="1" %)**AT+ARTEMP=? **(%%): Getsthe alarmrange oftheinternaltemperaturesensor(% style="display:none" %)834 +(% _mstmutation="1" %)**AT+ARTEMP=? **(%%): Obtém a faixa de alarme do sensor de temperatura interno(% style="display:none" %) 835 835 836 -**AT+ARTEMP=45,105**: Settheinternaltemperature sensoralarmrange from45to105.836 +**AT+ARTEMP=45,105**: Defina a faixa interna do alarme do sensor de temperatura de 45 a 105. 837 837 838 -**AT+LEDALARM=1** : EnableLEDvisualAlarm.838 +**AT+LEDALARM=1** : Activar o alarme visual LED. 839 839 ))) 840 840 ))) 841 841 842 -(% style="color:#4f81bd" %)**Downlink Command:**842 +(% style="color:#4f81bd" %)**Comando Downlink:** 843 843 844 844 AT+WMOD=1: A501 , AT+WMOD=0 : A600 845 845 ... ... @@ -852,11 +852,11 @@ 852 852 AT+LEDALARM=1 : 3601 853 853 854 854 855 -(% style="color:#4f81bd" %)**Downlink Command: AAXXXXXXXXXXXXXX**855 +(% style="color:#4f81bd" %)**Comando Downlink: AAXXXXXXXXXXXXXXXXXXXXX** 856 856 857 -Total bytes: 8 bytes 857 +Total de bytes: 8 bytes 858 858 859 -**Ex ample:**AA0100010001003C859 +**Exemplo: AA010001000003C** 860 860 861 861 WMOD=01 862 862 ... ... @@ -867,13 +867,13 @@ 867 867 TEMPhigh=003C 868 868 869 869 870 -**DS18B20 andTMP117Threshold Alarm**870 +**Alarme de limiar DS18B20 e TMP117** 871 871 872 -** ~AT+WMOD=1,60,-10,20**872 +**AT+WMOD=1,60,-10,20** 873 873 874 -(% style="color:#4f81bd" %)**Downlink Command:**874 +(% style="color:#4f81bd" %)**Comando Downlink:** 875 875 876 -**Ex ample:**A5013CFC180014876 +**Exemplo: A5013CFC180014** 877 877 878 878 MOD=01 879 879 ... ... @@ -884,33 +884,33 @@ 884 884 TEMPhigh=0014 885 885 886 886 887 -** FluctuationalarmforDS18B20andTMP117(Acquisition time: minimum1s)**887 +**Alarme de flutuação para DS18B20 e TMP117 (tempo de aquisição: mínimo 1s)** 888 888 889 889 **AT+WMOD=2,60,5** 890 890 891 -(% style="color:#4f81bd" %)**Downlink Command:**891 +(% style="color:#4f81bd" %)**Comando Downlink:** 892 892 893 -**Ex ample:**A5023C05893 +**Exemplo: A5023C05** 894 894 895 895 MOD=02 896 896 897 897 CITEMP=3C(S) 898 898 899 -temperatur e fluctuation=05899 +flutuação da temperatura=05 900 900 901 901 902 -** Sampling multipletimesanduplink together**902 +**Amostragem múltiplas vezes e uplink juntos** 903 903 904 904 **AT+WMOD=3,1,60,20,-16,32,1** 905 905 906 -Expl ain:906 +Explique: 907 907 908 -* (% style="color:#037691" %)** parameter1: **(%%)Set Working Mode to **Mode 3**909 -* (% style="color:#037691" %)** parameter2:**(%%) Set the temperature sampling mode to** 1**(1:DS18B20;2:TMP117;3:** **Internal GXHT30).910 -* (% style="color:#037691" %)** parameter3: **(%%)Sampling Interval is **60**s.911 -* (% 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)912 -* (% style="color:#037691" %)** parameter5 ¶meter6: **(%%)Temperature alarm range is **-16** to **32**°C,913 -* (% 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.908 +* (% style="color:#037691" %)**Parâmetro 1: **(%%)Set Working Mode to **Mode 3** 909 +* (% style="color:#037691" %)**Parâmetro 2:**(%%) Set the temperature sampling mode to** 1**(1:DS18B20;2:TMP117;3:** **Internal GXHT30). 910 +* (% style="color:#037691" %)**Parâmetro 3: **(%%)Sampling Interval is **60**s. 911 +* (% style="color:#037691" %)**Parâmetro 4: **(%%)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) 912 +* (% style="color:#037691" %)**Parâmetro 5: & Parâmetro 6: **(%%)Temperature alarm range is **-16** to **32**°C, 913 +* (% style="color:#037691" %)**Parâmetro 7:**(%%) 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. 914 914 915 915 (% style="color:#4f81bd" %)**Downlink Command:** 916 916