Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Mengting Qiu on 2025/06/04 18:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (1 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -129,7 +129,7 @@ 129 129 * 1 x Counting Port 130 130 ))) 131 131 132 -= 2. Assembling the device = 132 +== 2. Assembling the device == 133 133 134 134 == 2.1 Connecting the antenna == 135 135 ... ... @@ -237,7 +237,7 @@ 237 237 *** **Profile (Region)**: Select the region that matches your device. 238 238 ** Select the **Frequency plan** that matches your device from the **Frequency plan** dropdown list. 239 239 240 -[[image:lt-22222-l-dev-repo-reg-p1.png]] 240 +[[image:lt-22222-l-dev-repo-reg-p1.png||height="625" width="1000"]] 241 241 242 242 243 243 * Register end device page continued... ... ... @@ -247,7 +247,7 @@ 247 247 ** In the **End device ID** field, enter a unique name for your LT-22222-N within this application. 248 248 ** Under **After registration**, select the **View registered end device** option. 249 249 250 -[[image:lt-22222-l-dev-repo-reg-p2.png]] 250 +[[image:lt-22222-l-dev-repo-reg-p2.png||height="625" width="1000"]] 251 251 252 252 253 253 ==== 3.2.2.3 Adding device manually ==== ... ... @@ -261,7 +261,7 @@ 261 261 ** Select the option **Over the air activation (OTAA)** under the **Activation mode.** 262 262 ** Select **Class C (Continuous)** from the **Additional LoRaWAN class capabilities** dropdown list. 263 263 264 -[[image:lt-22222-l-manually-p1.png]] 264 +[[image:lt-22222-l-manually-p1.png||height="625" width="1000"]] 265 265 266 266 267 267 * Register end device page continued... ... ... @@ -272,13 +272,13 @@ 272 272 ** Under **After registration**, select the **View registered end device** option. 273 273 ** Click the **Register end device** button. 274 274 275 -[[image:lt-22222-l-manually-p2.png]] 275 +[[image:lt-22222-l-manually-p2.png||height="625" width="1000"]] 276 276 277 277 278 278 You will be navigated to the **Device overview** page. 279 279 280 280 281 -[[image:lt-22222-device-overview.png]] 281 +[[image:lt-22222-device-overview.png||height="625" width="1000"]] 282 282 283 283 284 284 ==== 3.2.2.4 Joining ==== ... ... @@ -288,10 +288,9 @@ 288 288 Now power on your LT-22222-L. The **TX LED** will **fast-blink 5 times** which means the LT-22222-L will enter the **work mode** and start to **join** The Things Stack network server. The **TX LED** will be on for **5 seconds** after joining the network. In the **Live data** panel, you can see the **join-request** and **join-accept** messages exchanged between the device and the network server. 289 289 290 290 291 -[[image:lt-22222- l-joining.png]]291 +[[image:lt-22222-join-network.png||height="625" width="1000"]] 292 292 293 293 294 - 295 295 ==== 3.2.2.5 Uplinks ==== 296 296 297 297 ... ... @@ -308,7 +308,7 @@ 308 308 The Things Stack provides two levels of payload formatters: application level and device level. The device-level payload formatters **override **the application-level payload formatters. 309 309 {{/info}} 310 310 311 -[[image:lt-22222-ul-payload-fmt.png]] 310 +[[image:lt-22222-ul-payload-fmt.png||height="686" width="1000"]] 312 312 313 313 314 314 ==== 3.2.2.6 Downlinks ==== ... ... @@ -883,7 +883,7 @@ 883 883 These commands are specially designed for the LT-22222-L. Commands can be sent to the device using options such as an AT command or a LoRaWAN downlink payload. 884 884 885 885 886 -==== 3.4.2.1 Set Transmit /UplinkInterval ====885 +==== 3.4.2.1 Set Transmit Interval ==== 887 887 888 888 Sets the uplink interval of the device. The default uplink transmission interval is 10 minutes. 889 889 ... ... @@ -892,11 +892,11 @@ 892 892 (% border="2" style="width:500px" %) 893 893 |**Command**|AT+TDC=<time> 894 894 |**Response**| 895 -|**Parameters**|**time** : uplink interval is in **milliseconds**894 +|**Parameters**|**time** : uplink interval is in milliseconds 896 896 |**Example**|((( 897 897 AT+TDC=30000 898 898 899 -Sets the uplink interval to **30 seconds**(30000milliseconds)898 +Sets the uplink interval to 30,000 milliseconds (30 seconds) 900 900 ))) 901 901 902 902 (% style="color:#037691" %)**Downlink payload** ... ... @@ -908,18 +908,16 @@ 908 908 |**Parameters**|((( 909 909 **prefix** : 0x01 910 910 911 -**time** : uplink interval is in **seconds**, represented by**3 bytes**in**hexadecimal**.910 +**time** : uplink interval is in milliseconds, represented by 3 bytes in hexadecimal. 912 912 ))) 913 913 |**Example**|((( 914 -01 **00 001E**913 +01 **00 75 30** 915 915 916 -Sets the uplink interval to **30 seconds**915 +Sets the uplink interval to 30,000 milliseconds (30 seconds) 917 917 918 -Conversion: 30 (dec) = 00 0 01E(hex)917 +Conversion: 30000 (dec) = 00 75 30 (hex) 919 919 920 -See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30]] 921 - 922 -[[image:Screenshot 2024-11-23 at 18.27.11.png]] 919 +See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]] 923 923 ))) 924 924 925 925 ==== 3.4.2.2 Set the Working Mode (AT+MOD) ==== ... ... @@ -970,11 +970,11 @@ 970 970 971 971 ==== 3.4.2.3 Poll an uplink ==== 972 972 973 -Requests an uplink from LT-22222-L. The content of the uplink payload varies based on the device's current working mode.970 +Requests an uplink from LT-22222-L. 974 974 975 975 (% style="color:#037691" %)**AT command** 976 976 977 -There is no AT Command available forthisfeature.974 +There is no AT Command to request an uplink from LT-22222-L 978 978 979 979 (% style="color:#037691" %)**Downlink payload** 980 980 ... ... @@ -982,7 +982,7 @@ 982 982 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix>FF 983 983 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)**prefix** : 0x08 984 984 |(% style="width:101px" %)**Example**|(% style="width:397px" %)((( 985 -08 **FF**982 +08 FF 986 986 987 987 Requests an uplink from LT-22222-L. 988 988 ))) ... ... @@ -1016,7 +1016,7 @@ 1016 1016 |(% style="width:97px" %)**Parameters**|(% style="width:401px" %)((( 1017 1017 **prefix** : 0x0A 06 (two bytes in hexadecimal) 1018 1018 1019 -** enable/disable trigger_mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal.1016 +**working mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal. 1020 1020 ))) 1021 1021 |(% style="width:97px" %)**Example**|(% style="width:401px" %)((( 1022 1022 0A 06 **01** ... ... @@ -1030,7 +1030,7 @@ 1030 1030 1031 1031 (% style="color:#037691" %)**AT Command:** 1032 1032 1033 -There is no AT Command availablefor this feature.1030 +There is no AT Command for this feature. 1034 1034 1035 1035 (% style="color:#037691" %)**Downlink Payload** 1036 1036 ... ... @@ -1170,6 +1170,8 @@ 1170 1170 ))) 1171 1171 |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64** 1172 1172 1170 + 1171 + 1173 1173 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 1174 1174 1175 1175 Sets the current trigger based on the AC port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] ... ... @@ -1351,6 +1351,8 @@ 1351 1351 ))) 1352 1352 ))) 1353 1353 1353 + 1354 + 1354 1354 ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 1355 1355 1356 1356 ... ... @@ -1533,10 +1533,17 @@ 1533 1533 1534 1534 When the voltage exceeds the threshold, counting begins. For details, see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1535 1535 1537 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+VOLMAX ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1538 + 1539 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):** 1540 + 1541 +(% style="color:blue" %)**0xA5 aa bb cc ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc 1542 + 1543 + 1536 1536 (% style="color:#037691" %)**AT Command** 1537 1537 1538 1538 (% border="2" style="width:500px" %) 1539 -|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage> ,<logic>1547 +|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage><logic> 1540 1540 |(% style="width:137px" %)**Response**|(% style="width:361px" %) 1541 1541 |(% style="width:137px" %)**Parameters**|(% style="width:361px" %)((( 1542 1542 **voltage** : voltage threshold in mV ... ... @@ -1543,9 +1543,9 @@ 1543 1543 1544 1544 **logic**: 1545 1545 1546 - **0**: lower than1554 +0 : lower than 1547 1547 1548 - **1**: higher than1556 +1: higher than 1549 1549 1550 1550 if you leave logic parameter blank, it is considered 0 1551 1551 ))) ... ... @@ -1574,9 +1574,9 @@ 1574 1574 1575 1575 **logic**: (1 byte in hexadecimal) 1576 1576 1577 - **0**: lower than1585 +0 : lower than 1578 1578 1579 - **1**: higher than1587 +1: higher than 1580 1580 1581 1581 if you leave logic parameter blank, it is considered 1 (higher than) 1582 1582 ))) ... ... @@ -1598,10 +1598,22 @@ 1598 1598 1599 1599 This command allows users to pre-configure specific count numbers for various counting parameters such as Count1, Count2, or AVI1 Count. Use the AT command to set the desired count number for each configuration. 1600 1600 1609 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) ** 1610 + 1611 +(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count 1612 + 1613 +(% style="color:red" %)**bb cc dd ee: **(%%)The number to be set 1614 + 1615 + 1616 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):** 1617 + 1618 +(% style="color:blue" %)**0x A8 aa bb cc dd ee ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee) 1619 + 1620 + 1601 1601 (% style="color:#037691" %)**AT Command** 1602 1602 1603 1603 (% border="2" style="width:500px" %) 1604 -|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter> ,<number>1624 +|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter><number> 1605 1605 |(% style="width:134px" %)**Response**|(% style="width:364px" %) 1606 1606 |(% style="width:134px" %)**Parameters**|(% style="width:364px" %)((( 1607 1607 **counting_parameter** : ... ... @@ -1647,6 +1647,12 @@ 1647 1647 1648 1648 This command clears the counting in counting mode. 1649 1649 1670 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting 1671 + 1672 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):** 1673 + 1674 +(% style="color:blue" %)**0x A6 01 ** (%%)~/~/ clear all counting 1675 + 1650 1650 (% style="color:#037691" %)**AT Command** 1651 1651 1652 1652 (% border="2" style="width:500px" %) ... ... @@ -1668,6 +1668,20 @@ 1668 1668 1669 1669 This command allows you to configure the device to save its counting result to internal flash memory at specified intervals. By setting a save time, the device will periodically store the counting data to prevent loss in case of power failure. The save interval can be adjusted to suit your requirements, with a minimum value of 30 seconds. 1670 1670 1697 +* (% style="color:#037691" %)**AT Command:** 1698 + 1699 +(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ Sets the save time to 60 seconds. The device will save the counting result in internal flash every 60 seconds. (Min value: 30 seconds) 1700 + 1701 + 1702 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):** 1703 + 1704 +(% style="color:blue" %)**0x A7 aa bb cc ** (%%)~/~/ same as AT+COUTIME =aa bb cc, 1705 + 1706 +((( 1707 +Range: aa bb cc:0 to 16777215, (unit: seconds) 1708 +))) 1709 + 1710 + 1671 1671 (% style="color:#037691" %)**AT Command** 1672 1672 1673 1673 (% border="2" style="width:500px" %) ... ... @@ -1699,8 +1699,18 @@ 1699 1699 1700 1700 This command allows you to reset the saved relay output (RO) and digital output (DO) states when the device joins the network. By configuring this setting, you can control whether the device should retain or reset the relay states after a reset and rejoin to the network. 1701 1701 1702 -(% style="color:#037691" %)**AT Command** 1742 +* (% style="color:#037691" %)**AT Command:** 1703 1703 1744 +(% style="color:blue" %)**AT+RODORESET=1 **(%%)~/~/ RODO will close when the device joining the network. (default) 1745 + 1746 +(% style="color:blue" %)**AT+RODORESET=0 **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state will not change when the device reconnects to the network. 1747 + 1748 + 1749 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):** 1750 + 1751 +(% style="color:blue" %)**0x AD aa ** (%%)~/~/ same as AT+RODORET =aa 1752 + 1753 + 1704 1704 (% border="2" style="width:500px" %) 1705 1705 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+RODORESET=<state> 1706 1706 |(% style="width:127px" %)**Response**|(% style="width:371px" %) ... ... @@ -1721,8 +1721,6 @@ 1721 1721 After the device is reset, the previously saved RODO state (limited to MOD2 to MOD5) is read, and it will not change when the device reconnects to the network. 1722 1722 ))) 1723 1723 1724 -(% style="color:#037691" %)**Downlink Payload** 1725 - 1726 1726 (% border="2" style="width:500px" %) 1727 1727 |(% style="width:127px" %)**Payload**|(% style="width:371px" %)<prefix><state> 1728 1728 |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)((( ... ... @@ -1748,17 +1748,22 @@ 1748 1748 1749 1749 This command allows you to configure whether the device should upload data in an encrypted format or in plaintext. By default, the device encrypts the payload before uploading. You can toggle this setting to either upload encrypted data or transmit it without encryption. 1750 1750 1751 -(% style="color:#037691" %)**AT Command:** 1799 +* (% style="color:#037691" %)**AT Command:** 1752 1752 1801 +(% style="color:blue" %)**AT+DECRYPT=1 ** (%%)~/~/ The payload is uploaded without encryption 1802 + 1803 +(% style="color:blue" %)**AT+DECRYPT=0 **(%%)~/~/ Encrypt when uploading payload (default) 1804 + 1805 + 1753 1753 (% border="2" style="width:500px" %) 1754 1754 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+DECRYPT=<state> 1755 1755 |(% style="width:127px" %)**Response**|(% style="width:371px" %) 1756 1756 |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)((( 1757 - **state**:1810 +state : 1758 1758 1759 - **1**: The payload is uploaded without encryption1812 +1 : The payload is uploaded without encryption 1760 1760 1761 - **0**: The payload is encrypted when uploaded (default)1814 +0 : The payload is encrypted when uploaded (default) 1762 1762 ))) 1763 1763 |(% style="width:127px" %)**Example**|(% style="width:371px" %)((( 1764 1764 AT+DECRYPT=1 ... ... @@ -1777,8 +1777,13 @@ 1777 1777 1778 1778 This command allows you to retrieve and optionally uplink sensor readings through the serial port. 1779 1779 1780 -(% style="color:#037691" %)**AT Command** 1833 +* (% style="color:#037691" %)**AT Command:** 1781 1781 1835 +(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port retrieves the reading of the current sensor. 1836 + 1837 +(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port retrieves the current sensor reading and uploads it. 1838 + 1839 + 1782 1782 (% border="2" style="width:500px" %) 1783 1783 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+GETSENSORVALUE=<state> 1784 1784 |(% style="width:127px" %)**Response**|(% style="width:371px" %) ... ... @@ -1806,8 +1806,13 @@ 1806 1806 1807 1807 This command manages how the node handles mismatched downlink packet counts. It offers two modes: one disables the reception of further downlink packets if discrepancies occur, while the other resets the downlink packet count to align with the server, ensuring continued communication. 1808 1808 1809 -(% style="color:#037691" %)**AT Command** 1867 +* (% style="color:#037691" %)**AT Command:** 1810 1810 1869 +(% style="color:blue" %)**AT+DISFCNTCHECK=0 **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default) 1870 + 1871 +(% style="color:blue" %)**AT+DISFCNTCHECK=1 **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count. 1872 + 1873 + 1811 1811 (% border="2" style="width:500px" %) 1812 1812 |(% style="width:130px" %)**Command**|(% style="width:368px" %)AT+DISFCNTCHECK=<state> 1813 1813 |(% style="width:130px" %)**Response**|(% style="width:368px" %)((( ... ... @@ -1839,6 +1839,17 @@ 1839 1839 1840 1840 This command controls the behavior of the node when the combined size of the MAC commands (MACANS) from the server and the payload exceeds the allowed byte limit for the current data rate (DR). The command provides two modes: one enables splitting the data into batches to ensure compliance with the byte limit, while the other prioritizes the payload and ignores the MACANS in cases of overflow. 1841 1841 1905 +* (% style="color:#037691" %)**AT Command:** 1906 + 1907 +(% style="color:blue" %)**AT+DISMACANS=0** (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default) 1908 + 1909 +(% style="color:blue" %)**AT+DISMACANS=1** (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part. 1910 + 1911 + 1912 +* (% style="color:#037691" %)**Downlink Payload **(%%)**:** 1913 + 1914 +(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set the DISMACANS=1 1915 + 1842 1842 (% style="color:#037691" %)**AT Command** 1843 1843 1844 1844 (% border="2" style="width:500px" %) ... ... @@ -1952,7 +1952,7 @@ 1952 1952 The username and password (API key) you created here are required in the next section. 1953 1953 {{/info}} 1954 1954 1955 -[[image:tts-mqtt-integration.png]] 2029 +[[image:tts-mqtt-integration.png||height="625" width="1000"]] 1956 1956 1957 1957 === 3.5.2 Configuring ThingsEye.io === 1958 1958 ... ... @@ -1962,7 +1962,7 @@ 1962 1962 * Under the **Integrations center**, click **Integrations**. 1963 1963 * Click the **Add integration** button (the button with the **+** symbol). 1964 1964 1965 -[[image:thingseye-io-step-1.png]] 2039 +[[image:thingseye-io-step-1.png||height="625" width="1000"]] 1966 1966 1967 1967 1968 1968 On the **Add integration** window, configure the following: ... ... @@ -1977,7 +1977,7 @@ 1977 1977 ** Allow create devices or assets 1978 1978 * Click the **Next** button. you will be navigated to the **Uplink data converter** tab. 1979 1979 1980 -[[image:thingseye-io-step-2.png]] 2054 +[[image:thingseye-io-step-2.png||height="625" width="1000"]] 1981 1981 1982 1982 1983 1983 **Uplink data converter:** ... ... @@ -1988,7 +1988,7 @@ 1988 1988 * Paste the uplink decoder function into the text area (first, delete the default code). The demo uplink decoder function can be found [[here>>https://raw.githubusercontent.com/ThingsEye-io/te-platform/refs/heads/main/Data%20Converters/The_Things_Network_MQTT_Uplink_Converter.js]]. 1989 1989 * Click the **Next** button. You will be navigated to the **Downlink data converter **tab. 1990 1990 1991 -[[image:thingseye-io-step-3.png]] 2065 +[[image:thingseye-io-step-3.png||height="625" width="1000"]] 1992 1992 1993 1993 1994 1994 **Downlink data converter (this is an optional step):** ... ... @@ -1999,7 +1999,7 @@ 1999 1999 * Paste the downlink decoder function into the text area (first, delete the default code). The demo downlink decoder function can be found [[here>>https://raw.githubusercontent.com/ThingsEye-io/te-platform/refs/heads/main/Data%20Converters/The_Things_Network_MQTT_Downlink_Converter.js]]. 2000 2000 * Click the **Next** button. You will be navigated to the **Connection** tab. 2001 2001 2002 -[[image:thingseye-io-step-4.png]] 2076 +[[image:thingseye-io-step-4.png||height="625" width="1000"]] 2003 2003 2004 2004 2005 2005 **Connection:** ... ... @@ -2014,13 +2014,13 @@ 2014 2014 2015 2015 * Click the **Add** button. 2016 2016 2017 -[[image:thingseye-io-step-5.png]] 2091 +[[image:thingseye-io-step-5.png||height="625" width="1000"]] 2018 2018 2019 2019 2020 2020 Your integration has been added to the** Integrations** list and will be displayed on the **Integrations** page. Check whether the status is shown as **Active**. If not, review your configuration settings and correct any errors. 2021 2021 2022 2022 2023 -[[image:thingseye.io_integrationsCenter_integrations.png]] 2097 +[[image:thingseye.io_integrationsCenter_integrations.png||height="686" width="1000"]] 2024 2024 2025 2025 2026 2026 ==== 3.5.2.1 Viewing integration details ==== ... ... @@ -2027,7 +2027,7 @@ 2027 2027 2028 2028 Click on your integration from the list. The **Integration details** window will appear with the **Details **tab selected. The **Details **tab shows all the settings you have provided for this integration. 2029 2029 2030 -[[image:integration-details.png]] 2104 +[[image:integration-details.png||height="686" width="1000"]] 2031 2031 2032 2032 2033 2033 If you want to edit the settings you have provided, click on the **Toggle edit mode** button. Once you have done click on the **Apply changes **button. ... ... @@ -2043,12 +2043,12 @@ 2043 2043 * Select **Debug **from the **Event type** dropdown. 2044 2044 * Select the** time frame** from the **time window**. 2045 2045 2046 -[[image:thingseye-events.png]] 2120 +[[image:thingseye-events.png||height="686" width="1000"]] 2047 2047 2048 2048 2049 2049 * To view the **JSON payload** of a message, click on the **three dots (...)** in the Message column of the desired message. 2050 2050 2051 -[[image:thingseye-json.png]] 2125 +[[image:thingseye-json.png||width="1000"]] 2052 2052 2053 2053 2054 2054 ==== **3.5.2.3 Deleting an integration** ==== ... ... @@ -2066,7 +2066,7 @@ 2066 2066 === 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active) === 2067 2067 2068 2068 2069 -Supports **NPN-type**sensors.2143 +Supports NPN-type sensors. 2070 2070 2071 2071 [[image:1653356991268-289.png]] 2072 2072 ... ... @@ -2188,15 +2188,15 @@ 2188 2188 ))) 2189 2189 2190 2190 2191 -(% style="color:blue" %)**Example aDry Contact sensor2265 +(% style="color:blue" %)**Example4**(%%): Connecting to Dry Contact sensor 2192 2192 2193 -From the DI port circuit above, activating the photocoupler requires a voltage difference between the DI+ and DI- ports. However, the Dry Contact sensor is a passive component and cannot provide this voltage difference on its own.2267 +From the DI port circuit above, you can see that activating the photocoupler requires a voltage difference between the DI+ and DI- ports. However, the Dry Contact sensor is a passive component and cannot provide this voltage difference. 2194 2194 2195 -To detect a Dry Contact, you can supply a power source to one of thepinsof the Dry Contact.Areference circuit diagramis shown below.2269 +To detect a Dry Contact, you can supply a power source to one pin of the Dry Contact. Below is a reference circuit diagram. 2196 2196 2197 2197 [[image:image-20230616235145-1.png]] 2198 2198 2199 -(% style="color:blue" %)**Example 2273 +(% style="color:blue" %)**Example5**(%%): Connecting to an Open Collector 2200 2200 2201 2201 [[image:image-20240219115718-1.png]] 2202 2202 ... ... @@ -2272,7 +2272,7 @@ 2272 2272 [[image:image-20220524100215-10.png||height="382" width="723"]] 2273 2273 2274 2274 2275 -== 3.7 LED Indicators == 2349 +== 3.7 LEDs Indicators == 2276 2276 2277 2277 The table below lists the behavior of LED indicators for each port function. 2278 2278 ... ... @@ -2311,14 +2311,13 @@ 2311 2311 == 4.1 Connecting the LT-22222-L to a PC == 2312 2312 2313 2313 ((( 2314 -You can use a USB-to-TTL adapter /converteralong with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below.2388 +You can use a USB-to-TTL adapter along with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below. 2315 2315 2316 -[[image:usb-ttl-audio-jack-connection.jpg]] 2317 - 2318 - 2390 +[[image:usb-ttl-programming.png]] 2319 2319 ))) 2320 2320 2321 2321 2394 + 2322 2322 ((( 2323 2323 On the PC, you need to set the (% style="color:#4f81bd" %)**serial tool **(%%)(such as [[PuTTY>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]] or [[SecureCRT>>https://www.vandyke.com/cgi-bin/releases.php?product=securecrt]]) to a baud rate of (% style="color:green" %)**9600**(%%) to access the serial console of LT-22222-L. Access to AT commands is disabled by default, and a password (default: (% style="color:green" %)**123456**)(%%) must be entered to enable AT command access, as shown below: 2324 2324 ))) ... ... @@ -2348,39 +2348,39 @@ 2348 2348 * **##AT+APPSKEY##**: Get or set the Application Session Key (AppSKey) 2349 2349 * **##AT+APPEUI##**: Get or set the Application EUI (AppEUI) 2350 2350 * **##AT+ADR##**: Get or set the Adaptive Data Rate setting. (0: OFF, 1: ON) 2351 -* ##**AT+TXP**##: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification)2352 -* **##AT+DR##**: Get or set the Data Rate. (0-7 corresponding to DR_X)2353 -* **##AT+DCS##**: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing2354 -* ##**AT+PNM**##: Get or set the public network mode. (0: off, 1: on)2355 -* ##**AT+RX2FQ**##: Get or set the Rx2 window frequency2356 -* ##**AT+RX2DR**##: Get or set the Rx2 window data rate (0-7 corresponding to DR_X)2357 -* ##**AT+RX1DL**##: Get or set the delay between the end of the Tx and the Rx Window 1 in ms2358 -* ##**AT+RX2DL**##: Get or set the delay between the end of the Tx and the Rx Window 2 in ms2359 -* ##**AT+JN1DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms2360 -* ##**AT+JN2DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms2361 -* ##**AT+NJM**##: Get or set the Network Join Mode. (0: ABP, 1: OTAA)2362 -* ##**AT+NWKID**##: Get or set the Network ID2363 -* ##**AT+FCU**##: Get or set the Frame Counter Uplink (FCntUp)2364 -* ##**AT+FCD**##: Get or set the Frame Counter Downlink (FCntDown)2365 -* ##**AT+CLASS**##: Get or set the Device Class2366 -* ##**AT+JOIN**##: Join network2367 -* ##**AT+NJS**##: Get OTAA Join Status2368 -* ##**AT+SENDB**##: Send hexadecimal data along with the application port2369 -* ##**AT+SEND**##: Send text data along with the application port2370 -* ##**AT+RECVB**##: Print last received data in binary format (with hexadecimal values)2371 -* ##**AT+RECV**##: Print last received data in raw format2372 -* ##**AT+VER**##: Get current image version and Frequency Band2373 -* ##**AT+CFM**##: Get or Set the confirmation mode (0-1)2374 -* ##**AT+CFS**##: Get confirmation status of the last AT+SEND (0-1)2375 -* ##**AT+SNR**##: Get the SNR of the last received packet2376 -* ##**AT+RSSI**##: Get the RSSI of the last received packet2377 -* ##**AT+TDC**##: Get or set the application data transmission interval in ms2378 -* ##**AT+PORT**##: Get or set the application port2379 -* ##**AT+DISAT**##: Disable AT commands2380 -* ##**AT+PWORD**##: Set password, max 9 digits2381 -* ##**AT+CHS**##: Get or set the Frequency (Unit: Hz) for Single Channel Mode2382 -* ##**AT+CHE**##: Get or set eight channels mode, Only for US915, AU915, CN4702383 -* ##**AT+CFG**##: Print all settings2424 +* AT+TXP: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification) 2425 +* AT+DR: Get or set the Data Rate. (0-7 corresponding to DR_X) 2426 +* AT+DCS: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing 2427 +* AT+PNM: Get or set the public network mode. (0: off, 1: on) 2428 +* AT+RX2FQ: Get or set the Rx2 window frequency 2429 +* AT+RX2DR: Get or set the Rx2 window data rate (0-7 corresponding to DR_X) 2430 +* AT+RX1DL: Get or set the delay between the end of the Tx and the Rx Window 1 in ms 2431 +* AT+RX2DL: Get or set the delay between the end of the Tx and the Rx Window 2 in ms 2432 +* AT+JN1DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms 2433 +* AT+JN2DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms 2434 +* AT+NJM: Get or set the Network Join Mode. (0: ABP, 1: OTAA) 2435 +* AT+NWKID: Get or set the Network ID 2436 +* AT+FCU: Get or set the Frame Counter Uplink (FCntUp) 2437 +* AT+FCD: Get or set the Frame Counter Downlink (FCntDown) 2438 +* AT+CLASS: Get or set the Device Class 2439 +* AT+JOIN: Join network 2440 +* AT+NJS: Get OTAA Join Status 2441 +* AT+SENDB: Send hexadecimal data along with the application port 2442 +* AT+SEND: Send text data along with the application port 2443 +* AT+RECVB: Print last received data in binary format (with hexadecimal values) 2444 +* AT+RECV: Print last received data in raw format 2445 +* AT+VER: Get current image version and Frequency Band 2446 +* AT+CFM: Get or Set the confirmation mode (0-1) 2447 +* AT+CFS: Get confirmation status of the last AT+SEND (0-1) 2448 +* AT+SNR: Get the SNR of the last received packet 2449 +* AT+RSSI: Get the RSSI of the last received packet 2450 +* AT+TDC: Get or set the application data transmission interval in ms 2451 +* AT+PORT: Get or set the application port 2452 +* AT+DISAT: Disable AT commands 2453 +* AT+PWORD: Set password, max 9 digits 2454 +* AT+CHS: Get or set the Frequency (Unit: Hz) for Single Channel Mode 2455 +* AT+CHE: Get or set eight channels mode, Only for US915, AU915, CN470 2456 +* AT+CFG: Print all settings 2384 2384 ))) 2385 2385 2386 2386 ... ... @@ -2545,7 +2545,7 @@ 2545 2545 You will need the following things before proceeding: 2546 2546 2547 2547 * 3.5mm programming cable (included with the LT-22222-L as an additional accessory) 2548 -* USB to TTL adapter /converter2621 +* USB to TTL adapter 2549 2549 * Download and install the [[STM32 Flash loader>>url:https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/flasher-stm32.html]]. (replaced by STM32CubeProgrammer) 2550 2550 * Download the latest firmware image from [[LT-22222-L firmware image files>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AACrbrDN0AqLHbBat0ViWx5Da/LT-22222-L/Firmware?dl=0&subfolder_nav_tracking=1]]. Check the file name of the firmware to find the correct region. 2551 2551 ... ... @@ -2555,7 +2555,7 @@ 2555 2555 2556 2556 Below is the hardware setup for uploading a firmware image to the LT-22222-L: 2557 2557 2558 -[[image:usb-ttl- audio-jack-connection.jpg]]2631 +[[image:usb-ttl-programming.png]] 2559 2559 2560 2560 2561 2561
- Screenshot 2024-11-23 at 18.27.11.png
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 -1 43.4 KB1 +134.9 KB - Content
- lt-22222-l-joining.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.pradeeka - Size
-
... ... @@ -1,1 +1,0 @@ 1 -274.1 KB - Content
- usb-ttl-audio-jack-connection.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.pradeeka - Size
-
... ... @@ -1,1 +1,0 @@ 1 -394.4 KB - Content