Changes for page SDI-12-LB/LS -- SDI-12 to LoRaWAN Converter User Manual
Last modified by Mengting Qiu on 2025/07/03 15:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,7 +17,6 @@ 17 17 18 18 19 19 20 - 21 21 = 1. Introduction = 22 22 23 23 == 1.1 What is SDI-12 to LoRaWAN Converter == ... ... @@ -192,12 +192,9 @@ 192 192 Each SDI-12-LB is shipped with a sticker with the default device EUI as below: 193 193 194 194 195 -[[image:image-202301 31134744-2.jpeg]]194 +[[image:image-20230201152430-20.jpeg]] 196 196 197 197 198 - 199 - 200 - 201 201 You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot: 202 202 203 203 ... ... @@ -228,7 +228,6 @@ 228 228 229 229 Press the button for 5 seconds to activate the SDI-12-LB. 230 230 231 - 232 232 (% 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. 233 233 234 234 ... ... @@ -251,7 +251,6 @@ 251 251 The following is the display information on the serial port and the server. 252 252 253 253 254 - 255 255 [[image:image-20230201091027-6.png]] 256 256 257 257 ... ... @@ -258,6 +258,7 @@ 258 258 [[image:image-20230201091027-7.png||height="261" width="1179"]] 259 259 260 260 255 + 261 261 ==== (% style="color:blue" %)**al! ~-~- Get SDI-12 sensor Identification**(%%) ==== 262 262 263 263 ... ... @@ -266,7 +266,7 @@ 266 266 267 267 (% style="color:#037691" %)**Parameter: **(%%)aa: ASCII value of SDI-12 sensor address in downlink or HEX value in AT Command) 268 268 269 -(% 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) 270 270 271 271 272 272 The following is the display information on the serial port and the server. ... ... @@ -302,7 +302,7 @@ 302 302 303 303 (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement 304 304 305 -(% 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. 306 306 307 307 308 308 The following is the display information on the serial port and the server. ... ... @@ -339,7 +339,7 @@ 339 339 340 340 (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement 341 341 342 -(% 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. 343 343 344 344 345 345 The following is the display information on the serial port and the server. ... ... @@ -372,13 +372,12 @@ 372 372 373 373 (% style="color:#037691" %)**cc**(%%): 1-9: Additional Measurement, 0: no additional measurement 374 374 375 -(% 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. 376 376 377 377 378 378 The following is the display information on the serial port and the server. 379 379 380 380 381 - 382 382 [[image:image-20230201092208-14.png]] 383 383 384 384 ... ... @@ -464,7 +464,7 @@ 464 464 465 465 (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E); 466 466 467 -(% style="color: #red" %)**2**(%%) Check if there is return from SDI-12 sensor461 +(% style="color:red" %)**2**(%%) Check if there is return from SDI-12 sensor 468 468 469 469 (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request); 470 470 ... ... @@ -548,7 +548,7 @@ 548 548 (% 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. 549 549 550 550 551 -(% 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. 552 552 553 553 554 554 [[image:1675215782925-448.png]] ... ... @@ -563,9 +563,9 @@ 563 563 564 564 (% style="color:#4f81bd" %)**AT+DATAUP=0** 565 565 566 -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__**. 567 567 568 -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__** 569 569 570 570 Where PAYVER is defined by AT+PAYVER, below is an example screen shot. 571 571 ... ... @@ -575,12 +575,10 @@ 575 575 576 576 (% style="color:#4f81bd" %)**AT+DATAUP=1** 577 577 578 -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__**. 579 579 580 -Final Payload is 574 +Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__ 581 581 582 -__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__ 583 - 584 584 1. Battery Info (2 bytes): Battery voltage 585 585 1. PAYVER (1 byte): Defined by AT+PAYVER 586 586 1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling. ... ... @@ -602,7 +602,7 @@ 602 602 (% style="color:red" %)**When AT+DATAUP=1 and AT+ADR=0, the maximum number of bytes of each payload is determined by the DR value.** 603 603 604 604 605 -== 2.4 Uplink Payload ==597 +== 2.4 Uplink Payload == 606 606 607 607 608 608 Uplink payloads have two types: ... ... @@ -755,8 +755,6 @@ 755 755 [[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]]]] 756 756 757 757 758 - 759 - 760 760 == 2.6 Frequency Plans == 761 761 762 762 ... ... @@ -765,14 +765,14 @@ 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 - 769 769 == 2.7 Firmware Change Log == 770 770 771 771 772 772 **Firmware download link:** 773 773 774 -[[https:~~/~~/www.dropbox.com/sh/g f1glloczbzz19h/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]] 775 775 765 + 776 776 777 777 = 3. Configure SDI-12-LB via AT Command or LoRaWAN Downlink = 778 778 ... ... @@ -779,12 +779,12 @@ 779 779 780 780 Use can configure SDI-12-LB via AT Command or LoRaWAN Downlink. 781 781 782 -* AT Command Connection: See [[FAQ>> path:#AT_COMMAND]].772 +* AT Command Connection: See [[FAQ>>||anchor="H7.FAQ"]]. 783 783 * LoRaWAN Downlink instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 784 784 785 785 There are two kinds of commands to configure SDI-12-LB, they are: 786 786 787 -* **General Commands**. 777 +* (% style="color:blue" %)**General Commands**. 788 788 789 789 These commands are to configure: 790 790 ... ... @@ -796,7 +796,7 @@ 796 796 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 797 797 798 798 799 -* **Commands special design for SDI-12-LB** 789 +* (% style="color:blue" %)**Commands special design for SDI-12-LB** 800 800 801 801 These commands only valid for SDI-12-LB, as below: 802 802 ... ... @@ -1060,7 +1060,6 @@ 1060 1060 * [[Lithium-Thionyl Chloride Battery datasheet, Tech Spec>>https://www.dropbox.com/sh/d4oyfnp8o94180o/AABQewCNSh5GPeQH86UxRgQQa?dl=0]] 1061 1061 * [[Lithium-ion Battery-Capacitor datasheet>>https://www.dropbox.com/s/791gjes2lcbfi1p/SPC_1520_datasheet.jpg?dl=0]], [[Tech Spec>>https://www.dropbox.com/s/4pkepr9qqqvtzf2/SPC1520%20Technical%20Specification20171123.pdf?dl=0]] 1062 1062 1063 - 1064 1064 [[image:image-20230201145019-19.png]] 1065 1065 1066 1066 ... ... @@ -1078,7 +1078,6 @@ 1078 1078 The default battery pack of SDI-12-LB includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes) 1079 1079 1080 1080 1081 - 1082 1082 = 5. Remote Configure device = 1083 1083 1084 1084 == 5.1 Connect via BLE == ... ... @@ -1123,17 +1123,18 @@ 1123 1123 = 8. Order Info = 1124 1124 1125 1125 1126 -Part Number: SDI-12-LB-XXX 1114 +(% style="color:blue" %)**Part Number: SDI-12-LB-XXX** 1115 + 1127 1127 XXX: The default frequency band 1128 1128 1129 -AS923: LoRaWAN AS923 band 1130 -AU915: LoRaWAN AU915 band 1131 -EU433: LoRaWAN EU433 band 1132 -EU868: LoRaWAN EU868 band 1133 -KR920: LoRaWAN KR920 band 1134 -US915: LoRaWAN US915 band 1135 -IN865: LoRaWAN IN865 band 1136 -CN470: LoRaWAN CN470 band 1118 +(% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band 1119 +(% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band 1120 +(% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band 1121 +(% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band 1122 +(% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band 1123 +(% style="color:red" %)**US915**(%%): LoRaWAN US915 band 1124 +(% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 1125 +(% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1137 1137 1138 1138 1139 1139 ... ... @@ -1144,11 +1144,11 @@ 1144 1144 = 9. Packing Info = 1145 1145 1146 1146 1147 -**Package Includes**: 1136 +(% style="color:#037691" %)**Package Includes**: 1148 1148 1149 1149 * SDI-12-LB SDI-12 to LoRaWAN Converter x 1 1150 1150 1151 -**Dimension and weight**: 1140 +(% style="color:#037691" %)**Dimension and weight**: 1152 1152 1153 1153 * Device Size: cm 1154 1154 * Device Weight: g
- image-20230201152430-20.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +16.5 KB - Content