Last modified by Xiaoling on 2025/04/24 17:18

From version 218.1
edited by Xiaoling
on 2022/06/11 16:37
Change comment: Uploaded new attachment "1654936675588-151.png", version {1}
To version 228.9
edited by Xiaoling
on 2022/06/11 17:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -103,7 +103,6 @@
103 103  * Sewer
104 104  
105 105  
106 -
107 107  == 1.4  Pin mapping and power on ==
108 108  
109 109  [[image:1654930101285-501.png]]
... ... @@ -206,7 +206,6 @@
206 206  IP67 Water Proof
207 207  )))
208 208  
209 -
210 210  === 1.5.2  P01A-15 probe ===
211 211  
212 212  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.
... ... @@ -549,33 +549,65 @@
549 549  
550 550  
551 551  
552 -
553 553  === 2.4.5  Decode payload in The Things Network ===
554 554  
555 555  While using TTN network, you can add the payload format to decode the payload.
556 556  
554 +[[image:1654936675588-151.png||height="379" width="762"]]
557 557  
558 -(% 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" %)​
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" %)​
559 559  
560 -(((
561 -The payload decoder function for TTN V3 is here:
562 -)))
558 +The payload decoder function for TTN is here:
563 563  
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 +
564 564  (((
565 -(((
566 -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/]]
597 +
567 567  )))
568 -)))
569 569  
570 570  
571 571  
572 -== 2.4  Uplink Interval ==
602 +== 2.5  Uplink Interval ==
573 573  
574 -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"]]
604 +The LDDS04 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"]]
575 575  
576 576  
577 577  
578 -== 2.5  ​Show Data in DataCake IoT Server ==
608 +== 2.6  ​Show Data in DataCake IoT Server ==
579 579  
580 580  (((
581 581  [[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:
... ... @@ -602,19 +602,49 @@
602 602  
603 603  (% style="color:blue" %)**Step 3**(%%)**: Create an account or log in Datacake.**
604 604  
605 -(% style="color:blue" %)**Step 4**(%%)**: Search the LDDS45 and add DevEUI.**
635 +(% style="color:blue" %)**Step 4**(%%)**: Create LDDS04 product. **
606 606  
607 -(% 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" %)​
608 608  
609 609  
610 -After added, the sensor data arrive TTN V3, it will also arrive and show in Datacake.
639 +[[image:image-20220611164604-7.png]]
611 611  
612 -(% 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" %)​
613 613  
614 614  
643 +[[image:image-20220611164604-8.png]]
615 615  
616 -== 2.6  Frequency Plans ==
617 617  
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||height="394" width="923"]]
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 +
618 618  (((
619 619  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.
620 620  )))
... ... @@ -621,7 +621,7 @@
621 621  
622 622  
623 623  
624 -=== 2.6.1  EU863-870 (EU868) ===
684 +=== 2.7.1  EU863-870 (EU868) ===
625 625  
626 626  (((
627 627  (% style="color:blue" %)**Uplink:**
... ... @@ -681,7 +681,7 @@
681 681  
682 682  
683 683  
684 -=== 2.6.2  US902-928(US915) ===
744 +=== 2.7.2  US902-928(US915) ===
685 685  
686 686  (((
687 687  Used in USA, Canada and South America. Default use CHE=2
... ... @@ -729,7 +729,7 @@
729 729  
730 730  )))
731 731  
732 -=== 2.6.3  CN470-510 (CN470) ===
792 +=== 2.7.3  CN470-510 (CN470) ===
733 733  
734 734  (((
735 735  Used in China, Default use CHE=1
... ... @@ -817,7 +817,7 @@
817 817  
818 818  
819 819  
820 -=== 2.6.4  AU915-928(AU915) ===
880 +=== 2.7.4  AU915-928(AU915) ===
821 821  
822 822  (((
823 823  Default use CHE=2
... ... @@ -865,7 +865,7 @@
865 865  
866 866  )))
867 867  
868 -=== 2.6.5  AS920-923 & AS923-925 (AS923) ===
928 +=== 2.7.5  AS920-923 & AS923-925 (AS923) ===
869 869  
870 870  (((
871 871  (% style="color:blue" %)**Default Uplink channel:**
... ... @@ -973,7 +973,7 @@
973 973  
974 974  
975 975  
976 -=== 2.6.6  KR920-923 (KR920) ===
1036 +=== 2.7.6  KR920-923 (KR920) ===
977 977  
978 978  (((
979 979  (% style="color:blue" %)**Default channel:**
... ... @@ -1045,7 +1045,7 @@
1045 1045  
1046 1046  
1047 1047  
1048 -=== 2.6.7  IN865-867 (IN865) ===
1108 +=== 2.7.7  IN865-867 (IN865) ===
1049 1049  
1050 1050  (((
1051 1051  (% style="color:blue" %)**Uplink:**
... ... @@ -1081,21 +1081,22 @@
1081 1081  
1082 1082  
1083 1083  
1084 -== 2.7  LED Indicator ==
1144 +== 2.8  LED Indicator ==
1085 1085  
1086 -The LDDS45 has an internal LED which is to show the status of different state.
1146 +The LDDS04 has an internal LED which is used to show the status of different state.
1087 1087  
1088 1088  
1089 -* Blink once when device power on.
1090 -* The device detects the sensor and flashes 5 times.
1091 -* Solid ON for 5 seconds once device successful Join the network.
1092 -* Blink once when device transmit a packet.
1149 +* After LDDS04 is turned on, if the 4 channels converter is detected, the LED will **flash 4 times quickly**.
1150 +* **Blink once** when device transmit a packet.
1151 +* Solid ON for **Five Seconds** when OTAA Join Successfully.
1093 1093  
1094 -== 2.8  ​Firmware Change Log ==
1095 1095  
1096 1096  
1155 +== 2.9  ​Firmware Change Log ==
1156 +
1157 +
1097 1097  (((
1098 -**Firmware download link: **[[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Firmware/]]
1159 +**Firmware download link: **[[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS04/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LLDS12/Firmware/]]
1099 1099  )))
1100 1100  
1101 1101  (((
image-20220611164604-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +49.5 KB
Content
image-20220611164604-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +62.1 KB
Content
image-20220611164604-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +60.9 KB
Content
image-20220611164604-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +45.1 KB
Content
image-20220611164604-14.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +68.8 KB
Content
image-20220611164604-15.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +51.3 KB
Content
image-20220611164604-16.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +80.6 KB
Content
image-20220611164604-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +81.1 KB
Content
image-20220611164604-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +77.1 KB
Content
image-20220611164604-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +65.0 KB
Content