Changes for page NDDS75 -- NB-IoT Distance Detect Sensor User Manual
Last modified by Bei Jinggeng on 2024/05/31 09:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -208,9 +208,10 @@ 208 208 (% style="color:#4f81bd" %)**05DC(H) = 1500(D) /100 = 15%.** 209 209 210 210 211 +1. 212 +11. 213 +111. Soil Temperature 211 211 212 -=== 2.3.5 Soil Temperature === 213 - 214 214 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 215 215 216 216 **Example**: ... ... @@ -220,9 +220,10 @@ 220 220 If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C 221 221 222 222 224 +1. 225 +11. 226 +111. Soil Conductivity (EC) 223 223 224 -=== 2.3.6 Soil Conductivity (EC) === 225 - 226 226 Obtain soluble salt concentration in soil or soluble ion concentration in liquid fertilizer or planting medium,. The value range of the register is 0 - 20000(Decimal)( Can be greater than 20000). 227 227 228 228 For example, if the data you get from the register is 0x00 0xC8, the soil conductivity is 00C8(H) = 200(D) = 200 uS/cm.