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 (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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 ==== ... ... @@ -1721,6 +1721,7 @@ 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 1723 + 1724 1724 (% style="color:#037691" %)**Downlink Payload** 1725 1725 1726 1726 (% 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]] 1955 +[[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]] 1965 +[[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]] 1980 +[[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]] 1991 +[[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]] 2002 +[[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]] 2017 +[[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]] 2023 +[[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]] 2030 +[[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]] 2046 +[[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]] 2051 +[[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.2069 +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 sensor2191 +(% 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.2193 +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.2195 +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 2199 +(% 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 == 2275 +== 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.2314 +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 - 2316 +[[image:usb-ttl-programming.png]] 2319 2319 ))) 2320 2320 2321 2321 2320 + 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 settings2350 +* AT+TXP: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification) 2351 +* AT+DR: Get or set the Data Rate. (0-7 corresponding to DR_X) 2352 +* AT+DCS: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing 2353 +* AT+PNM: Get or set the public network mode. (0: off, 1: on) 2354 +* AT+RX2FQ: Get or set the Rx2 window frequency 2355 +* AT+RX2DR: Get or set the Rx2 window data rate (0-7 corresponding to DR_X) 2356 +* AT+RX1DL: Get or set the delay between the end of the Tx and the Rx Window 1 in ms 2357 +* AT+RX2DL: Get or set the delay between the end of the Tx and the Rx Window 2 in ms 2358 +* AT+JN1DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms 2359 +* AT+JN2DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms 2360 +* AT+NJM: Get or set the Network Join Mode. (0: ABP, 1: OTAA) 2361 +* AT+NWKID: Get or set the Network ID 2362 +* AT+FCU: Get or set the Frame Counter Uplink (FCntUp) 2363 +* AT+FCD: Get or set the Frame Counter Downlink (FCntDown) 2364 +* AT+CLASS: Get or set the Device Class 2365 +* AT+JOIN: Join network 2366 +* AT+NJS: Get OTAA Join Status 2367 +* AT+SENDB: Send hexadecimal data along with the application port 2368 +* AT+SEND: Send text data along with the application port 2369 +* AT+RECVB: Print last received data in binary format (with hexadecimal values) 2370 +* AT+RECV: Print last received data in raw format 2371 +* AT+VER: Get current image version and Frequency Band 2372 +* AT+CFM: Get or Set the confirmation mode (0-1) 2373 +* AT+CFS: Get confirmation status of the last AT+SEND (0-1) 2374 +* AT+SNR: Get the SNR of the last received packet 2375 +* AT+RSSI: Get the RSSI of the last received packet 2376 +* AT+TDC: Get or set the application data transmission interval in ms 2377 +* AT+PORT: Get or set the application port 2378 +* AT+DISAT: Disable AT commands 2379 +* AT+PWORD: Set password, max 9 digits 2380 +* AT+CHS: Get or set the Frequency (Unit: Hz) for Single Channel Mode 2381 +* AT+CHE: Get or set eight channels mode, Only for US915, AU915, CN470 2382 +* 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 /converter2547 +* 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]]2557 +[[image:usb-ttl-programming.png]] 2559 2559 2560 2560 2561 2561
- lt-22222-l-joining.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.pradeeka - Size
-
... ... @@ -1,1 +1,0 @@ 1 -301.9 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