<
From version < 41.3 >
edited by Xiaoling
on 2023/02/01 15:24
To version < 41.11 >
edited by Xiaoling
on 2023/02/01 16:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -246,7 +246,6 @@
246 246  The following is the display information on the serial port and the server.
247 247  
248 248  
249 -
250 250  [[image:image-20230201091027-6.png]]
251 251  
252 252  
... ... @@ -253,6 +253,7 @@
253 253  [[image:image-20230201091027-7.png||height="261" width="1179"]]
254 254  
255 255  
255 +
256 256  ==== (% style="color:blue" %)**al!  ~-~- Get SDI-12 sensor Identification**(%%) ====
257 257  
258 258  
... ... @@ -261,7 +261,7 @@
261 261  
262 262  (% style="color:#037691" %)**Parameter:  **(%%)aa: ASCII value of SDI-12 sensor address in downlink or HEX value in AT Command)
263 263  
264 -(% 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)
265 265  
266 266  
267 267  The following is the display information on the serial port and the server.
... ... @@ -297,7 +297,7 @@
297 297  
298 298  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
299 299  
300 -(% 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.
301 301  
302 302  
303 303  The following is the display information on the serial port and the server.
... ... @@ -334,7 +334,7 @@
334 334  
335 335  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
336 336  
337 -(% 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.
338 338  
339 339  
340 340  The following is the display information on the serial port and the server.
... ... @@ -367,13 +367,12 @@
367 367  
368 368  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
369 369  
370 -(% 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.
371 371  
372 372  
373 373  The following is the display information on the serial port and the server.
374 374  
375 375  
376 -
377 377  [[image:image-20230201092208-14.png]]
378 378  
379 379  
... ... @@ -459,7 +459,7 @@
459 459  
460 460  (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E);
461 461  
462 -(% 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
463 463  
464 464  (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request);
465 465  
... ... @@ -543,7 +543,7 @@
543 543  (% 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.
544 544  
545 545  
546 -(% 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.
547 547  
548 548  
549 549  [[image:1675215782925-448.png]]
... ... @@ -558,9 +558,9 @@
558 558  
559 559  (% style="color:#4f81bd" %)**AT+DATAUP=0**
560 560  
561 -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__**.
562 562  
563 -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__**
564 564  
565 565  Where PAYVER is defined by AT+PAYVER, below is an example screen shot.
566 566  
... ... @@ -570,12 +570,10 @@
570 570  
571 571  (% style="color:#4f81bd" %)**AT+DATAUP=1**
572 572  
573 -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__**.
574 574  
575 -Final Payload is
574 +Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
576 576  
577 -__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
578 -
579 579  1. Battery Info (2 bytes): Battery voltage
580 580  1. PAYVER (1 byte): Defined by AT+PAYVER
581 581  1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling.
... ... @@ -750,8 +750,6 @@
750 750  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval]]]]
751 751  
752 752  
753 -
754 -
755 755  == 2.6 Frequency Plans ==
756 756  
757 757  
... ... @@ -765,8 +765,9 @@
765 765  
766 766  **Firmware download link:**
767 767  
768 -[[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]]
763 +[[https:~~/~~/www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0>>https://www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0]]
769 769  
765 +
770 770  
771 771  = 3. Configure SDI-12-LB via AT Command or LoRaWAN Downlink =
772 772  
... ... @@ -824,7 +824,6 @@
824 824  * Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
825 825  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
826 826  
827 -
828 828  == 3.2 Set Interrupt Mode ==
829 829  
830 830  
... ... @@ -856,7 +856,6 @@
856 856  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
857 857  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
858 858  
859 -
860 860  == 3.3 Set the output time ==
861 861  
862 862  
... ... @@ -926,7 +926,6 @@
926 926  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
927 927  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
928 928  
929 -
930 930  == 3.4 Set the all data mode ==
931 931  
932 932  
... ... @@ -949,7 +949,6 @@
949 949  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
950 950  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
951 951  
952 -
953 953  == 3.5 Set the splicing payload for uplink ==
954 954  
955 955  
... ... @@ -1005,7 +1005,6 @@
1005 1005  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1006 1006  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1007 1007  
1008 -
1009 1009  = 4. Battery & how to replace =
1010 1010  
1011 1011  == 4.1 Battery Type ==
... ... @@ -1134,11 +1134,6 @@
1134 1134  (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1135 1135  
1136 1136  
1137 -
1138 -
1139 -
1140 -
1141 -
1142 1142  = 9. Packing Info =
1143 1143  
1144 1144  
... ... @@ -1153,7 +1153,6 @@
1153 1153  * Package Size / pcs : cm
1154 1154  * Weight / pcs : g
1155 1155  
1156 -
1157 1157  = 10. ​Support =
1158 1158  
1159 1159  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0