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

Summary

Details

Page properties
Content
... ... @@ -296,8 +296,6 @@
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 -
301 301  == 2.4  Payload Explanation and Sensor Interface ==
302 302  
303 303  
... ... @@ -361,9 +361,9 @@
361 361  
362 362  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.
363 363  
364 -For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is
362 +For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is
365 365  
366 -**0229(H) = 549(D) /100 = 5.49.**
364 +(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.**
367 367  
368 368  
369 369  
... ... @@ -370,8 +370,9 @@
370 370  === 2.4.6  Soil Temperature ===
371 371  
372 372  
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
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
374 374  
373 +
375 375  **Example**:
376 376  
377 377  If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
... ... @@ -400,8 +400,9 @@
400 400  
401 401  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.
402 402  
403 -Example:
404 404  
403 +**Example:**
404 +
405 405  0x(00): Normal uplink packet.
406 406  
407 407  0x(01): Interrupt Uplink Packet.
... ... @@ -460,8 +460,6 @@
460 460  * For each uplink probe, LED will be on for 500ms.
461 461  
462 462  
463 -
464 -
465 465  == 2.7  Installation and Maintain ==
466 466  
467 467  
... ... @@ -507,8 +507,6 @@
507 507  1. Avoid the probes to touch oily matter. Which will cause issue in accuracy.
508 508  1. The probe is IP68 can be put in water.
509 509  
510 -
511 -
512 512  == 2.8  PH and Temperature alarm function ==
513 513  
514 514  
... ... @@ -552,7 +552,6 @@
552 552  
553 553  
554 554  
555 -
556 556  == 2.10  Read or Clear cached data ==
557 557  
558 558  
... ... @@ -559,11 +559,9 @@
559 559  (% style="color:#037691" %)**➢ AT Command:**
560 560  
561 561  * (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
562 -* (% style="color:blue" %)**AT+CDP=0**  (%%) ~/~/  Clear cached data
557 +* (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
563 563  
564 564  
565 -
566 -
567 567  [[image:image-20220907154700-19.png]]
568 568  
569 569  
... ... @@ -810,8 +810,6 @@
810 810  * Size: 195 x 125 x 55 mm
811 811  * Weight:   420g
812 812  
813 -
814 -
815 815  = 9.  Support =
816 816  
817 817  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0