Changes for page LSN50v2-D20-D22-D23 LoRaWAN Temperature Sensor User Manual
Last modified by Xiaoling on 2025/04/24 17:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 12 removed)
- 1654936672046-871.png
- 1654936675588-151.png
- image-20220611164604-10.png
- image-20220611164604-11.png
- image-20220611164604-12.png
- image-20220611164604-13.png
- image-20220611164604-14.png
- image-20220611164604-15.png
- image-20220611164604-16.png
- image-20220611164604-7.png
- image-20220611164604-8.png
- image-20220611164604-9.png
Details
- Page properties
-
- Content
-
... ... @@ -103,6 +103,7 @@ 103 103 * Sewer 104 104 105 105 106 + 106 106 == 1.4 Pin mapping and power on == 107 107 108 108 [[image:1654930101285-501.png]] ... ... @@ -205,6 +205,7 @@ 205 205 IP67 Water Proof 206 206 ))) 207 207 209 + 208 208 === 1.5.2 P01A-15 probe === 209 209 210 210 A01A-15 is mainly used for plane distance measurement; it can carry out targeted measurement on plane objects and can measure long distances and high accuracy. ... ... @@ -543,69 +543,33 @@ 543 543 |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3A0200BUplinkPayload"]] 544 544 |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H4.3A0GetFirmwareVersionInfo"]] 545 545 546 -[[image:1654936589640-122.png||height="248" width="806"]] 547 547 548 - 549 - 550 550 === 2.4.5 Decode payload in The Things Network === 551 551 552 552 While using TTN network, you can add the payload format to decode the payload. 553 553 554 -[[image:1654936675588-151.png||height="379" width="762"]] 555 555 556 -(% style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %) 554 +(% aria-label="1654850829385-439.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:1654850829385-439.png||data-widget="image"]](% style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)(% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||data-widget="image" draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220, 220, 220, 0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" title="Click and drag to resize" %)(% title="Click and drag to resize" %) 557 557 558 -The payload decoder function for TTN is here: 556 +((( 557 +The payload decoder function for TTN V3 is here: 558 +))) 559 559 560 -LDDS04 TTN Payload Decoder: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS04/Decoder/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LLDS12/Decoder/]] 561 - 562 - 563 -**//function Decoder(bytes, port) {//** 564 - 565 -**// var decode = {};//** 566 - 567 -**// var value=(bytes[0]<<8 | bytes[1]) & 0x3FFF;//** 568 - 569 -**// decode.BatV= value/1000;//** 570 - 571 -**// decode.EXTI_Trigger=(bytes[0] & 0x80)? "TRUE":"FALSE";//** 572 - 573 -**// decode.distance1_cm=(bytes[2]<<8 | bytes[3])/10;//** 574 - 575 -**// decode.distance2_cm=(bytes[4]<<8 | bytes[5])/10;//** 576 - 577 -**// decode.distance3_cm=(bytes[6]<<8 | bytes[7])/10//** 578 - 579 -**// decode.distance4_cm=(bytes[8]<<8 | bytes[9])/10;//** 580 - 581 -**// decode.mes_type= bytes[10];//** 582 - 583 - 584 -**// if(!((bytes[0]==0x03)&&(bytes[10]==0x02~)~)~)//** 585 - 586 -**// {//** 587 - 588 -**// return decode;//** 589 - 590 -**// }//** 591 - 592 -**//}//** 593 - 594 -(% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||data-widget="image" draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]][[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %) 595 - 596 596 ((( 597 - 561 +((( 562 +LDDS45 TTN V3 Payload Decoder: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Payload_Decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/]] 598 598 ))) 564 +))) 599 599 600 600 601 601 602 -== 2. 5Uplink Interval ==568 +== 2.4 Uplink Interval == 603 603 604 -The LDDS 04 by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: [[Change Uplink Interval>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]]570 +The LDDS45 by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: [[Change Uplink Interval>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]] 605 605 606 606 607 607 608 -== 2. 6Show Data in DataCake IoT Server ==574 +== 2.5 Show Data in DataCake IoT Server == 609 609 610 610 ((( 611 611 [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps: ... ... @@ -632,49 +632,19 @@ 632 632 633 633 (% style="color:blue" %)**Step 3**(%%)**: Create an account or log in Datacake.** 634 634 635 -(% style="color:blue" %)**Step 4**(%%)**: Create LDDS04product.**601 +(% style="color:blue" %)**Step 4**(%%)**: Search the LDDS45 and add DevEUI.** 636 636 603 +(% aria-label="1654851029373-510.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:1654851029373-510.png||data-widget="image"]](% style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)(% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||data-widget="image" draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220, 220, 220, 0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" title="Click and drag to resize" %)(% title="Click and drag to resize" %) 637 637 638 638 639 - [[image:image-20220611164604-7.png]]606 +After added, the sensor data arrive TTN V3, it will also arrive and show in Datacake. 640 640 608 +(% aria-label="image-20220610165129-11.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220610165129-11.png||data-widget="image" height="595" width="1088"]](% style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)(% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||data-widget="image" draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220, 220, 220, 0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% aria-label="Data URI image image widget" contenteditable="false" role="region" style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" title="Click and drag to resize" %)(% title="Click and drag to resize" %) 641 641 642 642 643 -[[image:image-20220611164604-8.png]] 644 644 612 +== 2.6 Frequency Plans == 645 645 646 -[[image:image-20220611164604-9.png]] 647 - 648 - 649 -(% style="color:blue" %)**Step 5**(%%)**: ** **add payload decode** 650 - 651 - 652 -[[image:image-20220611164604-10.png]] 653 - 654 - 655 -[[image:image-20220611164604-11.png||height="303" width="931"]] 656 - 657 - 658 -[[image:image-20220611164604-12.png||height="331" width="897"]] 659 - 660 - 661 -After added, the sensor data arrive TTN, it will also arrive and show in Datacake. 662 - 663 -[[image:image-20220611164604-13.png||height="215" width="899"]] 664 - 665 - 666 -[[image:image-20220611164604-14.png||height="632" width="824"]] 667 - 668 - 669 -[[image:image-20220611164604-15.png]] 670 - 671 - 672 -[[image:image-20220611164604-16.png||height="409" width="833"]] 673 - 674 - 675 - 676 -== 2.7 Frequency Plans == 677 - 678 678 ((( 679 679 The LDDS45 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets. 680 680 )))
- 1654936672046-871.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -59.2 KB - Content
- 1654936675588-151.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -59.2 KB - Content
- image-20220611164604-10.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -49.5 KB - Content
- image-20220611164604-11.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -62.1 KB - Content
- image-20220611164604-12.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -60.9 KB - Content
- image-20220611164604-13.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.1 KB - Content
- image-20220611164604-14.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.8 KB - Content
- image-20220611164604-15.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -51.3 KB - Content
- image-20220611164604-16.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -80.6 KB - Content
- image-20220611164604-7.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -81.1 KB - Content
- image-20220611164604-8.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -77.1 KB - Content
- image-20220611164604-9.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -65.0 KB - Content