<
From version < 40.8 >
edited by Xiaoling
on 2023/02/01 15:00
To version < 41.7 >
edited by Xiaoling
on 2023/02/01 16:01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -191,12 +191,9 @@
191 191  Each SDI-12-LB is shipped with a sticker with the default device EUI as below:
192 192  
193 193  
194 -[[image:image-20230131134744-2.jpeg]]
194 +[[image:image-20230201152430-20.jpeg]]
195 195  
196 196  
197 -
198 -
199 -
200 200  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
201 201  
202 202  
... ... @@ -227,7 +227,6 @@
227 227  
228 228  Press the button for 5 seconds to activate the SDI-12-LB.
229 229  
230 -
231 231  (% style="color:green" %)**Green led**(%%) will fast blink 5 times, device will enter (% style="color:blue" %)**OTA mode** (%%)for 3 seconds. And then start to JOIN LoRaWAN network. (% style="color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after joined in network.
232 232  
233 233  
... ... @@ -250,7 +250,6 @@
250 250  The following is the display information on the serial port and the server.
251 251  
252 252  
253 -
254 254  [[image:image-20230201091027-6.png]]
255 255  
256 256  
... ... @@ -257,6 +257,7 @@
257 257  [[image:image-20230201091027-7.png||height="261" width="1179"]]
258 258  
259 259  
255 +
260 260  ==== (% style="color:blue" %)**al!  ~-~- Get SDI-12 sensor Identification**(%%) ====
261 261  
262 262  
... ... @@ -265,7 +265,7 @@
265 265  
266 266  (% style="color:#037691" %)**Parameter:  **(%%)aa: ASCII value of SDI-12 sensor address in downlink or HEX value in AT Command)
267 267  
268 -(% style="color:blue" %)**Example :   **AT+ADDRI=0 ( Equal to downlink: 0x AA 00 30)
264 +(% style="color:blue" %)**Example :   **(%%)AT+ADDRI=0 ( Equal to downlink: 0x AA 00 30)
269 269  
270 270  
271 271  The following is the display information on the serial port and the server.
... ... @@ -301,7 +301,7 @@
301 301  
302 302  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
303 303  
304 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
300 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%) to get return.
305 305  
306 306  
307 307  The following is the display information on the serial port and the server.
... ... @@ -338,7 +338,7 @@
338 338  
339 339  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
340 340  
341 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
337 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%)__ __to get return.
342 342  
343 343  
344 344  The following is the display information on the serial port and the server.
... ... @@ -371,13 +371,12 @@
371 371  
372 372  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
373 373  
374 -(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)**aD0!**(%%) to get return.
370 +(% style="color:#037691" %)**dd**(%%): delay (in second) to send (% style="color:#037691" %)__**aD0!**__(%%) to get return.
375 375  
376 376  
377 377  The following is the display information on the serial port and the server.
378 378  
379 379  
380 -
381 381  [[image:image-20230201092208-14.png]]
382 382  
383 383  
... ... @@ -463,7 +463,7 @@
463 463  
464 464  (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E);
465 465  
466 -(% style="color:#red" %)**2**(%%)  Check if there is return from SDI-12 sensor
461 +(% style="color:red" %)**2**(%%)  Check if there is return from SDI-12 sensor
467 467  
468 468  (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request);
469 469  
... ... @@ -547,7 +547,7 @@
547 547  (% style="color:blue" %)**AT+ALLDATAMOD**(%%) will simply get all return and don't do CRC check as result for SDI-12 command. AT+DATACUTx command has higher priority, if AT+DATACUTx has been set, AT+ALLDATAMOD will be ignore for this SDI-12 command.
548 548  
549 549  
550 -(% style="color:#4f81bd" %)**For example: ** as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result.
545 +(% style="color:#4f81bd" %)**For example: **(%%) as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result.
551 551  
552 552  
553 553  [[image:1675215782925-448.png]]
... ... @@ -828,8 +828,6 @@
828 828  * Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
829 829  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
830 830  
831 -
832 -
833 833  == 3.2 Set Interrupt Mode ==
834 834  
835 835  
... ... @@ -861,8 +861,6 @@
861 861  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
862 862  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
863 863  
864 -
865 -
866 866  == 3.3 Set the output time ==
867 867  
868 868  
... ... @@ -932,8 +932,6 @@
932 932  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
933 933  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
934 934  
935 -
936 -
937 937  == 3.4 Set the all data mode ==
938 938  
939 939  
... ... @@ -956,8 +956,6 @@
956 956  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
957 957  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
958 958  
959 -
960 -
961 961  == 3.5 Set the splicing payload for uplink ==
962 962  
963 963  
... ... @@ -1013,8 +1013,6 @@
1013 1013  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1014 1014  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1015 1015  
1016 -
1017 -
1018 1018  = 4. Battery & how to replace =
1019 1019  
1020 1020  == 4.1 Battery Type ==
... ... @@ -1162,8 +1162,6 @@
1162 1162  * Package Size / pcs : cm
1163 1163  * Weight / pcs : g
1164 1164  
1165 -
1166 -
1167 1167  = 10. ​Support =
1168 1168  
1169 1169  
image-20230201152430-20.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +16.5 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0