Earth Soil Monitor Module Grove Compatible Analog and Digital Output

Earth Soil Monitor Module Grove Compatible Analog and Digital Output

  • R 210.00
    Unit price per 
  • Save R 210
Tax included.

SKU:

Description:

EARTH unit is a Soil Moisture Sensor for measuring the moisture in soil and similar materials.

The soil moisture sensor is pretty straight forward to use. The two large exposed pads function as probes for the sensor, together acting as a variable resistor. The higher moisture that is in the soil means the better the conductivity between the two so that the sensor will result in a lower resistance, and a higher SIG out.

You can read the moisture in soil by ADC. Inside this Unit we put an extra potentiometers to change the measurement ran ge.


Product Features:

  • Adjustable threshold, including 10K adjustable resistor
  • Analog & Digital output
  • GROVE interface, support UIFlow and for 
  • Two Le go-compatible holes
  • Product Size: 64.4mm x 24.1mm x 8.1mm
  • Product weight: 9.8g

Package Included:

  • 1x EARTH unit
  • 1x GROVE Cable

Application:

  • Potted soil moisture monitoring

EasyLoader

" "" "" "";">

2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click "Burn" to start burning.

     3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. Click here to view the driver installation tutorial

Example:

1. for IDE

The code below is incomplete. To get the complete code, please click here.

  #include <M5Stack.h>    void setup() {    M5.begin();    dacWrite(25, 0);//disable the speak noise      pinMode(26, INPUT);// set digital pin  }    uint16_t analogRead_value = 0;  uint16_t digitalRead_value = 0;    void loop() {    analogRead_value = analogRead(36);// read analog value of EARTH    digitalRead_value = digitalRead(26);// read digital value of EARTH  }    

2. UIFlow

To get the complete code, please click here.



PinMap:

M5Core(GROVE B)