<
From version < 155.1 >
edited by Dilisi S
on 2024/11/01 04:50
To version < 158.1 >
edited by Dilisi S
on 2024/11/01 05:19
>
Change comment: Oct 31 edits - part 2

Summary

Details

Page properties
Content
... ... @@ -229,19 +229,26 @@
229 229  ==== Entering device information manually: ====
230 230  
231 231  * On the **Register end device** page:
232 -** Select the **Enter end device specified manually** option.
232 +** Select the **Enter end device specifies manually** option as the input method.
233 233  ** Select the **Frequency plan** that matches with your device.
234 234  ** Select the **LoRaWAN version**.
235 235  ** Select the **Regional Parameters version**.
236 -** Click **Show advanced activation, LoRaWAN class and cluster settings** option.
236 +** Click **Show advanced activation, LoRaWAN class and cluster settings** link to expand the section.
237 237  ** Select **Over the air activation (OTAA)** option under **Activation mode**
238 238  ** Select **Class C (Continuous)** from the **Additional LoRaWAN class capabilities**.
239 -** Enter **AppEUI** in the **JoinEUI** field and click **Confirm** button.
240 -** Enter **DevEUI** in the **DevEUI** field.
241 -** Enter **AppKey** in the **AppKey** field.
242 -** In the **End device ID** field, enter a unique name within this application for your LT-22222-N.
243 -** Under **After registration**, select the **View registered end device** option.
244 244  
240 +[[image:lt-22222-l-manually-p1.png||height="625" width="1000"]]
241 +
242 +
243 +* Enter **AppEUI** in the **JoinEUI** field and click **Confirm** button.
244 +* Enter **DevEUI** in the **DevEUI** field.
245 +* Enter **AppKey** in the **AppKey** field.
246 +* In the **End device ID** field, enter a unique name within this application for your LT-22222-N.
247 +* Under **After registration**, select the **View registered end device** option.
248 +
249 +[[image:lt-22222-l-manually-p2.png||height="625" width="1000"]]
250 +
251 +
245 245  ==== Joining ====
246 246  
247 247  Click on **Live Data** in the left navigation. Then, power on the device, and it will join The Things Stack Sandbox. You can see the join request, join accept, followed by uplink messages form the device showing in the Live Data panel.
... ... @@ -249,12 +249,12 @@
249 249  [[image:1653298044601-602.png||height="405" width="709"]]
250 250  
251 251  
252 -== 3.3 Uplink Payload ==
259 +== 3.3 Uplink Payload formats ==
253 253  
254 254  
255 -There are five working modes + one interrupt mode on LT for different type application:
262 +The LT-22222-L has 5 working modes. It also has an interrupt/trigger mode for different type applications that can be used together with all the working modes as an additional feature. The default mode is MOD1 and you can switch between these modes using AT commands.
256 256  
257 -* (% style="color:blue" %)**MOD1**(%%): (default setting): 2 x ACI + 2AVI + DI + DO + RO
264 +* (% style="color:blue" %)**MOD1**(%%): (default mode/factory set): 2 x ACI + 2AVI + DI + DO + RO
258 258  
259 259  * (% style="color:blue" %)**MOD2**(%%): Double DI Counting + DO + RO
260 260  
... ... @@ -270,7 +270,7 @@
270 270  
271 271  
272 272  (((
273 -The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default. (% style="display:none" %)
280 +In working mode MOD1, the uplink payload includes a total of 9 bytes. Uplink packets are sent over LoRaWAN FPort=2. By default, one uplink is sent every 10 minutes. (% style="display:none" %)
274 274  
275 275  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
276 276  |(% style="background-color:#4f81bd; color:white" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**2**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**1**|(% style="background-color:#4f81bd; color:white" %)**1**
... ... @@ -288,23 +288,23 @@
288 288  )))
289 289  
290 290  (((
291 -(% style="color:#4f81bd" %)**DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
298 +(% style="color:#4f81bd" %)*** DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1, for a total of 1 byte ,as shown below
292 292  
293 293  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
294 -|**bit7**|**bit6**|**bit5**|**bit4**|**bit3**|**bit2**|**bit1**|**bit0**
295 -|RO1|RO2|DI3|DI2|DI1|DO3|DO2|DO1
301 +|**bit 7**|**bit 6**|**bit 5**|**bit 4**|**bit 3**|**bit 2**|**bit 1**|**bit 0**
302 +|RO1|RO2|--DI3--|DI2|DI1|--DO3--|DO2|DO1
296 296  )))
297 297  
298 -* RO is for relay. ROx=1 : close, ROx=0 always open.
299 -* DI is for digital input. DIx=1: high or float, DIx=0: low.
300 -* DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
305 +* RO is for relay. ROx=1 : closed, ROx=0 always open.
306 +* DI is for digital input. DIx=1: high or floating, DIx=0: low.
307 +* DO is for reverse digital output. DOx=1: output low, DOx=0: high or floating.
301 301  
302 -(% style="color:red" %)**Note: DI3 and DO3 bit are not valid for LT-22222-L**
309 +(% style="color:red" %)**Note: DI3 and DO3 bits are not valid for LT-22222-L**
303 303  
304 -For example if payload is: [[image:image-20220523175847-2.png]]
311 +For example, if the payload is: [[image:image-20220523175847-2.png]]
305 305  
306 306  
307 -**The value for the interface is:  **
314 +**The interface values can be calculated as follows:  **
308 308  
309 309  AVI1 channel voltage is 0x04AB/1000=1195(DEC)/1000=1.195V
310 310  
... ... @@ -316,23 +316,23 @@
316 316  
317 317  The last byte 0xAA= 10101010(B) means
318 318  
319 -* [1] RO1 relay channel is close and the RO1 LED is ON.
320 -* [0] RO2 relay channel is open and RO2 LED is OFF;
326 +* [1] RO1 relay channel is closed, and the RO1 LED is ON.
327 +* [0] RO2 relay channel is open, and RO2 LED is OFF.
321 321  
322 322  **LT22222-L:**
323 323  
324 -* [1] DI2 channel is high input and DI2 LED is ON;
325 -* [0] DI1 channel is low input;
331 +* [1] DI2 channel is high input and DI2 LED is ON.
332 +* [0] DI1 channel is low input.
326 326  
327 327  * [0] DO3 channel output state
328 -** DO3 is float in case no load between DO3 and V+.;
335 +** DO3 is float in case no load between DO3 and V+.
329 329  ** DO3 is high in case there is load between DO3 and V+.
330 330  ** DO3 LED is off in both case
331 331  * [1] DO2 channel output is low and DO2 LED is ON.
332 332  * [0] DO1 channel output state
333 -** DO1 is float in case no load between DO1 and V+.;
340 +** DO1 is float in case no load between DO1 and V+.
334 334  ** DO1 is high in case there is load between DO1 and V+.
335 -** DO1 LED is off in both case
342 +** DO1 LED is off in both case.
336 336  
337 337  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
338 338  
lt-22222-l-manually-p2.png
Size
... ... @@ -1,1 +1,1 @@
1 -301.5 KB
1 +279.1 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0