<
From version < 41.19 >
edited by Xiaoling
on 2023/02/01 16:53
To version < 44.1 >
edited by Bei Jinggeng
on 2023/02/22 14:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  * LoRaWAN 1.0.3 Class A
57 57  * Ultra-low power consumption
58 -* Controllable 5v and 12v output to power external sensor
58 +* Controllable 3.3v, 5v and 12v output to power external sensor
59 59  * SDI-12 Protocol to connect to SDI-12 Sensor
60 60  * Monitor Battery Level
61 61  * Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865
... ... @@ -132,7 +132,6 @@
132 132  [[image:1675212633011-651.png]]
133 133  
134 134  
135 -
136 136  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
137 137  |=(% style="width: 167px;" %)**Behavior on ACT**|=(% style="width: 109px;" %)**Function**|=(% style="width: 231px;" %)**Action**
138 138  |(% style="width:167px" %)Pressing ACT between 1s < time < 3s|(% style="width:109px" %)Send an uplink|(% style="width:231px" %)(((
... ... @@ -144,7 +144,7 @@
144 144  (% style="color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after joined in network.
145 145  Once sensor is active, BLE module will be active and user can connect via BLE to configure device, no matter if device join or not join LoRaWAN network.
146 146  )))
147 -|(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:109px" %)Deactivate Device|(% style="width:231px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
146 +|(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:109px" %)Deactivate Device|(% style="width:231px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means SDI-12-LB is in Deep Sleep Mode.
148 148  
149 149  == 1.7 Pin Mapping ==
150 150  
... ... @@ -462,7 +462,7 @@
462 462  
463 463  (% style="color:red" %)**var3**(%%): Whether to send //addrD0!// to get return after var2 timeout. 0: Don't Send //addrD0! //; 1: Send //addrD0!//.
464 464  
465 -(% style="color:red" %)**var4**(%%): validation check for return. If return invalid, SDI-12-LB will resend this command. Max 2 retries.
464 +(% style="color:red" %)**var4**(%%): validation check for return. If return invalid, SDI-12-LB will resend this command. Max 3 retries.
466 466  
467 467  (% style="color:red" %)**0 **(%%) No validation check;
468 468  
... ... @@ -489,7 +489,7 @@
489 489  **c**:  define the position for valid value. 
490 490  )))
491 491  
492 -For example, if return from AT+COMMAND1 is “013METER   TER12 112T12-00024895” , Below AT+DATACUT1 will get different result to combine payload:
491 +For example, if return from AT+COMMAND1 is “013METER   TER12 112T12-00024895<CR><LF>” , Below AT+DATACUT1 will get different result to combine payload:
493 493  
494 494  
495 495  (% border="1" cellspacing="4" style="background-color:#f7faff; width:510px" %)
... ... @@ -511,10 +511,10 @@
511 511  Where:
512 512  
513 513  * (% style="color:#037691" %)**MM **(%%): the AT+COMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F,
514 -* (% style="color:#037691" %)**NN **(%%):  1: set the AT+DATACUT value ; 2: set the AT+DATACUT value.
513 +* (% style="color:#037691" %)**NN **(%%):  1: set the AT+COMMAND value ; 2: set the AT+DATACUT value.
515 515  * (% style="color:#037691" %)**LL **(%%):  The length of AT+COMMAND or AT+DATACUT command
516 516  * (% style="color:#037691" %)**XX XX XX XX **(%%): AT+COMMAND or AT+DATACUT command
517 -* (% style="color:#037691" %)**YY **(%%):  If YY=0, RS485-LN will execute the downlink command without uplink; if YY=1, RS485-LN will execute an uplink after got this command. 
516 +* (% style="color:#037691" %)**YY **(%%):  If YY=0, SDI-12-LB will execute the downlink command without uplink; if YY=1, SDI-12-LB will execute an uplink after got this command. 
518 518  
519 519  (% style="color:blue" %)**Example:**
520 520  
... ... @@ -606,15 +606,6 @@
606 606  
607 607  == 2.4 Uplink Payload ==
608 608  
609 -
610 -Uplink payloads have two types:
611 -
612 -* Distance Value: Use FPORT=2
613 -* Other control commands: Use other FPORT fields.
614 -
615 -The application server should parse the correct value based on FPORT settings.
616 -
617 -
618 618  === 2.4.1 Device Payload, FPORT~=5 ===
619 619  
620 620  
... ... @@ -734,6 +734,7 @@
734 734  
735 735  === 2.4.5 Payload version ===
736 736  
727 +The version number of the payload, mainly used for decoding. The default is 01.
737 737  
738 738  
739 739  === 2.4.6 ​Decode payload in The Things Network ===
... ... @@ -757,15 +757,82 @@
757 757  [[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]]]]
758 758  
759 759  
760 -== 2.6 Frequency Plans ==
751 +== 2.6 Examples To Set SDI commands. ==
761 761  
753 +=== 2.6.1 Examples 1 ===
762 762  
755 +COM port and SDI-12 sensor communication converted to SDI-12-LB and SDI-12 sensor communication.
756 +
757 +[[image:image-20230222143809-1.png||height="564" width="729"]]
758 +
759 +1)The AT+COMMANDx command is applied to the red arrow part, and sends the SDI12 command to the SDI12 sensor:
760 +
761 +a.Send the first command and get the first reply:
762 +
763 +AT+COMMANDx=1I!,0,0,1
764 +
765 +b.Send the second command and get the second reply:
766 +
767 +AT+COMMANDx=2I!,0,0,1
768 +
769 +c.Send the third command and get the third reply:
770 +
771 +AT+COMMANDx=3I!,0,0,1
772 +
773 +d.Send the fourth command and get the fourth reply:
774 +
775 +AT+COMMANDx=4I!,0,0,1
776 +
777 +e.Send the fifth command plus the sixth command, get the sixth reply:
778 +
779 +AT+COMMANDx=1M!,2,1,1
780 +
781 +f.Send the seventh command plus the eighth command, get the eighth reply:
782 +
783 +AT+COMMANDx=2M!,2,1,1
784 +
785 +g.Send the ninth command plus the tenth command, get the tenth reply:
786 +
787 +AT+COMMANDx=3M!,1,1,1
788 +
789 +h.Send the eleventh command plus the twelfth command, get the twelfth reply:
790 +
791 +AT+COMMANDx=4M!,1,1,1
792 +
793 +
794 +2) The AT+DATACUTx command is applied to the green arrow part, receiving and cut out data from the SDI12 sensor:
795 +
796 +a.The first reply, all 34 characters: ”113TRUEBNERSMT100038220303182331<CR><LF>”
797 +
798 +Cut out all characters: AT+ALLDATAMOD=1 or AT+DATACUTx=34,2,1~~34;
799 +
800 +b. The sixth reply, all 31 characters:”1+19210+1.04+0.00+22.49+11.75<CR><LF>”
801 +
802 +Cut out all characters: AT+ALLDATAMOD=1 or AT+DATACUTx=31,2,1~~31;
803 +
804 +c. The eighth reply, all 31 characters:”2+18990+1.08+0.00+22.24+11.80<CR><LF>”
805 +
806 +Cut out all characters: AT+ALLDATAMOD=1 or AT+DATACUTx=31,2,1~~31;
807 +
808 +d. The tenth reply, all 15 characters:”3-2919.8+24.0<CR><LF>”
809 +
810 +Cut out all characters: AT+ALLDATAMOD=1 or AT+DATACUTx=15,2,1~~15;
811 +
812 +e. The twelfth reply, all 25 characters:”4+30.8+22.84+4.7+954.38<CR><LF>”
813 +
814 +Partial cut, the cut sensor address and the first two parameters:AT+DATACUTx=25,2,1~~12, cut out the character field ” 4+30.8+22.84”.
815 +
816 +== ==
817 +
818 +== 2.7 Frequency Plans ==
819 +
820 +
763 763  The SDI-12-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
764 764  
765 765  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
766 766  
767 767  
768 -== 2.7 Firmware Change Log ==
826 +== 2.8 Firmware Change Log ==
769 769  
770 770  
771 771  **Firmware download link:**
... ... @@ -772,7 +772,6 @@
772 772  
773 773  [[https:~~/~~/www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0>>https://www.dropbox.com/sh/qrbgbikb109lkiv/AACBR-v_ZhZAMengcY7Nsa1ja?dl=0]]
774 774  
775 -
776 776  
777 777  = 3. Configure SDI-12-LB via AT Command or LoRaWAN Downlink =
778 778  
... ... @@ -801,7 +801,7 @@
801 801  These commands only valid for SDI-12-LB, as below:
802 802  
803 803  
804 -== ​​​​​​​3.1 Set Transmit Interval Time ==
861 +== 3.1 Set Transmit Interval Time ==
805 805  
806 806  
807 807  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -842,14 +842,14 @@
842 842  |(% style="width:156px" %)AT+INTMOD=?|(% style="width:187px" %)Show current interrupt mode|(% style="width:165px" %)(((
843 843  0
844 844  OK
845 -the mode is 0 = No interruption
902 +the mode is 0 = Disable Interrupt
846 846  )))
847 847  |(% style="width:156px" %)AT+INTMOD=2|(% style="width:187px" %)(((
848 848  Set Transmit Interval
849 -~1. (Disable Interrupt),
850 -2. (Trigger by rising and falling edge)
851 -3. (Trigger by falling edge)
852 -4. (Trigger by rising edge)
906 +0. (Disable Interrupt),
907 +~1. (Trigger by rising and falling edge)
908 +2. (Trigger by falling edge)
909 +3. (Trigger by rising edge)
853 853  )))|(% style="width:165px" %)OK
854 854  
855 855  (% style="color:blue" %)**Downlink Command: 0x06**
... ... @@ -988,6 +988,7 @@
988 988  
989 989  == 3.6 Set the payload version ==
990 990  
1048 +
991 991  Feature, Set the payload version.
992 992  
993 993  (% style="color:blue" %)**AT Command: AT+PAYVER**
... ... @@ -1121,10 +1121,15 @@
1121 1121  = 8. ​Order Info =
1122 1122  
1123 1123  
1182 +(((
1124 1124  (% style="color:blue" %)**Part Number: SDI-12-LB-XXX**
1184 +)))
1125 1125  
1186 +(((
1126 1126  XXX: The default frequency band
1188 +)))
1127 1127  
1190 +(((
1128 1128  (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1129 1129  (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
1130 1130  (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
... ... @@ -1133,6 +1133,7 @@
1133 1133  (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
1134 1134  (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1135 1135  (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1199 +)))
1136 1136  
1137 1137  
1138 1138  = 9. Packing Info =
image-20230222143809-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +322.1 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0