Abstract: Automatic Smart Plant Watering System is a smarter solution that works on Arduino Uno, which can automatically operate for plant watering at optimal moisture conditions of soil. It checks ...
Use a capacitive soil moisture sensor (it’s corrosion-resistant). If using a resistive type, power the sensor only during readings (use a transistor or MOSFET controlled by Arduino).
Confirm 5V supply is reaching the sensor. Replace the A0 pin connection with another analog pin and update it in code. Check if the sensor’s AOUT pin is functional.
Abstract: A key point to decrease water usage in agriculture is to employ precision agriculture by adopting technologies such as the Internet of Things (IoT). Many solutions using the IoT rely on the ...