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

From version 262.4
edited by Xiaoling
on 2023/07/17 19:08
Change comment: There is no comment for this version
To version 262.13
edited by Xiaoling
on 2023/07/17 19:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1101,209 +1101,208 @@
1101 1101  
1102 1102  
1103 1103  (((
1104 -Use can configure LHT65N via AT Command or LoRaWAN Downlink.
1104 +O uso pode configurar LHT65N via AT Command ou LoRaWAN Downlink.
1105 1105  )))
1106 1106  
1107 1107  * (((
1108 -AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
1108 +Ligação de Comando AT: Ve[[FAQ>>||anchor="H6.FAQ"]].
1109 1109  )))
1110 1110  
1111 1111  * (((
1112 -LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>doc:Main.WebHome]]
1112 +Instruções LoRaWAN Downlink para diferentes plataformas: [[Servidor LoRaWAN IoT>>http://wiki.dragino.com/xwiki/bin/view/Main]]
1113 1113  )))
1114 1114  
1115 1115  (((
1116 -There are two kinds of commands to configure LHT65N, they are:
1116 +Existem dois tipos de comandos para configurar o LHT65N, eles são:
1117 1117  )))
1118 1118  
1119 1119  * (((
1120 -(% style="color:#4f81bd" %)**General Commands**.
1120 +(% style="color:#4f81bd" %)**Comandos Gerais.**
1121 1121  )))
1122 1122  
1123 1123  (((
1124 -These commands are to configure:
1124 +Estes comandos devem configurar:
1125 1125  )))
1126 1126  
1127 1127  1. (((
1128 -General system settings like: uplink interval.
1128 +Configurações gerais do sistema como: intervalo de uplink.
1129 1129  )))
1130 1130  1. (((
1131 -LoRaWAN protocol & radio-related commands.
1131 +Protocolo LoRaWAN & comandos relacionados comdio.
1132 1132  )))
1133 1133  
1134 1134  (((
1135 -They are the same for all Dragino Devices which supports DLWS-005 LoRaWAN Stack(Note~*~*). These commands can be found on the wiki: [[End Device Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
1135 +Eles são os mesmos para todos os dispositivos Dragino que suportam DLWS-005 LoRaWAN Stack (Nota~*~*). Estes comandos podem ser encontrados na wiki: [[End Device Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
1136 1136  )))
1137 1137  
1138 1138  * (((
1139 -(% style="color:#4f81bd" %)**Commands special design for LHT65N**
1139 +(% style="color:#4f81bd" %)**CComando de design especial para LHT65N**
1140 1140  )))
1141 1141  
1142 1142  (((
1143 -These commands are only valid for LHT65N, as below:
1143 +Estes comandos o válidos apenas para LHT65N, como abaixo:
1144 1144  )))
1145 1145  
1146 1146  
1147 -== 4.1 Set Transmit Interval Time ==
1147 +== 4.1 Definir o Intervalo de Transmissão ==
1148 1148  
1149 1149  
1150 -Feature: Change LoRaWAN End Node Transmit Interval.
1150 +Característica: Altere o intervalo de transmissão do nó final LoRaWAN.
1151 1151  
1152 +(% style="color:#4f81bd" %)**Comando AT: AT+TDC**
1152 1152  
1153 -(% style="color:#4f81bd" %)**AT Command: AT+TDC**
1154 -
1155 1155  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:501px" %)
1156 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:166px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:180px" %)**Response**
1157 -|(% style="width:155px" %)AT+TDC=?|(% style="width:162px" %)Show current transmit Interval|(% style="width:177px" %)30000 OK the interval is 30000ms = 30s
1158 -|(% style="width:155px" %)AT+TDC=60000|(% style="width:162px" %)Set Transmit Interval|(% style="width:177px" %)OK Set transmit interval to 60000ms = 60 seconds
1155 +|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:166px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:180px" %)**Resposta**
1156 +|(% style="width:155px" %)AT+TDC=?|(% style="width:162px" %)Mostrar o Intervalo de Transmissão Actual|(% style="width:177px" %)30000 OK o intervalo é 30000ms = 30s
1157 +|(% style="width:155px" %)AT+TDC=60000|(% style="width:162px" %)Definir o Intervalo de Transmissão|(% style="width:177px" %)OK Definir o intervalo de transmissão para 60000ms = 60 segundos
1159 1159  
1160 -(% style="color:#4f81bd" %)**Downlink Command: 0x01**
1159 +(% style="color:#4f81bd" %)**30000 OK o intervalo é 30000ms = 30s**
1161 1161  
1162 -Format: Command Code (0x01) followed by 3 bytes time value.
1161 +Formato: Código de comando (0x01) seguido de valor de tempo de 3 bytes.
1163 1163  
1164 -If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
1163 +Se a carga útil do downlink=0100003C, isso significa definir o intervalo de transmissão do nó END para 0x00003C=60(S), enquanto o código do tipo é 01.
1165 1165  
1166 -* **Example 1**: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
1165 +* **Exemplo 1: Downlink Carga útil: 0100001E**       ~/~/ Definir Intervalo de Transmissão (TDC) = 30 segundos
1167 1167  
1168 -* **Example 2**: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1167 +* **Exemplo 2: Downlink Carga útil: 0100003C**      ~/~/ Definir Intervalo de Transmissão (TDC) = 60 segundos
1169 1169  
1170 1170  
1171 -== 4.2 Set External Sensor Mode ==
1170 +== 4.2 Definir o Modo do Sensor Externo ==
1172 1172  
1173 1173  
1174 -Feature: Change External Sensor Mode.
1173 +Característica: Alterar o Modo de Sensor Externo.
1175 1175  
1176 -(% style="color:#4f81bd" %)**AT Command: AT+EXT**
1175 +(% style="color:#4f81bd" %)**Comando AT: AT+EXT**
1177 1177  
1178 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:468px" %)
1179 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:153px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:160px" %)**Response**
1180 -|(% style="width:155px" %)AT+EXT=?|(% style="width:151px" %)Get current external sensor mode|(% style="width:158px" %)1 OK External Sensor mode =1
1181 -|(% style="width:155px" %)AT+EXT=1|(% colspan="2" rowspan="1" style="width:309px" %)Set external sensor mode to 1
1182 -|(% style="width:155px" %)AT+EXT=9|(% colspan="2" rowspan="1" style="width:309px" %)Set to external DS18B20 with timestamp
1177 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:509px" %)
1178 +|(% style="background-color:#d9e2f3; color:#0070c0; width:172px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:173px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:159px" %)**Resposta**
1179 +|(% style="width:172px" %)AT+EXT=?|(% style="width:173px" %)Obter o modo actual do sensor externo|(% style="width:159px" %)1 OK Modo Sensor externo = 1
1180 +|(% style="width:172px" %)AT+EXT=1|(% colspan="2" rowspan="1" style="width:333px" %)Configurar o modo do sensor externo para 1
1181 +|(% style="width:172px" %)AT+EXT=9|(% colspan="2" rowspan="1" style="width:333px" %)Definir para DS18B20 externo com carimbo de data e hora
1183 1183  
1184 -(% style="color:#4f81bd" %)**Downlink Command: 0xA2**
1183 +(% style="color:#4f81bd" %)**Comando de Ligação Descida: 0xA2**
1185 1185  
1186 -Total bytes: 2 ~~ 5 bytes
1185 +Total de bytes: 2 ~~ 5 bytes
1187 1187  
1188 -**Example:**
1187 +**Exemplo:**
1189 1189  
1190 -* 0xA201: Set external sensor type to E1
1189 +* 0xA201: Definir o tipo de sensor externo para E1
1191 1191  
1192 -* 0xA209: Same as AT+EXT=9
1191 +* 0xA209: O mesmo que AT+EXT=9
1193 1193  
1194 -* 0xA20702003c: Same as AT+SETCNT=60
1193 +* 0xA20702003c: O mesmo que AT+SETCNT=60
1195 1195  
1196 1196  
1197 -== 4.3 Enable/Disable uplink Temperature probe ID ==
1196 +== 4.3 Activar/desactivar a ligação ascendente ID da sonda de temperatura ==
1198 1198  
1199 1199  
1200 1200  (((
1201 -Feature: If PID is enabled, device will send the temperature probe ID on:
1200 +Característica: Se o PID estiver ativado, o dispositivo enviará o ID da sonda de temperatura em:
1202 1202  )))
1203 1203  
1204 1204  * (((
1205 -First Packet after OTAA Join
1204 +Primeiro Pacote após a Adesão ao OTAA
1206 1206  )))
1207 1207  * (((
1208 -Every 24 hours since the first packet.
1207 +A cada 24 horas desde o primeiro pacote.
1209 1209  )))
1210 1210  
1211 1211  (((
1212 -PID is default set to disable (0)
1211 +PID é definido como padrão para desabilitar (0)
1213 1213  
1214 1214  
1215 1215  )))
1216 1216  
1217 -(% style="color:#4f81bd" %)**AT Command:**
1216 +(% style="color:#4f81bd" %)**Comando AT:**
1218 1218  
1219 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:381px" %)
1220 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:138px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:88px" %)**Response**
1221 -|(% style="width:155px" %)AT+PID=1|(% style="width:136px" %)Enable PID uplink|(% style="width:86px" %)OK
1218 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:504px" %)
1219 +|(% style="background-color:#d9e2f3; color:#0070c0; width:172px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:237px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:81px" %)**Resposta**
1220 +|(% style="width:172px" %)AT+PID=1|(% style="width:237px" %)Activar a ligação ascendente PID|(% style="width:81px" %)OK
1222 1222  
1223 -(% style="color:#4f81bd" %)**Downlink Command:**
1222 +(% style="color:#4f81bd" %)**Comando Downlink:**
1224 1224  
1225 1225  * **0xA800**  **~-~->** AT+PID=0
1226 1226  * **0xA801**     **~-~->** AT+PID=1
1227 1227  
1228 1228  
1229 -== 4.4 Set Password ==
1228 +== 4.4 Definir a Senha ==
1230 1230  
1231 1231  
1232 -Feature: Set device password, max 9 digits
1231 +Característica: Defina a senha do dispositivo, máximo 9 dígitos
1233 1233  
1234 -(% style="color:#4f81bd" %)**AT Command: AT+PWORD**
1233 +(% style="color:#4f81bd" %)**Comando AT: AT+PWORD**
1235 1235  
1236 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:372px" %)
1237 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:128px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:89px" %)**Response**
1238 -|(% style="width:155px" %)AT+PWORD=?|(% style="width:124px" %)Show password|(% style="width:86px" %)(((
1235 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:402px" %)
1236 +|(% style="background-color:#d9e2f3; color:#0070c0; width:177px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:128px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:85px" %)**Resposta**
1237 +|(% style="width:177px" %)AT+PWORD=?|(% style="width:128px" %)Mostrar a senha|(% style="width:85px" %)(((
1239 1239  123456
1240 1240  
1241 1241  OK
1242 1242  )))
1243 -|(% style="width:155px" %)AT+PWORD=999999|(% style="width:124px" %)Set password|(% style="width:86px" %)OK
1242 +|(% style="width:177px" %)AT+PWORD=999999|(% style="width:128px" %)Definir a senha|(% style="width:85px" %)OK
1244 1244  
1245 -(% style="color:#4f81bd" %)**Downlink Command:**
1244 +(% style="color:#4f81bd" %)**Comando Downlink:**
1246 1246  
1247 -No downlink command for this feature.
1246 +Nenhum comando de ligação descendente para esta funcionalidade.
1248 1248  
1249 1249  
1250 -== 4.5 Quit AT Command ==
1249 +== 4.5 Sair do Comando AT ==
1251 1251  
1252 1252  
1253 -Feature: Quit AT Command mode, so user needs to input password again before use AT Commands.
1252 +Recurso: Saia do modo de comando AT, então o usrio precisa inserir senha novamente antes de usar comandos AT.
1254 1254  
1255 -(% style="color:#4f81bd" %)**AT Command: AT+DISAT**
1254 +(% style="color:#4f81bd" %)**Comando AT: AT+DISAT**
1256 1256  
1257 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:433px" %)
1258 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:191px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:86px" %)**Response**
1259 -|(% style="width:155px" %)AT+DISAT|(% style="width:191px" %)Quit AT Commands mode|(% style="width:86px" %)OK
1256 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:469px" %)
1257 +|(% style="background-color:#d9e2f3; color:#0070c0; width:171px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:206px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:81px" %)**Resposta**
1258 +|(% style="width:171px" %)AT+DISAT|(% style="width:206px" %)Sair do modo Comandos AT|(% style="width:81px" %)OK
1260 1260  
1261 -(% style="color:#4f81bd" %)**Downlink Command:**
1260 +(% style="color:#4f81bd" %)**Comando Downlink:**
1262 1262  
1263 -No downlink command for this feature.
1262 +Nenhum comando de ligação descendente para esta funcionalidade.
1264 1264  
1265 1265  
1266 -== 4.6 Set to sleep mode ==
1265 +== 4.6 Configurar para o modo de suspensão ==
1267 1267  
1268 1268  
1269 -Feature: Set device to sleep mode
1268 +Característica: Definir o dispositivo para o modo de suspensão
1270 1270  
1271 -* **AT+Sleep=0**  : Normal working mode, device will sleep and use lower power when there is no LoRa message
1272 -* **AT+Sleep=1** :  Device is in deep sleep mode, no LoRa activation happen, used for storage or shipping.
1270 +* **AT+Sleep=0**  : Modo de trabalho normal, dispositivo i dormir e usar menor energia quando o mensagem LoRa
1271 +* **AT+Sleep=1** : O dispositivo esem modo de sono profundo, nenhuma ativação LoRa acontece, usado para armazenamento ou envio.
1273 1273  
1274 -(% style="color:#4f81bd" %)**AT Command: AT+SLEEP**
1273 +(% style="color:#4f81bd" %)**Comando AT: AT+SLEEP**
1275 1275  
1276 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:513px" %)
1277 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:140px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:218px" %)**Response**
1278 -|(% style="width:155px" %)AT+SLEEP|(% style="width:139px" %)Set to sleep mode|(% style="width:213px" %)(((
1279 -Clear all stored sensor data…
1275 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:514px" %)
1276 +|(% style="background-color:#d9e2f3; color:#0070c0; width:173px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:152px" %)**Função**|(% style="background-color:#d9e2f3; color:#0070c0; width:184px" %)**Resposta**
1277 +|(% style="width:173px" %)AT+SLEEP|(% style="width:152px" %)Configurar para o modo de suspensão|(% style="width:184px" %)(((
1278 +Limpar todos os dados armazenados do sensor...
1280 1280  
1281 1281  OK
1282 1282  )))
1283 1283  
1284 -(% style="color:#4f81bd" %)**Downlink Command:**
1283 +(% style="color:#4f81bd" %)**Comando Downlink:**
1285 1285  
1286 -* There is no downlink command to set to Sleep mode.
1285 +* Não há nenhum comando downlink para definir como modo de suspensão.
1287 1287  
1288 1288  
1289 -== 4.7 Set system time ==
1288 +== 4.7 Definir a hora do sistema ==
1290 1290  
1291 1291  
1292 -Feature: Set system time, unix format. [[See here for format detail.>>||anchor="H2.6.2UnixTimeStamp"]]
1291 +Característica: Definir o tempo do sistema, formato unix. [[Veja aqui os detalhes do formato.>>||anchor="H2.6.2UnixTimeStamp"]]
1293 1293  
1294 -(% style="color:#4f81bd" %)**AT Command:**
1293 +(% style="color:#4f81bd" %)**Comando AT:**
1295 1295  
1296 1296  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:506px" %)
1297 -|(% style="background-color:#d9e2f3; color:#0070c0; width:188px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:318px" %)**Function**
1296 +|(% style="background-color:#d9e2f3; color:#0070c0; width:188px" %)**Exemplo de Comando**|(% style="background-color:#d9e2f3; color:#0070c0; width:318px" %)**Função**
1298 1298  |(% style="width:154px" %)AT+TIMESTAMP=1611104352|(% style="width:285px" %)(((
1299 1299  OK
1300 1300  
1301 -Set System time to 2021-01-20 00:59:12
1300 +Definir o tempo do sistema para 2021-01-20 00:59:12
1302 1302  )))
1303 1303  
1304 -(% style="color:#4f81bd" %)**Downlink Command:**
1303 +(% style="color:#4f81bd" %)**Comando Downlink:**
1305 1305  
1306 -0x306007806000  ~/~/  Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352
1305 +0x306007806000  ~/~/  Definir timestamp para 0x (6007806000), mesmo que AT + TIMESTAMP=1611104352
1307 1307  
1308 1308  
1309 1309  == 4.8 Set Time Sync Mode ==