<
From version < 72.3 >
edited by Xiaoling
on 2023/06/05 18:12
To version < 73.1 >
edited by Saxer Lin
on 2023/06/26 15:19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -66,7 +66,6 @@
66 66  * 8500mAh Battery for long term use
67 67  
68 68  
69 -
70 70  == 1.3 Specification ==
71 71  
72 72  
... ... @@ -116,7 +116,6 @@
116 116  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
117 117  
118 118  
119 -
120 120  == 1.4 Connect to SDI-12 Sensor ==
121 121  
122 122  
... ... @@ -152,7 +152,6 @@
152 152  |(% style="background-color:#f2f2f2; width:167px" %)Fast press ACT 5 times.|(% style="background-color:#f2f2f2; width:117px" %)Deactivate Device|(% style="background-color:#f2f2f2; width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means PS-LB-NA is in Deep Sleep Mode.
153 153  
154 154  
155 -
156 156  == 1.7 Pin Mapping ==
157 157  
158 158  
... ... @@ -402,7 +402,7 @@
402 402  This command can be used to debug all SDI-12 command.
403 403  
404 404  
405 -LoRaWAN Downlink: A8 aa xx xx xx xx bb cc
402 +LoRaWAN Downlink: A8 aa xx xx xx xx bb cc dd
406 406  
407 407  (% style="color:#037691" %)**aa **(%%): total SDI-12 command length
408 408  
... ... @@ -412,9 +412,11 @@
412 412  
413 413  (% style="color:#037691" %)**cc **(%%): 0: don't uplink return to LoRaWAN, 1: Uplink return to LoRaWAN on FPORT=100
414 414  
412 +(% style="color:#037691" %)**dd: **(%%) 0: Do not use aD0! command access, 1: use aD0! command access.
415 415  
416 -(% style="color:blue" %)**Example: **(%%) AT+CFGDEV =0RC0!,1
417 417  
415 +(% style="color:blue" %)**Example1: **(%%) AT+CFGDEV =0RC0!,1
416 +
418 418  (% style="color:#037691" %)**0RC0! **(%%): SDI-12 Command,
419 419  
420 420  (% style="color:#037691" %)**1 **(%%): Delay 1 second.  ( 0: 810 mini-second)
... ... @@ -431,6 +431,17 @@
431 431  [[image:image-20230201092355-17.png||_mstalt="454337" height="426" width="1135"]]
432 432  
433 433  
433 +(% style="color:blue" %)**Example2: **(%%) AT+CFGDEV =0M!,1,1  or  AT+CFGDEV =0C!,1,1
434 +
435 +(% style="color:#037691" %)**0M! **(%%): SDI-12 Command,
436 +
437 +(% style="color:#037691" %)**1 **(%%): Delay 1 second.  ( 0: 810 mini-second)
438 +
439 +(% style="color:#037691" %)**1 **(%%):Use aD0! command access.
440 +
441 +Equal Downlink: 0xA8 03 30  4D 21 01 01 01
442 +
443 +
434 434  === 2.3.3 Convert ASCII to String ===
435 435  
436 436  
... ... @@ -909,7 +909,6 @@
909 909  
910 910  === (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.4 Example 4 ~-~- Connect to TEROS-12 ===
911 911  
912 -
913 913  ==== 2.6.4.1 Reference Manual and Command ====
914 914  
915 915  
... ... @@ -962,7 +962,6 @@
962 962  * If these SDI-12 sensors are powered by external power source. It will add 300uA in the total current in SDI-12-LB.
963 963  
964 964  
965 -
966 966  ==== 2.6.5.2 Hardware Connection to SDI-12-LB ====
967 967  
968 968  
... ... @@ -1055,7 +1055,6 @@
1055 1055  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
1056 1056  
1057 1057  
1058 -
1059 1059  == 3.2 Set Interrupt Mode ==
1060 1060  
1061 1061  
... ... @@ -1088,7 +1088,6 @@
1088 1088  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
1089 1089  
1090 1090  
1091 -
1092 1092  == 3.3 Set the output time ==
1093 1093  
1094 1094  
... ... @@ -1132,8 +1132,10 @@
1132 1132  OK
1133 1133  )))
1134 1134  
1135 -(% style="color:blue" %)**AT Command: AT+12VT**
1141 +(% style="color:blue" %)**AT Command: AT+12VT **
1136 1136  
1143 +(% style="color:blue" %)**(The v1.2 version is enabled for 1 second by default, and the version below v1.2 is disabled by default)**
1144 +
1137 1137  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:443px" %)
1138 1138  |=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 199px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 83px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1139 1139  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)(((
... ... @@ -1159,7 +1159,6 @@
1159 1159  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
1160 1160  
1161 1161  
1162 -
1163 1163  == 3.4 Set the all data mode ==
1164 1164  
1165 1165  
... ... @@ -1183,7 +1183,6 @@
1183 1183  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
1184 1184  
1185 1185  
1186 -
1187 1187  == 3.5 Set the splicing payload for uplink ==
1188 1188  
1189 1189  
... ... @@ -1241,7 +1241,6 @@
1241 1241  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1242 1242  
1243 1243  
1244 -
1245 1245  = 4. Battery & Power Consumption =
1246 1246  
1247 1247  
... ... @@ -1329,7 +1329,6 @@
1329 1329  * Weight / pcs : g
1330 1330  
1331 1331  
1332 -
1333 1333  = 10. ​Support =
1334 1334  
1335 1335  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0