Last modified by Mengting Qiu on 2025/06/04 18:42

From version 209.1
edited by Dilisi S
on 2024/11/22 19:34
Change comment: Nov 22 - edits part 1
To version 220.1
edited by Dilisi S
on 2024/11/25 01:59
Change comment: Uploaded new attachment "lt-22222-l-joining.png", version {1}

Summary

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||height="625" width="1000"]]
240 +[[image:lt-22222-l-dev-repo-reg-p1.png]]
241 241  
242 242  
243 243  * Register end device page continued...
... ... @@ -247,9 +247,8 @@
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||height="625" width="1000"]]
250 +[[image:lt-22222-l-dev-repo-reg-p2.png]]
251 251  
252 -==== ====
253 253  
254 254  ==== 3.2.2.3 Adding device manually ====
255 255  
... ... @@ -262,7 +262,7 @@
262 262  ** Select the option **Over the air activation (OTAA)** under the **Activation mode.**
263 263  ** Select **Class C (Continuous)** from the **Additional LoRaWAN class capabilities** dropdown list.
264 264  
265 -[[image:lt-22222-l-manually-p1.png||height="625" width="1000"]]
264 +[[image:lt-22222-l-manually-p1.png]]
266 266  
267 267  
268 268  * Register end device page continued...
... ... @@ -273,13 +273,13 @@
273 273  ** Under **After registration**, select the **View registered end device** option.
274 274  ** Click the **Register end device** button.
275 275  
276 -[[image:lt-22222-l-manually-p2.png||height="625" width="1000"]]
275 +[[image:lt-22222-l-manually-p2.png]]
277 277  
278 278  
279 279  You will be navigated to the **Device overview** page.
280 280  
281 281  
282 -[[image:lt-22222-device-overview.png||height="625" width="1000"]]
281 +[[image:lt-22222-device-overview.png]]
283 283  
284 284  
285 285  ==== 3.2.2.4 Joining ====
... ... @@ -289,9 +289,10 @@
289 289  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.
290 290  
291 291  
292 -[[image:lt-22222-join-network.png||height="625" width="1000"]]
291 +[[image:lt-22222-l-joining.png]]
293 293  
294 294  
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||height="686" width="1000"]]
311 +[[image:lt-22222-ul-payload-fmt.png]]
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 Interval ====
886 +==== 3.4.2.1 Set Transmit/Uplink 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
895 +|**Parameters**|**time** : uplink interval is in **milliseconds**
896 896  |**Example**|(((
897 897  AT+TDC=30000
898 898  
899 -Sets the uplink interval to 30,000 milliseconds (30 seconds)
899 +Sets the uplink interval to **30 seconds** (30000 milliseconds)
900 900  )))
901 901  
902 902  (% style="color:#037691" %)**Downlink payload**
... ... @@ -908,16 +908,18 @@
908 908  |**Parameters**|(((
909 909  **prefix** : 0x01
910 910  
911 -**time** : uplink interval is in milliseconds, represented by 3  bytes in hexadecimal.
911 +**time** : uplink interval is in **seconds**, represented by **3  bytes** in **hexadecimal**.
912 912  )))
913 913  |**Example**|(((
914 -01 **00 75 30**
914 +01 **00 00 1E**
915 915  
916 -Sets the uplink interval to 30,000 milliseconds (30 seconds)
916 +Sets the uplink interval to **30 seconds**
917 917  
918 -Conversion: 30000 (dec) = 00 75 30 (hex)
918 +Conversion: 30 (dec) = 00 00 1E (hex)
919 919  
920 -See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]]
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]]
921 921  )))
922 922  
923 923  ==== 3.4.2.2 Set the Working Mode (AT+MOD) ====
... ... @@ -968,11 +968,11 @@
968 968  
969 969  ==== 3.4.2.3 Poll an uplink ====
970 970  
971 -Requests an uplink from LT-22222-L.
973 +Requests an uplink from LT-22222-L. The content of the uplink payload varies based on the device's current working mode.
972 972  
973 973  (% style="color:#037691" %)**AT command**
974 974  
975 -There is no AT Command to request an uplink from LT-22222-L
977 +There is no AT Command available for this feature.
976 976  
977 977  (% style="color:#037691" %)**Downlink payload**
978 978  
... ... @@ -980,7 +980,7 @@
980 980  |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix>FF
981 981  |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)**prefix** : 0x08
982 982  |(% style="width:101px" %)**Example**|(% style="width:397px" %)(((
983 -08 FF
985 +08 **FF**
984 984  
985 985  Requests an uplink from LT-22222-L.
986 986  )))
... ... @@ -1014,7 +1014,7 @@
1014 1014  |(% style="width:97px" %)**Parameters**|(% style="width:401px" %)(((
1015 1015  **prefix** : 0x0A 06 (two bytes in hexadecimal)
1016 1016  
1017 -**working mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal.
1019 +**enable/disable trigger_mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal.
1018 1018  )))
1019 1019  |(% style="width:97px" %)**Example**|(% style="width:401px" %)(((
1020 1020  0A 06 **01**
... ... @@ -1028,7 +1028,7 @@
1028 1028  
1029 1029  (% style="color:#037691" %)**AT Command:**
1030 1030  
1031 -There is no AT Command for this feature.
1033 +There is no AT Command available for this feature.
1032 1032  
1033 1033  (% style="color:#037691" %)**Downlink Payload**
1034 1034  
... ... @@ -1168,8 +1168,6 @@
1168 1168  )))
1169 1169  |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64**
1170 1170  
1171 -==== ====
1172 -
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,8 +1351,6 @@
1351 1351  )))
1352 1352  )))
1353 1353  
1354 -==== ====
1355 -
1356 1356  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1357 1357  
1358 1358  
... ... @@ -1535,17 +1535,10 @@
1535 1535  
1536 1536  When the voltage exceeds the threshold, counting begins. For details, see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1537 1537  
1538 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1539 -
1540 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1541 -
1542 -(% style="color:blue" %)**0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1543 -
1544 -
1545 1545  (% style="color:#037691" %)**AT Command**
1546 1546  
1547 1547  (% border="2" style="width:500px" %)
1548 -|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage><logic>
1539 +|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage>,<logic>
1549 1549  |(% style="width:137px" %)**Response**|(% style="width:361px" %)
1550 1550  |(% style="width:137px" %)**Parameters**|(% style="width:361px" %)(((
1551 1551  **voltage** : voltage threshold in mV
... ... @@ -1552,9 +1552,9 @@
1552 1552  
1553 1553  **logic**:
1554 1554  
1555 -0 : lower than
1546 +**0** : lower than
1556 1556  
1557 -1: higher than
1548 +**1**: higher than
1558 1558  
1559 1559  if you leave logic parameter blank, it is considered 0
1560 1560  )))
... ... @@ -1583,9 +1583,9 @@
1583 1583  
1584 1584  **logic**: (1 byte in hexadecimal)
1585 1585  
1586 -0 : lower than
1577 +**0** : lower than
1587 1587  
1588 -1: higher than
1579 +**1**: higher than
1589 1589  
1590 1590  if you leave logic parameter blank, it is considered 1 (higher than)
1591 1591  )))
... ... @@ -1607,22 +1607,10 @@
1607 1607  
1608 1608  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.
1609 1609  
1610 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) **
1611 -
1612 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1613 -
1614 -(% style="color:red" %)**bb cc dd ee: **(%%)The number to be set
1615 -
1616 -
1617 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1618 -
1619 -(% style="color:blue" %)**0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1620 -
1621 -
1622 1622  (% style="color:#037691" %)**AT Command**
1623 1623  
1624 1624  (% border="2" style="width:500px" %)
1625 -|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter><number>
1604 +|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter>,<number>
1626 1626  |(% style="width:134px" %)**Response**|(% style="width:364px" %)
1627 1627  |(% style="width:134px" %)**Parameters**|(% style="width:364px" %)(((
1628 1628  **counting_parameter** :
... ... @@ -1668,12 +1668,6 @@
1668 1668  
1669 1669  This command clears the counting in counting mode.
1670 1670  
1671 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+CLRCOUNT         **(%%) ~/~/ clear all counting
1672 -
1673 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1674 -
1675 -(% style="color:blue" %)**0x A6 01    ** (%%)~/~/ clear all counting
1676 -
1677 1677  (% style="color:#037691" %)**AT Command**
1678 1678  
1679 1679  (% border="2" style="width:500px" %)
... ... @@ -1695,20 +1695,6 @@
1695 1695  
1696 1696  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.
1697 1697  
1698 -* (% style="color:#037691" %)**AT Command:**
1699 -
1700 -(% 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)
1701 -
1702 -
1703 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1704 -
1705 -(% style="color:blue" %)**0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1706 -
1707 -(((
1708 -Range: aa bb cc:0 to 16777215,  (unit: seconds)
1709 -)))
1710 -
1711 -
1712 1712  (% style="color:#037691" %)**AT Command**
1713 1713  
1714 1714  (% border="2" style="width:500px" %)
... ... @@ -1740,18 +1740,8 @@
1740 1740  
1741 1741  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.
1742 1742  
1743 -* (% style="color:#037691" %)**AT Command:**
1702 +(% style="color:#037691" %)**AT Command**
1744 1744  
1745 -(% style="color:blue" %)**AT+RODORESET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1746 -
1747 -(% 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.
1748 -
1749 -
1750 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1751 -
1752 -(% style="color:blue" %)**0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1753 -
1754 -
1755 1755  (% border="2" style="width:500px" %)
1756 1756  |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+RODORESET=<state>
1757 1757  |(% style="width:127px" %)**Response**|(% style="width:371px" %)
... ... @@ -1772,6 +1772,8 @@
1772 1772  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.
1773 1773  )))
1774 1774  
1724 +(% style="color:#037691" %)**Downlink Payload**
1725 +
1775 1775  (% border="2" style="width:500px" %)
1776 1776  |(% style="width:127px" %)**Payload**|(% style="width:371px" %)<prefix><state>
1777 1777  |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)(((
... ... @@ -1797,22 +1797,17 @@
1797 1797  
1798 1798  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.
1799 1799  
1800 -* (% style="color:#037691" %)**AT Command:**
1751 +(% style="color:#037691" %)**AT Command:**
1801 1801  
1802 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1803 -
1804 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1805 -
1806 -
1807 1807  (% border="2" style="width:500px" %)
1808 1808  |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+DECRYPT=<state>
1809 1809  |(% style="width:127px" %)**Response**|(% style="width:371px" %)
1810 1810  |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)(((
1811 -state :
1757 +**state** :
1812 1812  
1813 -1 : The payload is uploaded without encryption
1759 +**1** : The payload is uploaded without encryption
1814 1814  
1815 -0 : The payload is encrypted when uploaded (default)
1761 +**0** : The payload is encrypted when uploaded (default)
1816 1816  )))
1817 1817  |(% style="width:127px" %)**Example**|(% style="width:371px" %)(((
1818 1818  AT+DECRYPT=1
... ... @@ -1831,13 +1831,8 @@
1831 1831  
1832 1832  This command allows you to retrieve and optionally uplink sensor readings through the serial port.
1833 1833  
1834 -* (% style="color:#037691" %)**AT Command:**
1780 +(% style="color:#037691" %)**AT Command**
1835 1835  
1836 -(% style="color:blue" %)**AT+GETSENSORVALUE=0    **(%%)~/~/ The serial port retrieves the reading of the current sensor.
1837 -
1838 -(% style="color:blue" %)**AT+GETSENSORVALUE=1    **(%%)~/~/ The serial port retrieves the current sensor reading and uploads it.
1839 -
1840 -
1841 1841  (% border="2" style="width:500px" %)
1842 1842  |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+GETSENSORVALUE=<state>
1843 1843  |(% style="width:127px" %)**Response**|(% style="width:371px" %)
... ... @@ -1865,13 +1865,8 @@
1865 1865  
1866 1866  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.
1867 1867  
1868 -* (% style="color:#037691" %)**AT Command:**
1809 +(% style="color:#037691" %)**AT Command**
1869 1869  
1870 -(% 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)
1871 -
1872 -(% 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.
1873 -
1874 -
1875 1875  (% border="2" style="width:500px" %)
1876 1876  |(% style="width:130px" %)**Command**|(% style="width:368px" %)AT+DISFCNTCHECK=<state>
1877 1877  |(% style="width:130px" %)**Response**|(% style="width:368px" %)(((
... ... @@ -1903,17 +1903,6 @@
1903 1903  
1904 1904  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.
1905 1905  
1906 -* (% style="color:#037691" %)**AT Command:**
1907 -
1908 -(% 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)
1909 -
1910 -(% 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.
1911 -
1912 -
1913 -* (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1914 -
1915 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1916 -
1917 1917  (% style="color:#037691" %)**AT Command**
1918 1918  
1919 1919  (% border="2" style="width:500px" %)
... ... @@ -2027,7 +2027,7 @@
2027 2027  The username and  password (API key) you created here are required in the next section.
2028 2028  {{/info}}
2029 2029  
2030 -[[image:tts-mqtt-integration.png||height="625" width="1000"]]
1955 +[[image:tts-mqtt-integration.png]]
2031 2031  
2032 2032  === 3.5.2 Configuring ThingsEye.io ===
2033 2033  
... ... @@ -2037,7 +2037,7 @@
2037 2037  * Under the **Integrations center**, click **Integrations**.
2038 2038  * Click the **Add integration** button (the button with the **+** symbol).
2039 2039  
2040 -[[image:thingseye-io-step-1.png||height="625" width="1000"]]
1965 +[[image:thingseye-io-step-1.png]]
2041 2041  
2042 2042  
2043 2043  On the **Add integration** window, configure the following:
... ... @@ -2052,7 +2052,7 @@
2052 2052  ** Allow create devices or assets
2053 2053  * Click the **Next** button. you will be navigated to the **Uplink data converter** tab.
2054 2054  
2055 -[[image:thingseye-io-step-2.png||height="625" width="1000"]]
1980 +[[image:thingseye-io-step-2.png]]
2056 2056  
2057 2057  
2058 2058  **Uplink data converter:**
... ... @@ -2063,7 +2063,7 @@
2063 2063  * 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]].
2064 2064  * Click the **Next** button. You will be navigated to the **Downlink data converter **tab.
2065 2065  
2066 -[[image:thingseye-io-step-3.png||height="625" width="1000"]]
1991 +[[image:thingseye-io-step-3.png]]
2067 2067  
2068 2068  
2069 2069  **Downlink data converter (this is an optional step):**
... ... @@ -2074,7 +2074,7 @@
2074 2074  * 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]].
2075 2075  * Click the **Next** button. You will be navigated to the **Connection** tab.
2076 2076  
2077 -[[image:thingseye-io-step-4.png||height="625" width="1000"]]
2002 +[[image:thingseye-io-step-4.png]]
2078 2078  
2079 2079  
2080 2080  **Connection:**
... ... @@ -2089,13 +2089,13 @@
2089 2089  
2090 2090  * Click the **Add** button.
2091 2091  
2092 -[[image:thingseye-io-step-5.png||height="625" width="1000"]]
2017 +[[image:thingseye-io-step-5.png]]
2093 2093  
2094 2094  
2095 2095  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.
2096 2096  
2097 2097  
2098 -[[image:thingseye.io_integrationsCenter_integrations.png||height="686" width="1000"]]
2023 +[[image:thingseye.io_integrationsCenter_integrations.png]]
2099 2099  
2100 2100  
2101 2101  ==== 3.5.2.1 Viewing integration details ====
... ... @@ -2102,7 +2102,7 @@
2102 2102  
2103 2103  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.
2104 2104  
2105 -[[image:integration-details.png||height="686" width="1000"]]
2030 +[[image:integration-details.png]]
2106 2106  
2107 2107  
2108 2108  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.
... ... @@ -2118,12 +2118,12 @@
2118 2118  * Select **Debug **from the **Event type** dropdown.
2119 2119  * Select the** time frame** from the **time window**.
2120 2120  
2121 -[[image:thingseye-events.png||height="686" width="1000"]]
2046 +[[image:thingseye-events.png]]
2122 2122  
2123 2123  
2124 2124  * To view the **JSON payload** of a message, click on the **three dots (...)** in the Message column of the desired message.
2125 2125  
2126 -[[image:thingseye-json.png||width="1000"]]
2051 +[[image:thingseye-json.png]]
2127 2127  
2128 2128  
2129 2129  ==== **3.5.2.3 Deleting an integration** ====
... ... @@ -2141,7 +2141,7 @@
2141 2141  === 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active) ===
2142 2142  
2143 2143  
2144 -Supports NPN-type sensors.
2069 +Supports** NPN-type **sensors.
2145 2145  
2146 2146  [[image:1653356991268-289.png]]
2147 2147  
... ... @@ -2263,15 +2263,15 @@
2263 2263  )))
2264 2264  
2265 2265  
2266 -(% style="color:blue" %)**Example4**(%%): Connecting to Dry Contact sensor
2191 +(% style="color:blue" %)**Example 4**(%%): Connecting to a Dry Contact sensor
2267 2267  
2268 -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.
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.
2269 2269  
2270 -To detect a Dry Contact, you can supply a power source to one pin of the Dry Contact. Below is a reference circuit diagram.
2195 +To detect a Dry Contact, you can supply a power source to one of the pins of the Dry Contact. A reference circuit diagram is shown below.
2271 2271  
2272 2272  [[image:image-20230616235145-1.png]]
2273 2273  
2274 -(% style="color:blue" %)**Example5**(%%): Connecting to an Open Collector
2199 +(% style="color:blue" %)**Example 5**(%%): Connecting to an Open Collector
2275 2275  
2276 2276  [[image:image-20240219115718-1.png]]
2277 2277  
... ... @@ -2347,7 +2347,7 @@
2347 2347  [[image:image-20220524100215-10.png||height="382" width="723"]]
2348 2348  
2349 2349  
2350 -== 3.7 LEDs Indicators ==
2275 +== 3.7 LED Indicators ==
2351 2351  
2352 2352  The table below lists the behavior of LED indicators for each port function.
2353 2353  
... ... @@ -2386,13 +2386,14 @@
2386 2386  == 4.1 Connecting the LT-22222-L to a PC ==
2387 2387  
2388 2388  (((
2389 -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.
2314 +You can use a USB-to-TTL adapter/converter along with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below.
2390 2390  
2391 -[[image:usb-ttl-programming.png]]
2316 +[[image:usb-ttl-audio-jack-connection.jpg]]
2317 +
2318 +
2392 2392  )))
2393 2393  
2394 2394  
2395 -
2396 2396  (((
2397 2397  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:
2398 2398  )))
... ... @@ -2422,39 +2422,39 @@
2422 2422  * **##AT+APPSKEY##**: Get or set the Application Session Key (AppSKey)
2423 2423  * **##AT+APPEUI##**: Get or set the Application EUI (AppEUI)
2424 2424  * **##AT+ADR##**: Get or set the Adaptive Data Rate setting. (0: OFF, 1: ON)
2425 -* AT+TXP: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification)
2426 -* AT+DR:  Get or set the Data Rate. (0-7 corresponding to DR_X)  
2427 -* AT+DCS: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing
2428 -* AT+PNM: Get or set the public network mode. (0: off, 1: on)
2429 -* AT+RX2FQ: Get or set the Rx2 window frequency
2430 -* AT+RX2DR: Get or set the Rx2 window data rate (0-7 corresponding to DR_X)
2431 -* AT+RX1DL: Get or set the delay between the end of the Tx and the Rx Window 1 in ms
2432 -* AT+RX2DL: Get or set the delay between the end of the Tx and the Rx Window 2 in ms
2433 -* AT+JN1DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
2434 -* AT+JN2DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
2435 -* AT+NJM: Get or set the Network Join Mode. (0: ABP, 1: OTAA)
2436 -* AT+NWKID: Get or set the Network ID
2437 -* AT+FCU: Get or set the Frame Counter Uplink (FCntUp)
2438 -* AT+FCD: Get or set the Frame Counter Downlink (FCntDown)
2439 -* AT+CLASS: Get or set the Device Class
2440 -* AT+JOIN: Join network
2441 -* AT+NJS: Get OTAA Join Status
2442 -* AT+SENDB: Send hexadecimal data along with the application port
2443 -* AT+SEND: Send text data along with the application port
2444 -* AT+RECVB: Print last received data in binary format (with hexadecimal values)
2445 -* AT+RECV: Print last received data in raw format
2446 -* AT+VER: Get current image version and Frequency Band
2447 -* AT+CFM: Get or Set the confirmation mode (0-1)
2448 -* AT+CFS: Get confirmation status of the last AT+SEND (0-1)
2449 -* AT+SNR: Get the SNR of the last received packet
2450 -* AT+RSSI: Get the RSSI of the last received packet
2451 -* AT+TDC: Get or set the application data transmission interval in ms
2452 -* AT+PORT: Get or set the application port
2453 -* AT+DISAT: Disable AT commands
2454 -* AT+PWORD: Set password, max 9 digits
2455 -* AT+CHS: Get or set the Frequency (Unit: Hz) for Single Channel Mode
2456 -* AT+CHE: Get or set eight channels mode, Only for US915, AU915, CN470
2457 -* AT+CFG: Print all settings
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 testing
2354 +* ##**AT+PNM**##: Get or set the public network mode. (0: off, 1: on)
2355 +* ##**AT+RX2FQ**##: Get or set the Rx2 window frequency
2356 +* ##**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 ms
2358 +* ##**AT+RX2DL**##: Get or set the delay between the end of the Tx and the Rx Window 2 in ms
2359 +* ##**AT+JN1DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
2360 +* ##**AT+JN2DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
2361 +* ##**AT+NJM**##: Get or set the Network Join Mode. (0: ABP, 1: OTAA)
2362 +* ##**AT+NWKID**##: Get or set the Network ID
2363 +* ##**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 Class
2366 +* ##**AT+JOIN**##: Join network
2367 +* ##**AT+NJS**##: Get OTAA Join Status
2368 +* ##**AT+SENDB**##: Send hexadecimal data along with the application port
2369 +* ##**AT+SEND**##: Send text data along with the application port
2370 +* ##**AT+RECVB**##: Print last received data in binary format (with hexadecimal values)
2371 +* ##**AT+RECV**##: Print last received data in raw format
2372 +* ##**AT+VER**##: Get current image version and Frequency Band
2373 +* ##**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 packet
2376 +* ##**AT+RSSI**##: Get the RSSI of the last received packet
2377 +* ##**AT+TDC**##: Get or set the application data transmission interval in ms
2378 +* ##**AT+PORT**##: Get or set the application port
2379 +* ##**AT+DISAT**##: Disable AT commands
2380 +* ##**AT+PWORD**##: Set password, max 9 digits
2381 +* ##**AT+CHS**##: Get or set the Frequency (Unit: Hz) for Single Channel Mode
2382 +* ##**AT+CHE**##: Get or set eight channels mode, Only for US915, AU915, CN470
2383 +* ##**AT+CFG**##: Print all settings
2458 2458  )))
2459 2459  
2460 2460  
... ... @@ -2619,7 +2619,7 @@
2619 2619  You will need the following things before proceeding:
2620 2620  
2621 2621  * 3.5mm programming cable (included with the LT-22222-L as an additional accessory)
2622 -* USB to TTL adapter
2548 +* USB to TTL adapter/converter
2623 2623  * 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)
2624 2624  * 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.
2625 2625  
... ... @@ -2629,7 +2629,7 @@
2629 2629  
2630 2630  Below is the hardware setup for uploading a firmware image to the LT-22222-L:
2631 2631  
2632 -[[image:usb-ttl-programming.png]]
2558 +[[image:usb-ttl-audio-jack-connection.jpg]]
2633 2633  
2634 2634  
2635 2635  
Screenshot 2024-11-23 at 18.27.11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.pradeeka
Size
... ... @@ -1,0 +1,1 @@
1 +143.4 KB
Content
lt-22222-l-joining.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.pradeeka
Size
... ... @@ -1,0 +1,1 @@
1 +301.9 KB
Content
usb-ttl-audio-jack-connection.jpg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.pradeeka
Size
... ... @@ -1,0 +1,1 @@
1 +394.4 KB
Content