Changes for page LDDS45 - LoRaWAN Distance Detection Sensor User Manual
Last modified by Mengting Qiu on 2025/02/26 15:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -57,6 +57,7 @@ 57 57 * IP66 Waterproof Enclosure 58 58 * 4000mAh or 8500mAh Battery for long term use 59 59 60 + 60 60 == 1.3 Specification == 61 61 62 62 === 1.3.1 Rated environmental conditions === ... ... @@ -97,6 +97,7 @@ 97 97 * Sewer 98 98 * Bottom water level monitoring 99 99 101 + 100 100 == 1.6 Pin mapping and power on == 101 101 102 102 ... ... @@ -237,6 +237,7 @@ 237 237 * If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor. 238 238 * If the sensor value lower than 0x0118 (280mm), the sensor value will be invalid. Since v1.1.4, all value lower than 280mm will be set to 0x0014(20mm) which means the value is invalid. 239 239 242 + 240 240 === 2.3.3 Interrupt Pin === 241 241 242 242 This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H4.2A0SetInterruptMode"]] for the hardware and software set up. ... ... @@ -806,6 +806,7 @@ 806 806 * Solid ON for 5 seconds once device successful Join the network. 807 807 * Blink once when device transmit a packet. 808 808 812 + 809 809 == 2.8 Firmware Change Log == 810 810 811 811 ... ... @@ -824,7 +824,7 @@ 824 824 [[image:image-20220610172003-2.png]] 825 825 826 826 827 -== 2.10 Battery Analysis == 831 +== 2.10 Battery Analysis == 828 828 829 829 === 2.10.1 Battery Type === 830 830 ... ... @@ -970,43 +970,109 @@ 970 970 [[image:image-20220610173409-7.png]] 971 971 972 972 977 + 978 + 973 973 ((( 974 -(% style="color:#037691" %)**Downlink Command: 0x0 1**980 +(% style="color:#037691" %)**Downlink Command: 0x06** 975 975 ))) 976 976 977 977 ((( 984 +Format: Command Code (0x06) followed by 3 bytes. 985 +))) 986 + 978 978 ((( 979 -Format: Command Code (0x01) followed by 3 bytes time value. 988 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 989 +))) 980 980 981 -If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 982 - 983 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 984 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 991 +* ((( 992 +Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 985 985 ))) 994 +* ((( 995 +Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 996 +))) 986 986 998 +== 3.3 Get Firmware Version Info == 987 987 988 - 1000 +Feature: use downlink to get firmware version. 1001 + 1002 +(% style="color:#037691" %)**Downlink Command: 0x26** 1003 + 1004 +[[image:image-20220607171917-10.png]] 1005 + 1006 +* Reply to the confirmation package: 26 01 1007 +* Reply to non-confirmed packet: 26 00 1008 + 1009 +Device will send an uplink after got this downlink command. With below payload: 1010 + 1011 +Configures info payload: 1012 + 1013 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %) 1014 +|=((( 1015 +**Size(bytes)** 1016 +)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1** 1017 +|**Value**|Software Type|((( 1018 +Frequency 1019 + 1020 +Band 1021 +)))|Sub-band|((( 1022 +Firmware 1023 + 1024 +Version 1025 +)))|Sensor Type|Reserve|((( 1026 +[[Message Type>>||anchor="H2.3.7A0MessageType"]] 1027 +Always 0x02 989 989 ))) 990 990 991 - == 3.3SetInterruptMode==1030 +**Software Type**: Always 0x03 for LLDS12 992 992 993 -Feature, Set Interrupt mode for GPIO_EXIT. 994 994 995 - (% style="color:#037691" %)**DownlinkCommand: AT+INTMOD**1033 +**Frequency Band**: 996 996 997 - [[image:image-20220610105907-1.png]]1035 +*0x01: EU868 998 998 1037 +*0x02: US915 999 999 1000 - (% style="color:#037691" %)**Downlink Command:0x06**1039 +*0x03: IN865 1001 1001 1002 - Format: Command Code (0x06)followed by 3 bytes.1041 +*0x04: AU915 1003 1003 1004 - This means that the interrupt mode of the end node is set to0x000003=3(rising edge trigger), and the type code is 06.1043 +*0x05: KZ865 1005 1005 1006 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 1007 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 1045 +*0x06: RU864 1008 1008 1047 +*0x07: AS923 1009 1009 1049 +*0x08: AS923-1 1050 + 1051 +*0x09: AS923-2 1052 + 1053 +*0xa0: AS923-3 1054 + 1055 + 1056 +**Sub-Band**: value 0x00 ~~ 0x08 1057 + 1058 + 1059 +**Firmware Version**: 0x0100, Means: v1.0.0 version 1060 + 1061 + 1062 +**Sensor Type**: 1063 + 1064 +0x01: LSE01 1065 + 1066 +0x02: LDDS75 1067 + 1068 +0x03: LDDS20 1069 + 1070 +0x04: LLMS01 1071 + 1072 +0x05: LSPH01 1073 + 1074 +0x06: LSNPK01 1075 + 1076 +0x07: LLDS12 1077 + 1078 + 1079 + 1010 1010 = 5. Battery & How to replace = 1011 1011 1012 1012 == 5.1 Battery Type ==