Aim
The aim of the project is to Implement an Internet of Things (IoT) solution to monitor crop health and growth remotely.
Problem statement
The system should enable remote monitoring and provide farmers with actionable insights through a user-friendly interface, facilitating timely decision-making for irrigation, fertilization, and disease prevention. The goal is to enhance crop yield, resource efficiency, and overall farm productivity through intelligent data-driven agriculture.
Material used
Input: Tempertaure Sensor and Soil Moisture Sensor
Brain: TinkerSpace Brain Board
Output: Smartphone
Battery: 5V Lithium-ion rechargeable battery
Component description
Soil Moisture sensor
The function of soil moisture sensor is to detect the moisture and send the signal to the Brain unit (TinkerSpace board).
Temperature sensor
The function of temperature sensor is to detect the temperature and send the signal to the Brain unit (TinkerSpace board).
Smartphone
Smartphone is used to monitor the temperature and moisture present in the soil
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Tempertaure Sensor and Soil Moisture Sensor and control the smartphone.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the soil is wet,Soil moisture turns ON and sends the signal to the brain board. The brain board sends the signal to the smartphone and gets the messsage that soil is wet.
Case 2: When the soil is not wet,Soil moisture turns OFF and sends the signal to the brain board. The brain board sends the signal to the smartphone and gets the messsage that soil is not wet.
Case 3: When temperature is low, temperature sensor turns OFF and sends the signal to the brain board. The brain board sends the signal to the smartphone and gets the messsage that temperature is low.
Case 4:When temperature is high, temperature sensor turns ON and sends the signal to the brain board. The brain board sends the signal to the smartphone and gets the messsage that temperature is high.
Circuit Design (DesignSpace)
Step 1: Connect TEMPERTURE SENOSOR to input 1 and SOIL MOISTURE SENSOR to input 2
Step 2: Connect SMARTPHONE to output
Step 3: Connect supply and test project.