Last modified by Mengting Qiu on 2025/07/03 14:48

From version 123.2
edited by Xiaoling
on 2022/06/13 16:20
Change comment: There is no comment for this version
To version 140.1
edited by Bei Jinggeng
on 2022/06/15 17:05
Change comment: Uploaded new attachment "image-20220615170542-5.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -74,7 +74,6 @@
74 74  * Tri-color LED to indicate working status
75 75  * Datalog feature
76 76  
77 -
78 78  (% _mstvisible="1" %)
79 79  == (% _msthash="323570" _msttexthash="297635" _mstvisible="3" %)1.3 Specification(%%) ==
80 80  
... ... @@ -363,7 +363,6 @@
363 363  * The 7th byte (EXT #): defines the external sensor model.
364 364  * The 8(% _msthash="734578" _msttexthash="21372" _mstvisible="4" %)^^th^^(%%) ~~ 11(% _msthash="734579" _msttexthash="21372" _mstvisible="4" %)^^th^^(%%) byte: the value for external sensor value. The definition is based on external sensor type. (If EXT=0, there won’t be these four bytes.)
365 365  
366 -
367 367  (% _mstvisible="1" %)
368 368  === (% _msthash="360269" _msttexthash="333762" _mstvisible="3" %)2.4.1 Decoder in TTN V3(%%) ===
369 369  
... ... @@ -400,7 +400,6 @@
400 400  * BAT status=(0Xcba4>>14)&0xFF=11(B),very good
401 401  * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV
402 402  
403 -
404 404  (% _mstvisible="1" %)
405 405  === (% _msthash="600769" _msttexthash="565838" _mstvisible="3" %)2.4.3 Built-in Temperature(%%) ===
406 406  
... ... @@ -416,7 +416,6 @@
416 416  (% _mstvisible="1" %)
417 417  * Temperature:  (0xF5C6-65536)/100=-26.18℃
418 418  
419 -
420 420  (% _mstvisible="1" %)
421 421  === (% _msthash="475891" _msttexthash="445120" _mstvisible="3" %)2.4.4 Built-in Humidity(%%) ===
422 422  
... ... @@ -426,7 +426,6 @@
426 426  (% _mstvisible="1" %)
427 427  * Humidity:    0x025C/10=60.4%
428 428  
429 -
430 430  (% _mstvisible="1" %)
431 431  === (% _msthash="116532" _msttexthash="87958" _mstvisible="3" %)2.4.5 Ext #(%%) ===
432 432  
... ... @@ -1131,6 +1131,12 @@
1131 1131  (((
1132 1132  (% _msthash="903008" _msttexthash="1875640" _mstvisible="4" %)
1133 1133  For each success downlink, the PURPLE LED will blink once
1129 +
1130 +
1131 +
1132 +
1133 +(% _msthash="903008" _msttexthash="1875640" _mstvisible="4" %)
1134 +
1134 1134  )))
1135 1135  
1136 1136  (% _mstvisible="1" style="text-align: left;" %)
... ... @@ -1241,6 +1241,7 @@
1241 1241  (% _msthash="506254" _msttexthash="1501357" _mstvisible="2" style="text-align: left;" %)
1242 1242  These commands are only valid for LHT65N, as below:
1243 1243  
1245 +
1244 1244  (% _msthash="506254" _msttexthash="1501357" _mstvisible="2" style="text-align: left;" %)
1245 1245  
1246 1246  )))
... ... @@ -1431,6 +1431,9 @@
1431 1431  (% _msthash="315369" _msttexthash="779688" _mstvisible="1" style="text-align: left;" %)
1432 1432  Feature: Set device to sleep mode
1433 1433  
1436 +* AT+Sleep=0  : Normal working mode
1437 +* AT+Sleep=1 : Device is in deep sleep mode, no LoRa activation happen, used for storage or shipping.
1438 +
1434 1434  (% _mstvisible="1" style="text-align: left;" %)
1435 1435  (% style="color:#4f81bd" %)**AT Command: AT+SLEEP**
1436 1436  
... ... @@ -1437,7 +1437,6 @@
1437 1437  (% _mstvisible="1" %)
1438 1438  [[image:image-20220523151218-7.png||_mstalt="430703" _mstvisible="3"]]
1439 1439  
1440 -
1441 1441  (% _mstvisible="1" %)
1442 1442  (% style="color:#4f81bd" %)**Downlink Command:**
1443 1443  
... ... @@ -1444,6 +1444,8 @@
1444 1444  (% _mstvisible="1" %)
1445 1445  * There is no downlink command to set to Sleep mode.
1446 1446  
1451 +
1452 +
1447 1447  (% _mstvisible="1" %)
1448 1448  == (% _msthash="336557" _msttexthash="309712" _mstvisible="3" %)4.7 Set system time(%%) ==
1449 1449  
... ... @@ -1690,135 +1690,164 @@
1690 1690  
1691 1691  AT Command List is as below:
1692 1692  
1693 -AT+<CMD>? : Help on <CMD>
1699 +AT+<CMD>? :  Help on <CMD>
1694 1694  
1695 -AT+<CMD> : Run <CMD>
1701 +AT+<CMD> :  Run <CMD>
1696 1696  
1697 -AT+<CMD>=<value> : Set the value
1703 +AT+<CMD>=<value> :  Set the value
1698 1698  
1699 -AT+<CMD>=? : Get the value
1705 +AT+<CMD>=? :  Get the value
1700 1700  
1701 -AT+DEBUG:Set more info output
1707 +AT+DEBUG:  Set more info output
1702 1702  
1703 -ATZ: Trig a reset of the MCU
1709 +ATZ:  Trig a reset of the MCU
1704 1704  
1705 -AT+FDR: Reset Parameters to Factory Default, Keys Reserve
1711 +AT+FDR:  Reset Parameters to Factory Default, Keys Reserve
1706 1706  
1707 -AT+DEUI: Get or Set the Device EUI
1713 +AT+DEUI:  Get or Set the Device EUI
1708 1708  
1709 -AT+DADDR: Get or Set the Device Address
1715 +AT+DADDR:  Get or Set the Device Address
1710 1710  
1711 -AT+APPKEY: Get or Set the Application Key
1717 +AT+APPKEY:  Get or Set the Application Key
1712 1712  
1713 -AT+NWKSKEY: Get or Set the Network Session Key
1719 +AT+NWKSKEY:  Get or Set the Network Session Key
1714 1714  
1715 -AT+APPSKEY: Get or Set the Application Session Key
1721 +AT+APPSKEY:  Get or Set the Application Session Key
1716 1716  
1717 -AT+APPEUI: Get or Set the Application EUI
1723 +AT+APPEUI:  Get or Set the Application EUI
1718 1718  
1719 -AT+ADR: Get or Set the Adaptive Data Rate setting. (0: off, 1: on)
1725 +AT+ADR:  Get or Set the Adaptive Data Rate setting. (0: off, 1: on)
1720 1720  
1721 -AT+TXP: Get or Set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Spec)
1727 +AT+TXP:  Get or Set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Spec)
1722 1722  
1723 -AT+DR: Get or Set the Data Rate. (0-7 corresponding to DR_X)
1729 +AT+DR:  Get or Set the Data Rate. (0-7 corresponding to DR_X)
1724 1724  
1725 -AT+DCS: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing
1731 +AT+DCS:  Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing
1726 1726  
1727 -AT+PNM: Get or Set the public network mode. (0: off, 1: on)
1733 +AT+PNM:  Get or Set the public network mode. (0: off, 1: on)
1728 1728  
1729 -AT+RX2FQ: Get or Set the Rx2 window frequency
1735 +AT+RX2FQ:  Get or Set the Rx2 window frequency
1730 1730  
1731 -AT+RX2DR: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
1737 +AT+RX2DR:  Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
1732 1732  
1733 -AT+RX1DL: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
1739 +AT+RX1DL:  Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
1734 1734  
1735 -AT+RX2DL: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
1741 +AT+RX2DL:  Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
1736 1736  
1737 -AT+JN1DL: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
1743 +AT+JN1DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
1738 1738  
1739 -AT+JN2DL: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
1745 +AT+JN2DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
1740 1740  
1741 -AT+NJM: Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
1747 +AT+NJM:  Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
1742 1742  
1743 -AT+NWKID: Get or Set the Network ID
1749 +AT+NWKID:  Get or Set the Network ID
1744 1744  
1745 -AT+FCU: Get or Set the Frame Counter Uplink
1751 +AT+FCU:  Get or Set the Frame Counter Uplink
1746 1746  
1747 -AT+FCD: Get or Set the Frame Counter Downlink
1753 +AT+FCD:  Get or Set the Frame Counter Downlink
1748 1748  
1749 -AT+CLASS: Get or Set the Device Class
1755 +AT+CLASS:  Get or Set the Device Class
1750 1750  
1751 -AT+JOIN: Join network
1757 +AT+JOIN:  Join network
1752 1752  
1753 -AT+NJS: Get the join status
1759 +AT+NJS:  Get the join status
1754 1754  
1755 -AT+SENDB: Send hexadecimal data along with the application port
1761 +AT+SENDB:  Send hexadecimal data along with the application port
1756 1756  
1757 -AT+SEND: Send text data along with the application port
1763 +AT+SEND:  Send text data along with the application port
1758 1758  
1759 -AT+RECVB: Print last received data in binary format (with hexadecimal values)
1765 +AT+RECVB:  Print last received data in binary format (with hexadecimal values)
1760 1760  
1761 -AT+RECV: Print last received data in raw format
1767 +AT+RECV:  Print last received data in raw format
1762 1762  
1763 -AT+VER: Get current image version and Frequency Band
1769 +AT+VER:  Get current image version and Frequency Band
1764 1764  
1765 -AT+CFM: Get or Set the confirmation mode (0-1)
1771 +AT+CFM:  Get or Set the confirmation mode (0-1)
1766 1766  
1767 -AT+CFS: Get confirmation status of the last AT+SEND (0-1)
1773 +AT+CFS:  Get confirmation status of the last AT+SEND (0-1)
1768 1768  
1769 -AT+SNR: Get the SNR of the last received packet
1775 +AT+SNR:  Get the SNR of the last received packet
1770 1770  
1771 -AT+RSSI: Get the RSSI of the last received packet
1777 +AT+RSSI:  Get the RSSI of the last received packet
1772 1772  
1773 -AT+TDC: Get or set the application data transmission interval in ms
1779 +AT+TDC:  Get or set the application data transmission interval in ms
1774 1774  
1775 -AT+PORT: Get or set the application port
1781 +AT+PORT:  Get or set the application port
1776 1776  
1777 -AT+DISAT: Disable AT commands
1783 +AT+DISAT:  Disable AT commands
1778 1778  
1779 -AT+PWORD: Set password, max 9 digits
1785 +AT+PWORD:  Set password, max 9 digits
1780 1780  
1781 -AT+CHS: Get or Set Frequency (Unit: Hz) for Single Channel Mode
1787 +AT+CHS:  Get or Set Frequency (Unit: Hz) for Single Channel Mode
1782 1782  
1783 -AT+CHE: Get or Set eight channels mode,Only for US915,AU915,CN470
1789 +AT+CHE:  Get or Set eight channels mode,Only for US915,AU915,CN470
1784 1784  
1785 -AT+PDTA: Print the sector data from start page to stop page
1791 +AT+PDTA:  Print the sector data from start page to stop page
1786 1786  
1787 -AT+PLDTA: Print the last few sets of data
1793 +AT+PLDTA:  Print the last few sets of data
1788 1788  
1789 -AT+CLRDTA: Clear the storage, record position back to 1st
1795 +AT+CLRDTA:  Clear the storage, record position back to 1st
1790 1790  
1791 -AT+SLEEP: Set sleep mode
1797 +AT+SLEEP:  Set sleep mode
1792 1792  
1793 -AT+EXT: Get or Set external sensor model
1799 +AT+EXT:  Get or Set external sensor model
1794 1794  
1795 -AT+BAT: Get the current battery voltage in mV
1801 +AT+BAT:  Get the current battery voltage in mV
1796 1796  
1797 -AT+CFG: Print all configurations
1803 +AT+CFG:  Print all configurations
1798 1798  
1799 -AT+WMOD: Get or Set Work Mode
1805 +AT+WMOD:  Get or Set Work Mode
1800 1800  
1801 -AT+ARTEMP: Get or set the internal Temperature sensor alarm range
1807 +AT+ARTEMP:  Get or set the internal Temperature sensor alarm range
1802 1802  
1803 -AT+CITEMP: Get or set the internal Temperature sensor collection interval in min
1809 +AT+CITEMP:  Get or set the internal Temperature sensor collection interval in min
1804 1804  
1805 -AT+SETCNT:Set the count at present
1811 +AT+SETCNT:  Set the count at present
1806 1806  
1807 -AT+RJTDC: Get or set the ReJoin data transmission interval in min
1813 +AT+RJTDC:  Get or set the ReJoin data transmission interval in min
1808 1808  
1809 -AT+RPL: Get or set response level
1815 +AT+RPL:  Get or set response level
1810 1810  
1811 -AT+TIMESTAMP: Get or Set UNIX timestamp in second
1817 +AT+TIMESTAMP:  Get or Set UNIX timestamp in second
1812 1812  
1813 -AT+LEAPSEC: Get or Set Leap Second
1819 +AT+LEAPSEC:  Get or Set Leap Second
1814 1814  
1815 -AT+SYNCMOD: Get or Set time synchronization method
1821 +AT+SYNCMOD:  Get or Set time synchronization method
1816 1816  
1817 -AT+SYNCTDC: Get or set time synchronization interval in day
1823 +AT+SYNCTDC:  Get or set time synchronization interval in day
1818 1818  
1819 -AT+PID: Get or set the PID
1825 +AT+PID:  Get or set the PID
1820 1820  
1821 -
1827 +
1828 +== 6.2 Where to use AT commands and Downlink commands ==
1829 +
1830 +AT commands:
1831 +
1832 +[[image:image-20220615092034-1.png]]
1833 +
1834 +Downlink commands:
1835 +
1836 +TTN:
1837 +
1838 +[[image:image-20220615092124-2.png||height="843" width="893"]]
1839 +
1840 +Helium:
1841 +
1842 +[[image:image-20220615092551-3.png||height="556" width="1097"]]
1843 +
1844 +Chirpstack:The downlink window will not be displayed until the network is accessed
1845 +
1846 +[[image:image-20220615094850-6.png]]
1847 +
1848 +[[image:image-20220615094904-7.png||height="329" width="1067"]]
1849 +
1850 +Aws:
1851 +
1852 +[[image:image-20220615092939-4.png||height="532" width="1062"]]
1853 +
1854 +== 6.3 How to change the uplink interval? ==
1855 +
1856 +[[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/]]
1822 1822  )))
1823 1823  
1824 1824  (% _mstvisible="1" %)
... ... @@ -1960,8 +1960,6 @@
1960 1960  
1961 1961  * [[Datasheet, Photos, Decoder, Firmware>>https://www.dropbox.com/home/Products_Public_Document/LoRaWAN%20End%20Node/LHT65N%20Temperature%20%26%20Humidity%20Sensor]]
1962 1962  
1963 -
1964 -
1965 1965  = 10. FCC Warning =
1966 1966  
1967 1967  (% _mstvisible="1" %)
image-20220615092034-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +70.9 KB
Content
image-20220615092124-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +42.0 KB
Content
image-20220615092551-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +75.2 KB
Content
image-20220615092939-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +150.5 KB
Content
image-20220615094747-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +11.4 KB
Content
image-20220615094850-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +15.3 KB
Content
image-20220615094904-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +26.1 KB
Content
image-20220615153355-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +867.5 KB
Content
image-20220615153914-2.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +145.1 KB
Content
image-20220615154519-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +51.0 KB
Content
image-20220615170242-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +5.9 KB
Content
image-20220615170542-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +5.3 KB
Content