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

From version 262.11
edited by Xiaoling
on 2023/07/17 19:28
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
... ... @@ -1265,44 +1265,44 @@
1265 1265  == 4.6 Configurar para o modo de suspensão ==
1266 1266  
1267 1267  
1268 -Feature: Set device to sleep mode
1268 +Característica: Definir o dispositivo para o modo de suspensão
1269 1269  
1270 -* **AT+Sleep=0**  : Normal working mode, device will sleep and use lower power when there is no LoRa message
1271 -* **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.
1272 1272  
1273 -(% style="color:#4f81bd" %)**AT Command: AT+SLEEP**
1273 +(% style="color:#4f81bd" %)**Comando AT: AT+SLEEP**
1274 1274  
1275 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:513px" %)
1276 -|(% 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**
1277 -|(% style="width:155px" %)AT+SLEEP|(% style="width:139px" %)Set to sleep mode|(% style="width:213px" %)(((
1278 -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...
1279 1279  
1280 1280  OK
1281 1281  )))
1282 1282  
1283 -(% style="color:#4f81bd" %)**Downlink Command:**
1283 +(% style="color:#4f81bd" %)**Comando Downlink:**
1284 1284  
1285 -* There is no downlink command to set to Sleep mode.
1285 +* Não há nenhum comando downlink para definir como modo de suspensão.
1286 1286  
1287 1287  
1288 -== 4.7 Set system time ==
1288 +== 4.7 Definir a hora do sistema ==
1289 1289  
1290 1290  
1291 -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"]]
1292 1292  
1293 -(% style="color:#4f81bd" %)**AT Command:**
1293 +(% style="color:#4f81bd" %)**Comando AT:**
1294 1294  
1295 1295  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:506px" %)
1296 -|(% 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**
1297 1297  |(% style="width:154px" %)AT+TIMESTAMP=1611104352|(% style="width:285px" %)(((
1298 1298  OK
1299 1299  
1300 -Set System time to 2021-01-20 00:59:12
1300 +Definir o tempo do sistema para 2021-01-20 00:59:12
1301 1301  )))
1302 1302  
1303 -(% style="color:#4f81bd" %)**Downlink Command:**
1303 +(% style="color:#4f81bd" %)**Comando Downlink:**
1304 1304  
1305 -0x306007806000  ~/~/  Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352
1305 +0x306007806000  ~/~/  Definir timestamp para 0x (6007806000), mesmo que AT + TIMESTAMP=1611104352
1306 1306  
1307 1307  
1308 1308  == 4.8 Set Time Sync Mode ==