<
From version < 41.1 >
edited by Xiaoling
on 2023/02/01 15:24
To version < 41.8 >
edited by Xiaoling
on 2023/02/01 16:07
>
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]]
... ... @@ -562,9 +562,9 @@
562 562  
563 563  (% style="color:#4f81bd" %)**AT+DATAUP=0**
564 564  
565 -Compose the uplink payload with value returns in sequence and send with A SIGNLE UPLINK.
560 +Compose the uplink payload with value returns in sequence and send with **__A SIGNLE UPLINK__**.
566 566  
567 -Final Payload is Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx
562 +Final Payload is **__Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx__**
568 568  
569 569  Where PAYVER is defined by AT+PAYVER, below is an example screen shot.
570 570  
... ... @@ -574,12 +574,10 @@
574 574  
575 575  (% style="color:#4f81bd" %)**AT+DATAUP=1**
576 576  
577 -Compose the uplink payload with value returns in sequence and send with Multiply UPLINKs.
572 +Compose the uplink payload with value returns in sequence and send with **__Multiply UPLINKs__**.
578 578  
579 -Final Payload is
574 +Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
580 580  
581 -__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
582 -
583 583  1. Battery Info (2 bytes): Battery voltage
584 584  1. PAYVER (1 byte): Defined by AT+PAYVER
585 585  1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling.
... ... @@ -828,7 +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 832  == 3.2 Set Interrupt Mode ==
833 833  
834 834  
... ... @@ -860,7 +860,6 @@
860 860  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
861 861  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
862 862  
863 -
864 864  == 3.3 Set the output time ==
865 865  
866 866  
... ... @@ -930,7 +930,6 @@
930 930  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
931 931  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
932 932  
933 -
934 934  == 3.4 Set the all data mode ==
935 935  
936 936  
... ... @@ -953,7 +953,6 @@
953 953  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
954 954  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
955 955  
956 -
957 957  == 3.5 Set the splicing payload for uplink ==
958 958  
959 959  
... ... @@ -1009,7 +1009,6 @@
1009 1009  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1010 1010  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1011 1011  
1012 -
1013 1013  = 4. Battery & how to replace =
1014 1014  
1015 1015  == 4.1 Battery Type ==
... ... @@ -1157,7 +1157,6 @@
1157 1157  * Package Size / pcs : cm
1158 1158  * Weight / pcs : g
1159 1159  
1160 -
1161 1161  = 10. ​Support =
1162 1162  
1163 1163  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0