<
From version < 99.14 >
edited by Xiaoling
on 2023/05/23 17:22
To version < 99.20 >
edited by Xiaoling
on 2023/05/23 18:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -43,7 +43,6 @@
43 43  [[image:1654592435432-887.png]]
44 44  
45 45  
46 -
47 47  == ​1.2 Features ==
48 48  
49 49  
... ... @@ -61,6 +61,8 @@
61 61  * IP68 rate for the Sensor Probe
62 62  * 8500mAh Battery for long term use
63 63  
63 +
64 +
64 64  == 1.3 Probe Specification ==
65 65  
66 66  
... ... @@ -81,11 +81,15 @@
81 81  * IP68 Protection
82 82  * Length: 3.5 meters
83 83  
85 +
86 +
84 84  == 1.4 ​Applications ==
85 85  
86 86  
87 87  * Smart Agriculture
88 88  
92 +
93 +
89 89  == 1.5 Pin mapping and power on ==
90 90  
91 91  
... ... @@ -288,6 +288,8 @@
288 288  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
289 289  |(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
290 290  
296 +
297 +
291 291  === 2.3.7 Decode payload in The Things Network ===
292 292  
293 293  
... ... @@ -493,7 +493,6 @@
493 493  )))
494 494  
495 495  
496 -
497 497  (% style="color:#037691" %)**Calibration Payload**
498 498  
499 499  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
... ... @@ -509,6 +509,7 @@
509 509  Always 0x03
510 510  )))
511 511  
518 +
512 512  User can also send 0x14 downlink command to poll the current calibration payload.
513 513  
514 514  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:480px" %)
... ... @@ -515,11 +515,11 @@
515 515  |=(% style="width: 183px; background-color:#D9E2F3;color:#0070C0" %)**Downlink Control Type**|=(% style="width: 55px; background-color:#D9E2F3;color:#0070C0" %)FPort|=(% style="width: 93px; background-color:#D9E2F3;color:#0070C0" %)**Type Code**|=(% style="width: 146px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Downlink payload size(bytes)**
516 516  |(% style="width:183px" %)Get Calibration Version Info|(% style="width:55px" %)Any|(% style="width:93px" %)14|(% style="width:146px" %)2
517 517  
518 -
519 -
520 520  * Reply to the confirmation package: 14 01
521 521  * Reply to non-confirmed packet: 14 00
522 522  
528 +
529 +
523 523  == 2.8 Frequency Plans ==
524 524  
525 525  
... ... @@ -606,6 +606,8 @@
606 606  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
607 607  * Use the Join successful sub-band if the server doesn't include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
608 608  
616 +
617 +
609 609  === 2.8.3 CN470-510 (CN470) ===
610 610  
611 611  
... ... @@ -716,6 +716,8 @@
716 716  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
717 717  * Use the Join successful sub-band if the server doesn't include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
718 718  
728 +
729 +
719 719  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
720 720  
721 721  
... ... @@ -940,6 +940,8 @@
940 940  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
941 941  * Blink once when device transmit a packet.
942 942  
954 +
955 +
943 943  == 2.10 ​Firmware Change Log ==
944 944  
945 945  
... ... @@ -1005,9 +1005,18 @@
1005 1005  
1006 1006  (% style="color:#037691" %)**AT Command: AT+TDC**
1007 1007  
1008 -[[image:image-20220607171554-8.png]]
1021 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1022 +|=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1023 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
1024 +30000
1025 +OK
1026 +the interval is 30000ms = 30s
1027 +)))
1028 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
1029 +OK
1030 +Set transmit interval to 60000ms = 60 seconds​
1031 +)))
1009 1009  
1010 -
1011 1011  (((
1012 1012  (% style="color:#037691" %)**Downlink Command: 0x01**
1013 1013  )))
... ... @@ -1037,9 +1037,21 @@
1037 1037  
1038 1038  (% style="color:#037691" %)**AT Command: AT+INTMOD**
1039 1039  
1040 -[[image:image-20220610105907-1.png]]
1062 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1063 +|=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1064 +|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
1065 +0
1066 +OK
1067 +the mode is 0 =No interruption
1068 +)))
1069 +|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
1070 +Set Transmit Interval
1071 +0. (Disable Interrupt),
1072 +~1. (Trigger by rising and falling edge)
1073 +2. (Trigger by falling edge)
1074 +3. (Trigger by rising edge)
1075 +)))|(% style="width:157px" %)OK
1041 1041  
1042 -
1043 1043  (((
1044 1044  (% style="color:#037691" %)**Downlink Command: 0x06**
1045 1045  )))
... ... @@ -1064,7 +1064,6 @@
1064 1064  )))
1065 1065  
1066 1066  
1067 -
1068 1068  == 3.3 Calibrate Sensor ==
1069 1069  
1070 1070  
... ... @@ -1078,7 +1078,9 @@
1078 1078  
1079 1079  (% style="color:#037691" %)**Downlink Command: 0x26**
1080 1080  
1081 -[[image:image-20220607171917-10.png]]
1114 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
1115 +|(% style="background-color:#d9e2f3; color:#0070c0; width:193px" %)**Downlink Control Type**|(% style="background-color:#d9e2f3; color:#0070c0; width:57px" %)**FPort**|(% style="background-color:#d9e2f3; color:#0070c0; width:91px" %)**Type Code**|(% style="background-color:#d9e2f3; color:#0070c0; width:159px" %)**Downlink payload size(bytes)**
1116 +|(% style="width:193px" %)Get Firmware Version Info|(% style="width:57px" %)Any|(% style="width:91px" %)26|(% style="width:149px" %)2
1082 1082  
1083 1083  * Reply to the confirmation package: 26 01
1084 1084  * Reply to non-confirmed packet: 26 00
... ... @@ -1087,11 +1087,9 @@
1087 1087  
1088 1088  Configures info payload:
1089 1089  
1090 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1091 -|=(((
1092 -**Size(bytes)**
1093 -)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
1094 -|**Value**|Software Type|(((
1125 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
1126 +|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:70px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:70px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:70px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**5**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**1**
1127 +|Value|Software Type|(((
1095 1095  Frequency
1096 1096  Band
1097 1097  )))|Sub-band|(((
... ... @@ -1104,7 +1104,6 @@
1104 1104  
1105 1105  (% style="color:#037691" %)**Software Type**(%%): Always 0x03 for LSPH01
1106 1106  
1107 -
1108 1108  (% style="color:#037691" %)**Frequency Band**:
1109 1109  
1110 1110  *0x01: EU868
... ... @@ -1130,10 +1130,8 @@
1130 1130  
1131 1131  (% style="color:#037691" %)**Sub-Band**(%%): value 0x00 ~~ 0x08
1132 1132  
1133 -
1134 1134  (% style="color:#037691" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
1135 1135  
1136 -
1137 1137  (% style="color:#037691" %)**Sensor Type**:
1138 1138  
1139 1139  0x01: LSE01
... ... @@ -1223,6 +1223,8 @@
1223 1223  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1224 1224  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1225 1225  
1256 +
1257 +
1226 1226  = 9. ​Packing Info =
1227 1227  
1228 1228  
... ... @@ -1237,6 +1237,8 @@
1237 1237  * Package Size / pcs : cm
1238 1238  * Weight / pcs : g
1239 1239  
1272 +
1273 +
1240 1240  = 10. ​Support =
1241 1241  
1242 1242  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0