In the previous video (https://youtu.be/LtavRdUBJ7E), you learn to connect Soil Moisture Sensor to Arduino. You can make Automatic Watering System for plants using Arduino. In this video, we are going to extend our previous experiment by connecting a relay and water motor. Write a program to take input from soil moisture sensor and switch on or switch off the water motor based on the data received from soil moisture sensor. Let’s look at the required components:
Arduino Uno R3: http://amzn.to/2srIMT3 | https://goo.gl/MkGoQC
Soil moisture sensor: http://amzn.to/2sQLiCJ | https://goo.gl/B9ewV6
Buzzer: http://amzn.to/2sXK2sz
4 Channel Relay for Arduino: http://amzn.to/2s09f8s | https://goo.gl/Dtd7Xb
Jumper wires: http://amzn.to/2s9wfkc | https://goo.gl/QK5BN4
Source code: http://www.learnbywatch.com/automatic-watering-system-for-plants-using-arduino/
Follow us:
http://www.facebook.com/learnywatch
http://www.twitter.com/learnbywatch
After watching this video you will be able to-
1. Connect Soil Moisture Sensor, Relay and water motor to Arduino Uno.
2. Write a program to accept input from soil moisture sensor and switch on or switch off water motor.