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)
Details
- Page properties
-
- Content
-
... ... @@ -199,13 +199,21 @@ 199 199 200 200 == 3.1 How it works? == 201 201 202 +((( 202 202 The LT is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network. To connect a local LoRaWAN network, user just need to input the OTAA keys in the network server and power on the LT. It will auto join the network via OTAA. For LT-22222-L, the LED will show the Join status: After power on **TX LED** will fast blink 5 times, LT-22222-L will enter working mode and start to JOIN LoRaWAN network. **TX LED** will be on for 5 seconds after joined in network. When there is message from server, the **RX LED** will be on for 1 second. 204 +))) 203 203 206 +((( 204 204 In case user can’t set the OTAA keys in the network server and has to use the existing keys from server. User can [[use AT Command>>path:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H4.UseATCommand]] to set the keys in the devices. 208 +))) 205 205 210 +((( 206 206 3.2 Example to join LoRaWAN network 212 +))) 207 207 214 +((( 208 208 This chapter shows an example for how to join the TTN LoRaWAN Network. Below is the network structure, we use our LG308 as LoRaWAN gateway here. 216 +))) 209 209 210 210 [[image:image-20220523172350-1.png||height="266" width="864"]] 211 211 ... ... @@ -305,7 +305,9 @@ 305 305 306 306 **For LT-22222-L**: this mode the **DI1 and DI2** are used as counting pins. 307 307 316 +((( 308 308 Total : 11 bytes payload 318 +))) 309 309 310 310 [[image:image-20220523180452-3.png]] 311 311 ... ... @@ -319,53 +319,77 @@ 319 319 * FIRST: Indicate this is the first packet after join network. 320 320 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 321 321 332 +((( 322 322 (% style="color:red" %)Note: DO3 bit is not valid for LT-22222-L. 334 +))) 323 323 336 +((( 324 324 **To use counting mode, please run:** 338 +))) 325 325 326 326 (% class="box infomessage" %) 327 327 ((( 342 +((( 328 328 **AT+MOD=2** 329 329 ))) 345 +))) 330 330 331 331 (% class="box infomessage" %) 332 332 ((( 349 +((( 333 333 **ATZ** 334 334 ))) 352 +))) 335 335 354 +((( 336 336 (% style="color:#4f81bd" %)**AT Commands for counting:** 356 +))) 337 337 358 +((( 338 338 **For LT22222-L:** 360 +))) 339 339 340 340 (% class="box infomessage" %) 341 341 ((( 364 +((( 342 342 **AT+TRIG1=0,100 (set DI1 port to trigger on low level, valid signal is 100ms) ** 343 343 ))) 367 +))) 344 344 345 345 (% class="box infomessage" %) 346 346 ((( 371 +((( 347 347 **AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) ** 348 348 ))) 374 +))) 349 349 350 350 (% class="box infomessage" %) 351 351 ((( 378 +((( 352 352 **AT+TRIG2=0,100 (set DI2 port to trigger on low level, valid signal is 100ms) ** 353 353 ))) 381 +))) 354 354 355 355 (% class="box infomessage" %) 356 356 ((( 385 +((( 357 357 **AT+TRIG2=1,100 (set DI2 port to trigger on high level, valid signal is 100ms ) ** 358 358 ))) 388 +))) 359 359 360 360 (% class="box infomessage" %) 361 361 ((( 392 +((( 362 362 **AT+SETCNT=1,60 (Set COUNT1 value to 60)** 363 363 ))) 395 +))) 364 364 365 365 (% class="box infomessage" %) 366 366 ((( 399 +((( 367 367 **AT+SETCNT=2,60 (Set COUNT2 value to 60)** 368 368 ))) 402 +))) 369 369 370 370 === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI === 371 371