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

From version 262.36
edited by Xiaoling
on 2023/07/17 20:21
Change comment: There is no comment for this version
To version 262.18
edited by Xiaoling
on 2023/07/17 19:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,10 @@
1 -
1 +(% style="text-align:center" %)
2 +[[image:image-20230717152014-10.png||height="575" width="339"]]
2 2  
3 -**Índice:**
4 4  
5 +
6 +**Table of Contents:**
7 +
5 5  {{toc/}}
6 6  
7 7  
... ... @@ -14,7 +14,7 @@
14 14  
15 15  
16 16  (((
17 -**O sensor de temperatura e umidade Dragino LHT65N** é um sensor LoRaWAN de longo alcance. Inclui um sensor de temperatura e umidade embutido e tem um conector de sensor externo para conectar a um sensor de temperatura externo.
20 +O sensor de temperatura e umidade Dragino LHT65N é um sensor LoRaWAN de longo alcance. Inclui um sensor de temperatura e umidade embutido e tem um conector de sensor externo para conectar a um sensor de temperatura externo.
18 18  
19 19  
20 20  O LHT65N permite que os usuários enviem dados e alcancem distâncias extremamente longas. Fornece comunicação de espectro de propagação de ultra-longo alcance e alta imunidade à interferência, minimizando o consumo atual. Ele visa aplicações profissionais de rede de sensores sem fio, como sistemas de irrigação, medição inteligente, cidades inteligentes, automação de edifícios e assim por diante.
... ... @@ -1427,116 +1427,247 @@
1427 1427  2): Alarme de flutuação
1428 1428  
1429 1429  
1430 -(% style="color:#037691" %)** Parâmetro 2:**(%%)  Tempo de amostragem. Unidade: segundos, até 255 segundos.
1433 +(% style="color:#037691" %)** Parameter 2**(%%):  Sampling time. Unit: seconds, up to 255 seconds.
1431 1431  
1432 -(% style="color:red" %)**Nota: Quando o tempo de coleta é inferior a 60 segundos e sempre excede o limite de alarme definido, o intervalo de envio não se o tempo de coleta, mas se enviado a cada 60 segundos.**
1435 +(% style="color:red" %)**Note: When the collection time is less than 60 seconds and always exceeds the set alarm threshold, the sending interval will not be the collection time, but will be sent every 60 seconds.**
1433 1433  
1434 1434  
1435 -(% style="color:#037691" %)**Parâmetro 3 e parâmetro 4:**
1438 +(% style="color:#037691" %) **Parameter 3 and parameter 4:**
1436 1436  
1437 -1): Se o modo de alarme é definido como 1: o parâmetro 3 e o parâmetro 4 são válidos, como antes, eles representam baixa temperatura e alta temperatura.
1440 +1):  If Alarm Mode is set to 1: Parameter 3 and parameter 4 are valid, as before, they represent low temperature and high temperature.
1438 1438  
1439 -Tal como AT+WMOD=1,60,45,105, significa alarme de alta e baixa temperatura.
1442 +Such as AT+WMOD=1,60,45,105, it means high and low temperature alarm.
1440 1440  
1441 1441  
1442 -2): Se o Modo de Alarme estiver definido como 2: o parâmetro 3 é válido, que representa a diferença entre a temperatura atualmente coletada e a última temperatura carregada.
1445 +2):  If Alarm Mode is set to 2: Parameter 3 is valid, which represents the difference between the currently collected temperature and the last uploaded temperature.
1443 1443  
1444 -Tal como AT+WMOD=2,10,2, significa que é um alarme de flutuação.
1447 +Such as AT+WMOD=2,10,2,it means that it is a fluctuation alarm.
1445 1445  
1446 -Se a diferença entre a temperatura coletada atual e o último Uplin for de ± 2 graus, o alarme será emitido.
1449 +If the difference between the current collected temperature and the last Uplin is ±2 degrees, the alarm will be issued.
1447 1447  
1448 1448  
1449 -(% style="color:#4f81bd" %)**Comando Downlink: 0xA5**
1452 +(% style="color:#4f81bd" %)**Downlink Command: 0xA5**
1450 1450  
1451 1451  0xA5 00 ~-~- AT+WMOD=0.
1452 1452  
1453 -0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105 (AT+WMOD = segundo byte, terceiro byte, quarto e quinto bytes divididos por 100, sexto e sétimo bytes divididos por 100 )
1456 +0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105  (AT+WMOD = second byte, third byte, fourth and fifth bytes divided by 100, sixth and seventh bytes divided by 100 )
1454 1454  
1455 -0XA5 01 0A F9 C0 29 04 ~-~-AT+WMOD=1,10,-16,105(Necessidade de converter -16 para -1600 para cálculo-1600(DEC)=FFFFFFFFFFFF9C0(HEX)[UNK][UNK]FFFFFFFF9C0(HEX) +10000(HEX)=F9C0(HEX))
1458 +0XA5 01 0A F9 C0 29 04 ~-~-AT+WMOD=1,10,-16,105(Need to convert -16 to -1600 for calculation,-1600(DEC)=FFFFFFFFFFFFF9C0(HEX)  FFFFFFFFFFFFF9C0(HEX) +10000(HEX)=F9C0(HEX))
1456 1456  
1457 -0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2 (AT+WMOD = segundo byte, terceiro byte, quarto byte)
1460 +0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2  (AT+WMOD = second byte, third byte, fourth byte)
1458 1458  
1459 -0xA5 FF ~-~- Depois que o dispositivo o recebe, carregue a configuração atual do alarme (FPORT=8). Como 01 0A 11 94 29 04 ou 02 0A 02.
1462 +0xA5 FF ~-~- After the device receives it, upload the current alarm configuration (FPORT=8). Such as 01 0A 11 94 29 04 or 02 0A 02.
1460 1460  
1461 1461  
1462 -= 5. Bateria e como substituir =
1465 += 5. Battery & How to replace =
1463 1463  
1464 -== 5.1 Tipo de Bateria ==
1467 +== 5.1 Battery Type ==
1465 1465  
1466 1466  
1467 1467  (((
1468 -LHT65N é equipado com uma bateria Li-MnO2 2400mAH (CR17505). A bateria é uma bateria não recarregável com baixa taxa de descarga direcionada para até 8 ~~ 10 anos de uso. Este tipo de bateria é comumente usado em dispositivos IoT para funcionamento a longo prazo, como medidores de água.
1471 +LHT65N is equipped with a 2400mAH Li-MnO2 (CR17505) battery . The battery is an un-rechargeable battery with low discharge rate targeting for up to 8~~10 years use. This type of battery is commonly used in IoT devices for long-term running, such as water meters.
1469 1469  )))
1470 1470  
1471 1471  (((
1472 -A curva de descarga não é linear, então não pode simplesmente usar porcentagem para mostrar o nível da bateria. Abaixo está o desempenho da bateria.
1475 +The discharge curve is not linear so can't simply use percentage to show the battery level. Below is the battery performance.
1473 1473  
1474 1474  
1475 1475  [[image:image-20220515075034-1.png||_mstalt="428961" height="208" width="644"]]
1476 1476  )))
1477 1477  
1478 -A tensão de trabalho mínima para o LHT65N é ~~ 2.5v. Quando a bateria é inferior a 2.6v, é hora de mudar a bateria.
1481 +The minimum Working Voltage for the LHT65N is ~~ 2.5v. When battery is lower than 2.6v, it is time to change the battery.
1482 +
1479 1479  
1484 +== 5.2 Replace Battery ==
1480 1480  
1481 -== 5.2 Substituir a Bateria ==
1482 1482  
1487 +LHT65N has two screws on the back, Unscrew them, and changing the battery inside is ok. The battery is a general CR17450 battery. Any brand should be ok.
1483 1483  
1484 -LHT65N tem dois parafusos na parte de trás, Desenrocá-los, e mudar a bateria dentro é ok.A bateria é uma bateria CR17450 geral. Qualquer marca deve estar bem.
1485 -
1486 1486  [[image:image-20220515075440-2.png||_mstalt="429546" height="338" width="272"]][[image:image-20220515075625-3.png||_mstalt="431574" height="193" width="257"]]
1487 1487  
1488 1488  
1489 -== 5.3 Análise da Vida da Bateria ==
1492 +== 5.3 Battery Life Analyze ==
1490 1490  
1491 1491  
1492 1492  (((
1493 -Os produtos movidos a bateria Dragino são todos executados no modo de baixa potência. O usuário pode verificar a diretriz a partir deste link para calcular a duração estimada da bateria:
1496 +Dragino battery-powered products are all run in Low Power mode. User can check the guideline from this link to calculate the estimated battery life:
1494 1494  [[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_End_Node/Battery_Analyze/DRAGINO_Battery_Life_Guide.pdf>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/Battery_Analyze/DRAGINO_Battery_Life_Guide.pdf]]
1495 1495  )))
1496 1496  
1497 1497  
1498 1498  (((
1499 -Um relatório de teste detalhado completo para LHT65N em diferentes frequências pode ser encontrado em: [[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0>>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0]]
1502 +A full detail test report for LHT65N on different frequency can be found at : [[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0>>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0]]
1500 1500  )))
1501 1501  
1502 1502  
1503 1503  = 6. FAQ =
1504 1504  
1505 -== 6.1 Como usar o Comando AT? ==
1508 +== 6.1 How to use AT Command? ==
1506 1506  
1507 1507  
1508 -LHT65N suporta AT Command set.User pode usar um adaptador USB para TTL mais o cabo do programa para conectar ao LHT65 para usar o comando AT, como abaixo.
1511 +LHT65N supports AT Command set.User can use a USB to TTL adapter plus the Program Cable to connect to LHT65 for using AT command, as below.
1509 1509  
1510 1510  [[image:image-20220530085651-1.png||_mstalt="429949"]]
1511 1511  
1512 1512  
1513 -**Ligação:**
1516 +**Connection:**
1514 1514  
1515 -* (% style="background-color:yellow" %)**USB para TTL GND <~-~->GND**
1516 -* (% style="background-color:yellow" %)**USB para TTL RXD<~-~->D+**
1517 -* (% style="background-color:yellow" %)**USB para TTL TXD<~-~->A11**
1518 +* (% style="background-color:yellow" %)**USB to TTL GND <~-~->GND**
1519 +* (% style="background-color:yellow" %)**USB to TTL RXD <~-~-> D+**
1520 +* (% style="background-color:yellow" %)**USB to TTL TXD <~-~-> A11**
1518 1518  
1519 1519  (((
1520 -(% _mstmutation="1" style="color:red" %)**(Nota: Este pino corresponde apenas à placa de lead-out vendida pela empresa dragino. Para a placa de lead-out comprada por você, consulte a descrição do pino no Capítulo 6.6)**
1523 +(% _mstmutation="1" style="color:red" %)**(Note: This pin only corresponds to the lead-out board sold by dragino company. For the lead-out board purchased by yourself, please refer to the pin description in Chapter 6.6)**
1524 +
1525 +In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**) (%%)to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout.
1521 1521  )))
1522 1522  
1523 -No PC, o usuário precisa definir a taxa de transmissão da ferramenta serial (tais como [[**putty**>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) para **9600** para acessar o console serial para LHT65N. Os comandos AT são desabilitados por padrão e precisam digitar senha (padrão:**123456**) para ativá-lo. Tempo limite para inserir o comando AT é de 5 minutos, após 5 minutos, o usuário precisa digitar senha novamente. O usuário pode usar o comando AT + DISAT para desativar o comando AT antes do tempo limite.
1524 1524  
1529 +Input password and ATZ to activate LHT65N,As shown below:
1525 1525  
1526 -Digite a senha e ATZ para ativar LHT65N, como mostrado abaixo:
1527 -
1528 1528  [[image:image-20220530095701-4.png||_mstalt="430014"]]
1529 1529  
1530 1530  
1531 -== 6.2 Onde usar comandos AT e comandos Downlink ==
1534 +AT Command List is as below:
1532 1532  
1536 +AT+<CMD>? :  Help on <CMD>
1533 1533  
1534 -**Comandos AT:**
1538 +AT+<CMD> :  Run <CMD>
1535 1535  
1540 +AT+<CMD>=<value> :  Set the value
1541 +
1542 +AT+<CMD>=? :  Get the value
1543 +
1544 +AT+DEBUG:  Set more info output
1545 +
1546 +ATZ:  Trig a reset of the MCU
1547 +
1548 +AT+FDR:  Reset Parameters to Factory Default, Keys Reserve
1549 +
1550 +AT+DEUI:  Get or Set the Device EUI
1551 +
1552 +AT+DADDR:  Get or Set the Device Address
1553 +
1554 +AT+APPKEY:  Get or Set the Application Key
1555 +
1556 +AT+NWKSKEY:  Get or Set the Network Session Key
1557 +
1558 +AT+APPSKEY:  Get or Set the Application Session Key
1559 +
1560 +AT+APPEUI:  Get or Set the Application EUI
1561 +
1562 +AT+ADR:  Get or Set the Adaptive Data Rate setting. (0: off, 1: on)
1563 +
1564 +AT+TXP:  Get or Set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Spec)
1565 +
1566 +AT+DR:  Get or Set the Data Rate. (0-7 corresponding to DR_X)
1567 +
1568 +AT+DCS:  Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing
1569 +
1570 +AT+PNM:  Get or Set the public network mode. (0: off, 1: on)
1571 +
1572 +AT+RX2FQ:  Get or Set the Rx2 window frequency
1573 +
1574 +AT+RX2DR:  Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
1575 +
1576 +AT+RX1DL:  Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
1577 +
1578 +AT+RX2DL:  Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
1579 +
1580 +AT+JN1DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
1581 +
1582 +AT+JN2DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
1583 +
1584 +AT+NJM:  Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
1585 +
1586 +AT+NWKID:  Get or Set the Network ID
1587 +
1588 +AT+FCU:  Get or Set the Frame Counter Uplink
1589 +
1590 +AT+FCD:  Get or Set the Frame Counter Downlink
1591 +
1592 +AT+CLASS:  Get or Set the Device Class
1593 +
1594 +AT+JOIN:  Join network
1595 +
1596 +AT+NJS:  Get the join status
1597 +
1598 +AT+SENDB:  Send hexadecimal data along with the application port
1599 +
1600 +AT+SEND:  Send text data along with the application port
1601 +
1602 +AT+RECVB:  Print last received data in binary format (with hexadecimal values)
1603 +
1604 +AT+RECV:  Print last received data in raw format
1605 +
1606 +AT+VER:  Get current image version and Frequency Band
1607 +
1608 +AT+CFM:  Get or Set the confirmation mode (0-1)
1609 +
1610 +AT+CFS:  Get confirmation status of the last AT+SEND (0-1)
1611 +
1612 +AT+SNR:  Get the SNR of the last received packet
1613 +
1614 +AT+RSSI:  Get the RSSI of the last received packet
1615 +
1616 +AT+TDC:  Get or set the application data transmission interval in ms
1617 +
1618 +AT+PORT:  Get or set the application port
1619 +
1620 +AT+DISAT:  Disable AT commands
1621 +
1622 +AT+PWORD: Set password, max 9 digits
1623 +
1624 +AT+CHS:  Get or Set Frequency (Unit: Hz) for Single Channel Mode
1625 +
1626 +AT+CHE:  Get or Set eight channels mode,Only for US915,AU915,CN470
1627 +
1628 +AT+PDTA:  Print the sector data from start page to stop page
1629 +
1630 +AT+PLDTA:  Print the last few sets of data
1631 +
1632 +AT+CLRDTA:  Clear the storage, record position back to 1st
1633 +
1634 +AT+SLEEP:  Set sleep mode
1635 +
1636 +AT+EXT:  Get or Set external sensor model
1637 +
1638 +AT+BAT:  Get the current battery voltage in mV
1639 +
1640 +AT+CFG:  Print all configurations
1641 +
1642 +AT+WMOD:  Get or Set Work Mode
1643 +
1644 +AT+ARTEMP:  Get or set the internal Temperature sensor alarm range
1645 +
1646 +AT+CITEMP:  Get or set the internal Temperature sensor collection interval in min
1647 +
1648 +AT+SETCNT:  Set the count at present
1649 +
1650 +AT+RJTDC:  Get or set the ReJoin data transmission interval in min
1651 +
1652 +AT+RPL:  Get or set response level
1653 +
1654 +AT+TIMESTAMP:  Get or Set UNIX timestamp in second
1655 +
1656 +AT+LEAPSEC:  Get or Set Leap Second
1657 +
1658 +AT+SYNCMOD:  Get or Set time synchronization method
1659 +
1660 +AT+SYNCTDC:  Get or set time synchronization interval in day
1661 +
1662 +AT+PID:  Get or set the PID
1663 +
1664 +
1665 +== 6.2 Where to use AT commands and Downlink commands ==
1666 +
1667 +
1668 +**AT commands: **
1669 +
1536 1536  [[image:image-20220620153708-1.png||_mstalt="429806" height="603" width="723"]]
1537 1537  
1538 1538  
1539 -**Comandos de ligação descendente:**
1673 +**Downlink commands:**
1540 1540  
1541 1541  
1542 1542  (% style="color:blue" %)**TTN:**
... ... @@ -1551,7 +1551,7 @@
1551 1551  
1552 1552  
1553 1553  
1554 -(% style="color:blue" %)**Chirpstack: A janela downlink não será exibida até que a rede seja acessada**
1688 +(% style="color:blue" %)**Chirpstack: The downlink window will not be displayed until the network is accessed**
1555 1555  
1556 1556  
1557 1557  [[image:image-20220615094850-6.png||_mstalt="433082"]]
... ... @@ -1566,13 +1566,13 @@
1566 1566  [[image:image-20220615092939-4.png||_mstalt="434460" height="448" width="894"]]
1567 1567  
1568 1568  
1569 -== 6.3 Como alterar o intervalo de uplink? ==
1703 +== 6.3 How to change the uplink interval? ==
1570 1570  
1571 1571  
1572 -Por favor, veja este link: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]]
1706 +Please see this link: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]]
1573 1573  
1574 1574  
1575 -== 6.4 Como usar TTL-USB para conectar um PC para inserir comandos AT? ==
1709 +== 6.4 How to use TTL-USB to connect a PC to input AT commands? ==
1576 1576  
1577 1577  
1578 1578  [[image:image-20220615153355-1.png||_mstalt="430222"]]
... ... @@ -1581,63 +1581,63 @@
1581 1581  
1582 1582  
1583 1583  (((
1584 -No PC, o usrio precisa definir a taxa de transmissão da ferramenta serial (tais como [[**putty**>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) para **9600** para acessar o console serial para LHT65N. Os comandos AT são desabilitados por padrão e precisam digitar senha (padrão:**123456**) para ativá-lo. Tempo limite para inserir o comando AT é de 5 minutos, após 5 minutos, o usrio precisa digitar senha novamente. O usuário pode usar o comando AT + DISAT para desativar o comando AT antes do tempo limite.
1718 +In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600** (%%)to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**(% style="color:red" %))(%%) to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout.
1585 1585  )))
1586 1586  
1587 1587  
1588 -Digite senha e ATZ para ativar LHT65N, como mostrado abaixo:
1722 +Input password and ATZ to activate LHT65N, As shown below:
1589 1589  
1590 1590  [[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
1591 1591  
1592 1592  
1593 -== 6.5 Como usar TTL-USB para conectar o PC para atualizar firmware? ==
1727 +== 6.5 How to use TTL-USB to connect PC to upgrade firmware? ==
1594 1594  
1595 1595  
1596 1596  [[image:image-20220615153355-1.png||_mstalt="430222"]]
1597 1597  
1598 1598  
1599 -(% style="color:blue" %)**Passo 1:**(%%) Instale primeiro o seguinte [[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]] .
1733 +(% style="color:blue" %)**Step1**(%%): Install [[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]]  first.
1600 1600  
1601 1601  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1602 1602  
1603 1603  
1604 1604  
1605 -(% _mstmutation="1" style="color:blue" %)**Passo 2:**(%%) método de fiação.(% style="display:none" %)
1739 +(% _mstmutation="1" style="color:blue" %)**Step2**(%%): wiring method.(% style="display:none" %)
1606 1606  
1607 -Primeiro ligar as quatro linhas;(% style="display:none" %)
1741 +First connect the four lines;(% style="display:none" %)
1608 1608  
1609 1609  [[image:image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]],(% style="display:none" %)
1610 1610  
1611 1611  
1612 -Em seguida, use o cabo DuPont para curto-circuito port3 e port1 e, em seguida, solte-os, de modo que o dispositivo entre no modo bootlood.
1746 +Then use DuPont cable to short circuit port3 and port1, and then release them, so that the device enters bootlaod mode.
1613 1613  
1614 1614  [[image:image-20220621170938-2.png||_mstalt="431704"]]
1615 1615  
1616 1616  
1617 1617  
1618 -(% style="color:blue" %)**Passo 3: **(%%)Selecione a porta do dispositivo a ser conectado, taxa de transmissão e arquivo bin a ser baixado.
1752 +(% style="color:blue" %)**Step3: **(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
1619 1619  
1620 1620  [[image:image-20220615171334-6.png||_mstalt="431028"]]
1621 1621  
1622 1622  
1623 -Clique no botão Iniciar para iniciar a atualização do firmware.
1757 +Click the (% style="color:blue" %)**start**(%%) button to start the firmware upgrade.
1624 1624  
1625 1625  
1626 -Quando esta interface aparece, indica que o download foi concldo.
1760 +When this interface appears, it indicates that the download has been completed.
1627 1627  
1628 1628  [[image:image-20220620160723-8.png||_mstalt="430703"]]
1629 1629  
1630 1630  
1631 -Finalmente, desconecte o cabo DuPont no port4 e, em seguida, use o cabo DuPont para a porta de curto-circuito 3 e port1 para redefinir o dispositivo.
1765 +Finally, unplug the DuPont cable on port4, and then use the DuPont cable to short circuit port3 and port1 to reset the device.
1632 1632  
1633 1633  
1634 -== 6.6 Usando USB-TYPE-C para conectar ao computador usando o comando AT ==
1768 +== 6.6 Using USB-TYPE-C to connect to the computer using the AT command ==
1635 1635  
1636 1636  
1637 1637  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1638 1638  
1639 1639  
1640 -**Porto UART de LHT65N:**
1774 +**UART Port of LHT65N:**
1641 1641  
1642 1642  * (% class="mark" %)**PB0: RXD**
1643 1643  * (% class="mark" %)**PB1: TXD**
... ... @@ -1645,110 +1645,109 @@
1645 1645  
1646 1646  [[image:image-20220623112117-4.png||_mstalt="428350" height="459" width="343"]]
1647 1647  
1648 -No PC, o usuário precisa definir a taxa de transmissão da ferramenta serial (tais como [[**putty**>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) para **9600** para acessar o console serial para LHT65N. Os comandos AT são desabilitados por padrão e precisam digitar senha (padrão:**123456**) para ativá-lo. Tempo limite para inserir o comando AT é de 5 minutos, após 5 minutos, o usuário precisa digitar senha novamente. O usuário pode usar o comando AT + DISAT para desativar o comando AT antes do tempo limite.
1649 1649  
1783 +(((
1784 +In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600** (%%)to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**(% style="color:red" %))(%%) to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout.
1785 +)))
1650 1650  
1651 -Digite a senha e ATZ para ativar LHT65N, como mostrado abaixo:
1652 1652  
1788 +Input password and ATZ to activate LHT65N,As shown below:
1789 +
1653 1653  [[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
1654 1654  
1655 1655  
1656 -== 6.7 Como usar USB-TYPE-C para conectar o PC para atualizar firmware? ==
1793 +== 6.7 How to us USB-TYPE-C to connect PC to upgrade firmware? ==
1657 1657  
1658 1658  
1659 1659  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1660 1660  
1661 1661  
1662 -(% style="color:blue" %)**Passo 1**(%%): Instale primeiro o [[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]].
1799 +(% style="color:blue" %)**Step1**(%%): Instal[[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]]  first.
1663 1663  
1664 1664  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1665 1665  
1666 1666  
1667 1667  
1668 -(% _mstmutation="1" style="color:blue" %)**Passo 2**(%%): método de fiação.(% style="display:none" %)
1805 +(% _mstmutation="1" style="color:blue" %)**Step2**(%%): wiring method.(% style="display:none" %)
1669 1669  
1670 -Primeiro ligar as quatro linhas;
1807 +First connect the four lines;
1671 1671  
1672 1672  [[image:image-20220623113959-5.png||_mstalt="433485" height="528" width="397"]]
1673 1673  
1674 -Conecte A8 e GND com fio Dupont por um tempo e, em seguida, separe-se, entre no modo de redefinição
1811 +Connect A8 and GND with Dupont wire for a while and then separate, enter reset mode
1675 1675  
1676 1676  
1677 1677  
1678 -(% style="color:blue" %)**Passo 3: **(%%)Selecione a porta do dispositivo a ser conectado, taxa de transmissão e arquivo bin a ser baixado.
1815 +(% style="color:blue" %)**Step3: **(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
1679 1679  
1680 1680  [[image:image-20220615171334-6.png||_mstalt="431028"]]
1681 1681  
1682 1682  
1683 -Clique no botão Iniciar para iniciar a atualização do firmware.
1820 +Click the (% style="color:blue" %)**start**(%%) button to start the firmware upgrade.
1684 1684  
1685 1685  
1686 -Quando esta interface aparece, indica que o download foi concldo.
1823 +When this interface appears, it indicates that the download has been completed.
1687 1687  
1688 1688  [[image:image-20220620160723-8.png||_mstalt="430703"]]
1689 1689  
1690 1690  
1691 -Finalmente, desconecte 3.3v, conecte A8 e GND com fio Dupont por um tempo e, em seguida, separe, saia do modo de redefinição
1828 +Finally,Disconnect 3.3v, Connect A8 and GND with Dupont wire for a while and then separate, exit reset mode
1692 1692  
1693 1693  
1694 -== 6.8 Por que não consigo ver as informações do datalog ==
1831 +== 6.8 Why can't I see the datalog information ==
1695 1695  
1696 1696  
1697 -~1. O tempo não está alinhado e o comando de consulta correto não é usado.
1834 +~1. The time is not aligned, and the correct query command is not used.
1698 1698  
1699 -2. Erro decodificador, não analisou os dados do datalog, os dados foram filtrados.
1836 +2. Decoder error, did not parse the datalog data, the data was filtered.
1700 1700  
1701 1701  
1702 -= 7. Informação da Ordem =
1839 += 7. Order Info =
1703 1703  
1704 1704  
1705 -Número da peça: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
1842 +Part Number: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
1706 1706  
1707 -(% style="color:#4f81bd" %)**XX **(%%): A banda de frequência padrão
1844 +(% style="color:#4f81bd" %)**XX **(%%): The default frequency band
1708 1708  
1709 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AS923**(%%): Banda LoRaWAN AS923
1710 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AU915**(%%): Banda LoRaWAN AU915
1711 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU433**(%%): Banda LoRaWAN EU433
1712 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU868**(%%): Banda LoRaWAN EU868
1713 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**KR920**(%%): Banda LoRaWAN KR920
1714 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**US915**(%%): Banda LoRaWAN US915
1715 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**IN865**(%%): Banda LoRaWAN US915
1716 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**CN470**(%%): Banda LoRaWAN CN470
1846 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1847 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
1848 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
1849 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
1850 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
1851 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**US915**(%%): LoRaWAN US915 band
1852 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1853 +* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1717 1717  
1718 -(% style="color:#4f81bd" %)**YY**(%%): Acessórios para sensores
1855 +(% style="color:#4f81bd" %)**YY**(%%): Sensor Accessories
1719 1719  
1720 -* (% style="color:red" %)**E3**(%%): Sonda de Temperatura Externa
1857 +* (% style="color:red" %)**E3**(%%): External Temperature Probe
1721 1721  
1722 1722  
1723 -= 8. Informação da Embalagem =
1860 += 8. Packing Info =
1724 1724  
1725 1725  
1726 -**O pacote inclui:**
1863 +**Package Includes**:
1727 1727  
1728 -* LHT65N Sensor de temperatura e umidade x 1
1729 -* Sensor externo opcional
1865 +* LHT65N Temperature & Humidity Sensor x 1
1866 +* Optional external sensor
1730 1730  
1731 -**Dimensão e peso:**
1868 +**Dimension and weight**:
1732 1732  
1733 -* Tamanho do dispositivo: 10 x 10 x 3,5 mm
1734 -* Peso do dispositivo: 120,5g
1870 +* Device Size:  10 x 10 x 3.5 mm
1871 +* Device Weight: 120.5g
1735 1735  
1736 1736  
1737 -= 9. Material de referência =
1874 += 9. Reference material =
1738 1738  
1739 1739  
1740 -* [[Folha de dados, fotografias, descodificador, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0]]
1877 +* [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0]]
1741 1741  
1742 1742  
1743 -= 10. Aviso FCC =
1880 += 10. FCC Warning =
1744 1744  
1745 1745  
1746 -Este dispositivo está em conformidade com a parte 15 das Regras FCC. A operação es sujeita às seguintes duas condições:
1883 +This device complies with part 15 of the FCC Rules.Operation is subject to the following two conditions:
1747 1747  
1748 -(1) Este dispositivo não pode causar interferência prejudicial;
1885 +(1) This device may not cause harmful interference;
1749 1749  
1750 -(2) este dispositivo deve aceitar qualquer interferência recebida, incluindo interferência que possa causar operação indesejada.
1751 -
1752 -(3) Conforme resolução Anatel 680 - Art. 5º
1753 -
1754 -Os equipamentos de radiação restrita devem conter no produto, em lugar facilmente visível, ou no manual de instruções fornecido pelo fabricante, em local de destaque, informação sobre as implicações de sua operação, nos seguintes termos: Este equipamento não tem direito à proteção contra interferência prejudicial e não pode causar interferência em sistemas devidamente autorizados. Para maiores informações, consulte o site da ANATEL – ( www.anatel.gov.br )
1887 +(2) this device must accept any interference received, including interference that may cause undesired operation.