<
From version < 41.5 >
edited by Xiaoling
on 2023/02/01 15:29
To version < 41.1 >
edited by Xiaoling
on 2023/02/01 15:24
>
Change comment: Uploaded new attachment "image-20230201152430-20.jpeg", version {1}

Summary

Details

Page properties
Content
... ... @@ -191,9 +191,12 @@
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-20230201152430-20.jpeg]]
194 +[[image:image-20230131134744-2.jpeg]]
195 195  
196 196  
197 +
198 +
199 +
197 197  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
198 198  
199 199  
... ... @@ -224,6 +224,7 @@
224 224  
225 225  Press the button for 5 seconds to activate the SDI-12-LB.
226 226  
230 +
227 227  (% 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.
228 228  
229 229  
... ... @@ -246,6 +246,7 @@
246 246  The following is the display information on the serial port and the server.
247 247  
248 248  
253 +
249 249  [[image:image-20230201091027-6.png]]
250 250  
251 251  
... ... @@ -252,7 +252,6 @@
252 252  [[image:image-20230201091027-7.png||height="261" width="1179"]]
253 253  
254 254  
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)
268 +(% 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.
304 +(% 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.
341 +(% 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,12 +367,13 @@
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.
374 +(% 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  
380 +
376 376  [[image:image-20230201092208-14.png]]
377 377  
378 378  
... ... @@ -458,7 +458,7 @@
458 458  
459 459  (% style="color:red" %)**1** (%%) Check if return chars are printable char(0x20 ~~ 0x7E);
460 460  
461 -(% style="color:red" %)**2**(%%)  Check if there is return from SDI-12 sensor
466 +(% style="color:#red" %)**2**(%%)  Check if there is return from SDI-12 sensor
462 462  
463 463  (% style="color:red" %)**3** (%%) Check if return pass CRC check ( SDI-12 command var1 must include CRC request);
464 464  
... ... @@ -823,6 +823,7 @@
823 823  * Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
824 824  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
825 825  
831 +
826 826  == 3.2 Set Interrupt Mode ==
827 827  
828 828  
... ... @@ -854,6 +854,7 @@
854 854  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
855 855  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
856 856  
863 +
857 857  == 3.3 Set the output time ==
858 858  
859 859  
... ... @@ -923,6 +923,7 @@
923 923  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
924 924  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
925 925  
933 +
926 926  == 3.4 Set the all data mode ==
927 927  
928 928  
... ... @@ -945,6 +945,7 @@
945 945  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
946 946  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
947 947  
956 +
948 948  == 3.5 Set the splicing payload for uplink ==
949 949  
950 950  
... ... @@ -1000,6 +1000,7 @@
1000 1000  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1001 1001  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1002 1002  
1012 +
1003 1003  = 4. Battery & how to replace =
1004 1004  
1005 1005  == 4.1 Battery Type ==
... ... @@ -1147,6 +1147,7 @@
1147 1147  * Package Size / pcs : cm
1148 1148  * Weight / pcs : g
1149 1149  
1160 +
1150 1150  = 10. ​Support =
1151 1151  
1152 1152  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0