I am trying to make a simple plant watering bot.
I am using a SRD-05VDC-SL-C 4 relay module as my relay. It clicks, but the motor (for pumping water) does not work. I have tried multiple relays.
I am using:
2 3V batteries (should I use one?)
Arduino Uno
Soil moisture sensor
The batteries are connected to the Arduino Vin and Ground ports.
The relay is connected to the 5V port.
The relay clicks, the red light turns on (and off later on), but nothing else happens.
Any help would be appreciated!
The relay that you use has 3 connection : GND, PWD, SIG!
On power fase 3 connection : NO, C, NC
To activate it you need to connect SIG to a DPin of your arduino. Change the state on DPin (example D8) the relay switch the state C->NO (D8 LOW), C->NC (D8 HIGH).
You do not have this connection on your schema example