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

From version 262.37
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,14 +1,10 @@
1 -
1 +(% style="text-align:center" %)
2 +[[image:image-20230717152014-10.png||height="575" width="339"]]
2 2  
3 3  
4 4  
6 +**Table of Contents:**
5 5  
6 -
7 -
8 -
9 -
10 -**Índice:**
11 -
12 12  {{toc/}}
13 13  
14 14  
... ... @@ -21,7 +21,7 @@
21 21  
22 22  
23 23  (((
24 -**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.
25 25  
26 26  
27 27  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.
... ... @@ -1434,116 +1434,247 @@
1434 1434  2): Alarme de flutuação
1435 1435  
1436 1436  
1437 -(% 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.
1438 1438  
1439 -(% 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.**
1440 1440  
1441 1441  
1442 -(% style="color:#037691" %)**Parâmetro 3 e parâmetro 4:**
1438 +(% style="color:#037691" %) **Parameter 3 and parameter 4:**
1443 1443  
1444 -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.
1445 1445  
1446 -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.
1447 1447  
1448 1448  
1449 -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.
1450 1450  
1451 -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.
1452 1452  
1453 -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.
1454 1454  
1455 1455  
1456 -(% style="color:#4f81bd" %)**Comando Downlink: 0xA5**
1452 +(% style="color:#4f81bd" %)**Downlink Command: 0xA5**
1457 1457  
1458 1458  0xA5 00 ~-~- AT+WMOD=0.
1459 1459  
1460 -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 )
1461 1461  
1462 -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))
1463 1463  
1464 -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)
1465 1465  
1466 -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.
1467 1467  
1468 1468  
1469 -= 5. Bateria e como substituir =
1465 += 5. Battery & How to replace =
1470 1470  
1471 -== 5.1 Tipo de Bateria ==
1467 +== 5.1 Battery Type ==
1472 1472  
1473 1473  
1474 1474  (((
1475 -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.
1476 1476  )))
1477 1477  
1478 1478  (((
1479 -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.
1480 1480  
1481 1481  
1482 1482  [[image:image-20220515075034-1.png||_mstalt="428961" height="208" width="644"]]
1483 1483  )))
1484 1484  
1485 -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 +
1486 1486  
1484 +== 5.2 Replace Battery ==
1487 1487  
1488 -== 5.2 Substituir a Bateria ==
1489 1489  
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.
1490 1490  
1491 -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.
1492 -
1493 1493  [[image:image-20220515075440-2.png||_mstalt="429546" height="338" width="272"]][[image:image-20220515075625-3.png||_mstalt="431574" height="193" width="257"]]
1494 1494  
1495 1495  
1496 -== 5.3 Análise da Vida da Bateria ==
1492 +== 5.3 Battery Life Analyze ==
1497 1497  
1498 1498  
1499 1499  (((
1500 -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:
1501 1501  [[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]]
1502 1502  )))
1503 1503  
1504 1504  
1505 1505  (((
1506 -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]]
1507 1507  )))
1508 1508  
1509 1509  
1510 1510  = 6. FAQ =
1511 1511  
1512 -== 6.1 Como usar o Comando AT? ==
1508 +== 6.1 How to use AT Command? ==
1513 1513  
1514 1514  
1515 -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.
1516 1516  
1517 1517  [[image:image-20220530085651-1.png||_mstalt="429949"]]
1518 1518  
1519 1519  
1520 -**Ligação:**
1516 +**Connection:**
1521 1521  
1522 -* (% style="background-color:yellow" %)**USB para TTL GND <~-~->GND**
1523 -* (% style="background-color:yellow" %)**USB para TTL RXD<~-~->D+**
1524 -* (% 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**
1525 1525  
1526 1526  (((
1527 -(% _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.
1528 1528  )))
1529 1529  
1530 -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.
1531 1531  
1529 +Input password and ATZ to activate LHT65N,As shown below:
1532 1532  
1533 -Digite a senha e ATZ para ativar LHT65N, como mostrado abaixo:
1534 -
1535 1535  [[image:image-20220530095701-4.png||_mstalt="430014"]]
1536 1536  
1537 1537  
1538 -== 6.2 Onde usar comandos AT e comandos Downlink ==
1534 +AT Command List is as below:
1539 1539  
1536 +AT+<CMD>? :  Help on <CMD>
1540 1540  
1541 -**Comandos AT:**
1538 +AT+<CMD> :  Run <CMD>
1542 1542  
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 +
1543 1543  [[image:image-20220620153708-1.png||_mstalt="429806" height="603" width="723"]]
1544 1544  
1545 1545  
1546 -**Comandos de ligação descendente:**
1673 +**Downlink commands:**
1547 1547  
1548 1548  
1549 1549  (% style="color:blue" %)**TTN:**
... ... @@ -1558,7 +1558,7 @@
1558 1558  
1559 1559  
1560 1560  
1561 -(% 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**
1562 1562  
1563 1563  
1564 1564  [[image:image-20220615094850-6.png||_mstalt="433082"]]
... ... @@ -1573,13 +1573,13 @@
1573 1573  [[image:image-20220615092939-4.png||_mstalt="434460" height="448" width="894"]]
1574 1574  
1575 1575  
1576 -== 6.3 Como alterar o intervalo de uplink? ==
1703 +== 6.3 How to change the uplink interval? ==
1577 1577  
1578 1578  
1579 -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);"]]
1580 1580  
1581 1581  
1582 -== 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? ==
1583 1583  
1584 1584  
1585 1585  [[image:image-20220615153355-1.png||_mstalt="430222"]]
... ... @@ -1588,63 +1588,63 @@
1588 1588  
1589 1589  
1590 1590  (((
1591 -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.
1592 1592  )))
1593 1593  
1594 1594  
1595 -Digite senha e ATZ para ativar LHT65N, como mostrado abaixo:
1722 +Input password and ATZ to activate LHT65N, As shown below:
1596 1596  
1597 1597  [[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
1598 1598  
1599 1599  
1600 -== 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? ==
1601 1601  
1602 1602  
1603 1603  [[image:image-20220615153355-1.png||_mstalt="430222"]]
1604 1604  
1605 1605  
1606 -(% 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.
1607 1607  
1608 1608  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1609 1609  
1610 1610  
1611 1611  
1612 -(% _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" %)
1613 1613  
1614 -Primeiro ligar as quatro linhas;(% style="display:none" %)
1741 +First connect the four lines;(% style="display:none" %)
1615 1615  
1616 1616  [[image:image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]],(% style="display:none" %)
1617 1617  
1618 1618  
1619 -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.
1620 1620  
1621 1621  [[image:image-20220621170938-2.png||_mstalt="431704"]]
1622 1622  
1623 1623  
1624 1624  
1625 -(% 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.
1626 1626  
1627 1627  [[image:image-20220615171334-6.png||_mstalt="431028"]]
1628 1628  
1629 1629  
1630 -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.
1631 1631  
1632 1632  
1633 -Quando esta interface aparece, indica que o download foi concldo.
1760 +When this interface appears, it indicates that the download has been completed.
1634 1634  
1635 1635  [[image:image-20220620160723-8.png||_mstalt="430703"]]
1636 1636  
1637 1637  
1638 -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.
1639 1639  
1640 1640  
1641 -== 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 ==
1642 1642  
1643 1643  
1644 1644  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1645 1645  
1646 1646  
1647 -**Porto UART de LHT65N:**
1774 +**UART Port of LHT65N:**
1648 1648  
1649 1649  * (% class="mark" %)**PB0: RXD**
1650 1650  * (% class="mark" %)**PB1: TXD**
... ... @@ -1652,110 +1652,109 @@
1652 1652  
1653 1653  [[image:image-20220623112117-4.png||_mstalt="428350" height="459" width="343"]]
1654 1654  
1655 -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.
1656 1656  
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 +)))
1657 1657  
1658 -Digite a senha e ATZ para ativar LHT65N, como mostrado abaixo:
1659 1659  
1788 +Input password and ATZ to activate LHT65N,As shown below:
1789 +
1660 1660  [[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
1661 1661  
1662 1662  
1663 -== 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? ==
1664 1664  
1665 1665  
1666 1666  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1667 1667  
1668 1668  
1669 -(% 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.
1670 1670  
1671 1671  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1672 1672  
1673 1673  
1674 1674  
1675 -(% _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" %)
1676 1676  
1677 -Primeiro ligar as quatro linhas;
1807 +First connect the four lines;
1678 1678  
1679 1679  [[image:image-20220623113959-5.png||_mstalt="433485" height="528" width="397"]]
1680 1680  
1681 -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
1682 1682  
1683 1683  
1684 1684  
1685 -(% 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.
1686 1686  
1687 1687  [[image:image-20220615171334-6.png||_mstalt="431028"]]
1688 1688  
1689 1689  
1690 -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.
1691 1691  
1692 1692  
1693 -Quando esta interface aparece, indica que o download foi concldo.
1823 +When this interface appears, it indicates that the download has been completed.
1694 1694  
1695 1695  [[image:image-20220620160723-8.png||_mstalt="430703"]]
1696 1696  
1697 1697  
1698 -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
1699 1699  
1700 1700  
1701 -== 6.8 Por que não consigo ver as informações do datalog ==
1831 +== 6.8 Why can't I see the datalog information ==
1702 1702  
1703 1703  
1704 -~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.
1705 1705  
1706 -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.
1707 1707  
1708 1708  
1709 -= 7. Informação da Ordem =
1839 += 7. Order Info =
1710 1710  
1711 1711  
1712 -Número da peça: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
1842 +Part Number: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
1713 1713  
1714 -(% style="color:#4f81bd" %)**XX **(%%): A banda de frequência padrão
1844 +(% style="color:#4f81bd" %)**XX **(%%): The default frequency band
1715 1715  
1716 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AS923**(%%): Banda LoRaWAN AS923
1717 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**AU915**(%%): Banda LoRaWAN AU915
1718 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU433**(%%): Banda LoRaWAN EU433
1719 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**EU868**(%%): Banda LoRaWAN EU868
1720 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**KR920**(%%): Banda LoRaWAN KR920
1721 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**US915**(%%): Banda LoRaWAN US915
1722 -* (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**IN865**(%%): Banda LoRaWAN US915
1723 -* (% 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
1724 1724  
1725 -(% style="color:#4f81bd" %)**YY**(%%): Acessórios para sensores
1855 +(% style="color:#4f81bd" %)**YY**(%%): Sensor Accessories
1726 1726  
1727 -* (% style="color:red" %)**E3**(%%): Sonda de Temperatura Externa
1857 +* (% style="color:red" %)**E3**(%%): External Temperature Probe
1728 1728  
1729 1729  
1730 -= 8. Informação da Embalagem =
1860 += 8. Packing Info =
1731 1731  
1732 1732  
1733 -**O pacote inclui:**
1863 +**Package Includes**:
1734 1734  
1735 -* LHT65N Sensor de temperatura e umidade x 1
1736 -* Sensor externo opcional
1865 +* LHT65N Temperature & Humidity Sensor x 1
1866 +* Optional external sensor
1737 1737  
1738 -**Dimensão e peso:**
1868 +**Dimension and weight**:
1739 1739  
1740 -* Tamanho do dispositivo: 10 x 10 x 3,5 mm
1741 -* Peso do dispositivo: 120,5g
1870 +* Device Size:  10 x 10 x 3.5 mm
1871 +* Device Weight: 120.5g
1742 1742  
1743 1743  
1744 -= 9. Material de referência =
1874 += 9. Reference material =
1745 1745  
1746 1746  
1747 -* [[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]]
1748 1748  
1749 1749  
1750 -= 10. Aviso FCC =
1880 += 10. FCC Warning =
1751 1751  
1752 1752  
1753 -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:
1754 1754  
1755 -(1) Este dispositivo não pode causar interferência prejudicial;
1885 +(1) This device may not cause harmful interference;
1756 1756  
1757 -(2) este dispositivo deve aceitar qualquer interferência recebida, incluindo interferência que possa causar operação indesejada.
1758 -
1759 -(3) Conforme resolução Anatel 680 - Art. 5º
1760 -
1761 -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.