Last modified by Mengting Qiu on 2025/07/03 15:42

From version 41.12
edited by Xiaoling
on 2023/02/01 16:36
Change comment: There is no comment for this version
To version 41.3
edited by Xiaoling
on 2023/02/01 15:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,6 +38,8 @@
38 38  [[image:image-20230201084414-1.png||height="464" width="1108"]]
39 39  
40 40  
41 +
42 +
41 41  == ​1.2 Features ==
42 42  
43 43  
... ... @@ -244,6 +244,7 @@
244 244  The following is the display information on the serial port and the server.
245 245  
246 246  
249 +
247 247  [[image:image-20230201091027-6.png]]
248 248  
249 249  
... ... @@ -250,7 +250,6 @@
250 250  [[image:image-20230201091027-7.png||height="261" width="1179"]]
251 251  
252 252  
253 -
254 254  ==== (% style="color:blue" %)**al!  ~-~- Get SDI-12 sensor Identification**(%%) ====
255 255  
256 256  
... ... @@ -259,7 +259,7 @@
259 259  
260 260  (% style="color:#037691" %)**Parameter:  **(%%)aa: ASCII value of SDI-12 sensor address in downlink or HEX value in AT Command)
261 261  
262 -(% 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)
263 263  
264 264  
265 265  The following is the display information on the serial port and the server.
... ... @@ -295,7 +295,7 @@
295 295  
296 296  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
297 297  
298 -(% 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.
299 299  
300 300  
301 301  The following is the display information on the serial port and the server.
... ... @@ -332,7 +332,7 @@
332 332  
333 333  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
334 334  
335 -(% 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.
336 336  
337 337  
338 338  The following is the display information on the serial port and the server.
... ... @@ -365,12 +365,13 @@
365 365  
366 366  (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement
367 367  
368 -(% 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.
369 369  
370 370  
371 371  The following is the display information on the serial port and the server.
372 372  
373 373  
376 +
374 374  [[image:image-20230201092208-14.png]]
375 375  
376 376  
... ... @@ -456,7 +456,7 @@
456 456  
457 457  (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E);
458 458  
459 -(% style="color:red" %)**2**(%%)  Check if there is return from SDI-12 sensor
462 +(% style="color:#red" %)**2**(%%)  Check if there is return from SDI-12 sensor
460 460  
461 461  (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request);
462 462  
... ... @@ -540,7 +540,7 @@
540 540  (% 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.
541 541  
542 542  
543 -(% 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.
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.
544 544  
545 545  
546 546  [[image:1675215782925-448.png]]
... ... @@ -555,9 +555,9 @@
555 555  
556 556  (% style="color:#4f81bd" %)**AT+DATAUP=0**
557 557  
558 -Compose the uplink payload with value returns in sequence and send with **__A SIGNLE UPLINK__**.
561 +Compose the uplink payload with value returns in sequence and send with A SIGNLE UPLINK.
559 559  
560 -Final Payload is **__Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx__**
563 +Final Payload is Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx
561 561  
562 562  Where PAYVER is defined by AT+PAYVER, below is an example screen shot.
563 563  
... ... @@ -567,10 +567,12 @@
567 567  
568 568  (% style="color:#4f81bd" %)**AT+DATAUP=1**
569 569  
570 -Compose the uplink payload with value returns in sequence and send with **__Multiply UPLINKs__**.
573 +Compose the uplink payload with value returns in sequence and send with Multiply UPLINKs.
571 571  
572 -Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
575 +Final Payload is
573 573  
577 +__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
578 +
574 574  1. Battery Info (2 bytes): Battery voltage
575 575  1. PAYVER (1 byte): Defined by AT+PAYVER
576 576  1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling.
... ... @@ -745,6 +745,8 @@
745 745  [[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]]]]
746 746  
747 747  
753 +
754 +
748 748  == 2.6 Frequency Plans ==
749 749  
750 750  
... ... @@ -758,9 +758,8 @@
758 758  
759 759  **Firmware download link:**
760 760  
761 -[[https:~~/~~/www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0>>https://www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0]]
768 +[[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]]
762 762  
763 -
764 764  
765 765  = 3. Configure SDI-12-LB via AT Command or LoRaWAN Downlink =
766 766  
... ... @@ -818,6 +818,7 @@
818 818  * Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
819 819  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
820 820  
827 +
821 821  == 3.2 Set Interrupt Mode ==
822 822  
823 823  
... ... @@ -849,6 +849,7 @@
849 849  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
850 850  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
851 851  
859 +
852 852  == 3.3 Set the output time ==
853 853  
854 854  
... ... @@ -918,6 +918,7 @@
918 918  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
919 919  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
920 920  
929 +
921 921  == 3.4 Set the all data mode ==
922 922  
923 923  
... ... @@ -940,6 +940,7 @@
940 940  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
941 941  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
942 942  
952 +
943 943  == 3.5 Set the splicing payload for uplink ==
944 944  
945 945  
... ... @@ -995,6 +995,7 @@
995 995  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
996 996  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
997 997  
1008 +
998 998  = 4. Battery & how to replace =
999 999  
1000 1000  == 4.1 Battery Type ==
... ... @@ -1123,6 +1123,11 @@
1123 1123  (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1124 1124  
1125 1125  
1137 +
1138 +
1139 +
1140 +
1141 +
1126 1126  = 9. Packing Info =
1127 1127  
1128 1128  
... ... @@ -1137,6 +1137,7 @@
1137 1137  * Package Size / pcs : cm
1138 1138  * Weight / pcs : g
1139 1139  
1156 +
1140 1140  = 10. ​Support =
1141 1141  
1142 1142