<
From version < 51.9 >
edited by Xiaoling
on 2022/09/12 15:39
To version < 51.8 >
edited by Xiaoling
on 2022/09/12 15:36
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -296,6 +296,8 @@
296 296  * Soil Temperature,Soil PH,Time stamp : 010b0226631550fb
297 297  * (% style="color:red" %)8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,.......
298 298  
299 +
300 +
299 299  == 2.4  Payload Explanation and Sensor Interface ==
300 300  
301 301  
... ... @@ -359,9 +359,9 @@
359 359  
360 360  Get the PH content of the soil. The value range of the register is 300-1000(Decimal), divide this value by 100 to get the percentage of PH in the soil.
361 361  
362 -For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is
364 +For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is
363 363  
364 -(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.**
366 +**0229(H) = 549(D) /100 = 5.49.**
365 365  
366 366  
367 367  
... ... @@ -368,9 +368,8 @@
368 368  === 2.4.6  Soil Temperature ===
369 369  
370 370  
371 -Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is (% style="color:blue" %)**__0x09 0xEC__**(%%), the temperature content in the soil is
373 +Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is **__0x09 0xEC__**, the temperature content in the soil is
372 372  
373 -
374 374  **Example**:
375 375  
376 376  If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
... ... @@ -399,9 +399,8 @@
399 399  
400 400  The lower four bits of this data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up.
401 401  
403 +Example:
402 402  
403 -**Example:**
404 -
405 405  0x(00): Normal uplink packet.
406 406  
407 407  0x(01): Interrupt Uplink Packet.
... ... @@ -460,6 +460,8 @@
460 460  * For each uplink probe, LED will be on for 500ms.
461 461  
462 462  
463 +
464 +
463 463  == 2.7  Installation and Maintain ==
464 464  
465 465  
... ... @@ -505,6 +505,8 @@
505 505  1. Avoid the probes to touch oily matter. Which will cause issue in accuracy.
506 506  1. The probe is IP68 can be put in water.
507 507  
510 +
511 +
508 508  == 2.8  PH and Temperature alarm function ==
509 509  
510 510  
... ... @@ -548,6 +548,7 @@
548 548  
549 549  
550 550  
555 +
551 551  == 2.10  Read or Clear cached data ==
552 552  
553 553  
... ... @@ -554,9 +554,11 @@
554 554  (% style="color:#037691" %)**➢ AT Command:**
555 555  
556 556  * (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
557 -* (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
562 +* (% style="color:blue" %)**AT+CDP=0**  (%%) ~/~/  Clear cached data
558 558  
559 559  
565 +
566 +
560 560  [[image:image-20220907154700-19.png]]
561 561  
562 562  
... ... @@ -803,6 +803,8 @@
803 803  * Size: 195 x 125 x 55 mm
804 804  * Weight:   420g
805 805  
813 +
814 +
806 806  = 9.  Support =
807 807  
808 808  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0