Skip to main content

SOIL MOISTURE SENSOR USING ARDUINO WITH CONNECTION AND CODE


Soil moisture sensor is the sensing element which determine the volumetric amount of water in the soil .The sensor sense the amount of water by passing an minute voltage at its terminal .Then when the water presence is detected it send an minute voltage to the amplifying circuit and it is further amplified and send to the Arduino.
Components Required:
                      1) Arduino
                      2) Soil Moisture sensor
                      3) Led
                      4) Connecting wires
Procedure:
                  STEP 1: Take the arduino and connect it to soil moisture sensor.
                  STEP 2: Connect the +vcc pin of soil moisture sensor to the +5v pin of the arduino and connect GND pin of sensor to the GND of the arduino
                  STEP 3: Connect the A0 pin of the soil moisture sensor to the arduino
                  STEP 4: Connect led  positive to the 13pin of the arduino and connect GND to GND pin of the arduino.
                STEP 5: Now copy the code given below and compile it to the arduino and run it.
                
                  



Source Code:
int led = 13;//NBSL COMMERCIAL
void setup() {
  Serial.begin(9600);
Serial.println("NBSL COMMERCIAL");
    pinMode(led, OUTPUT);
}

void loop() {
  int sensorValue = analogRead(A0);
  Serial.println("SOIL" );
  Serial.println(sensorValue);
  delay(1);
  if (sensorValue >A 1000)
 {
  Serial.println("WATER PRESENCE FOUND");
  digitalWrite(led, HIGH);
   delay(1000);
 }
 else if (sensorValue < 1000)
 {
  Serial.println("NO WATER PRESENCE");
  digitalWrite(led, LOW);
   delay(1000);
 }

}
WORKING  VIDEO:

Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. The soil moisture sensor is the most amazing sensor used to measure the quantity and level of water present in the soil. Because of its advanced features this sensor used in application such as agriculture, indoor planting system, and lawns. You can buy the best grade soil moisture sensor, wireless humidity sensor, wireless vibration sensor, wireless light sensor, and more sensors at reliable price from Ubibot.

    ReplyDelete

Post a Comment

Popular posts from this blog

India Space Research

INDIAN SPACE RESEARCH                                      The Technology is developing day by day and new innovations are coming out day by day. Many things are runs with help of satellites for example TV receiver, Weather Forecasting, Global positioning systems(GPS), Defense purposes. Thus Aerospace development is very important for an country. INDIA , places 5 th place in space developments. The ISRO is the Indian organization of space research Developments. What is ISRO? ISRO expands as Indian Space Research Organization, which is the Indian space Development organization. ISRO Ranks 5 th place in space research. Who founded ISRO?  Indian Space Research Organization (ISRO) was founded by Jawaharlal Nehru, who is the First Prime Minister of INDIA and Scientist Vikram Sarabhai, who is known as the father of space programs in the year 1962 as Indian National Com...

Top 5 Expensive Cars in the World

5) Bugatti Veyron The Bugatti Veyron is a mid Engine sports car designed and developed by Volkswagen group and manufactured in Molsheim , France . The Top speed of the Bugatti Veyron is 407 km/h and it has 7 Speed direct Shift Automatic Transmission. The Designer of Bugatti Veyron is Jozef Kaban. The Price of Bugatti Veyron is approximately $1.7 million (Rs 12 crore). 4) Aston Martin Valkyrie The Aston Martin Valkyrie is manufactured by Aston Martin and it is the limited production of hybrid electric sports car. The maximum speed of Aston Martin Valkyrie is 402 km/h and it has a 7 speed Ricardo dual clutch transmission. The designer of Aston Martin Valkyrie is Adrian Newey. The price of Aston Martin Valkyrie is approximately $3.2 million (Rs 22 crore). 3) Lamborghini Veneno Roadstar The Lamborghini Veneno Roadstar is manufactured by Lamborghini and only 9 units of Lamborghini Veneno Roadstar were and 8 of them were sold and 1 remained at the facto...

Ice Bergs Melt due to Carbon dioxide

Ice Bergs Melt due to Carbon dioxide What is CO2?                                  CO2 which is expanded has Carbon dioxide . The CO2 in atmosphere is 0.04 and present in Earth Atmosphere. The CO2 is basically an Green House Gas which plays in important role in Maintaining Earth Average Temperature of 57 degrees Fahrenheit . The CO2 is basically an heat trapping effective green house gas. It does not trap all gas molecule on IR radiations and it also remits the IR radiations during night where other else earth average temperature will be 0 degrees Fahrenheit . Any how not only CO2 all green house gases plays an important role in it. How CO2 produced?                              CO2 is given naturally by respiration and deforestation and Main r...