Hi there,
I have recently been making an automatic watering system using the arduino. I have realised last week that i need a relay module to be able to use the arduino as a switch for the 12v pump. Since then i've made one successfully. However there seems to be something wrong... to test the arduino with the pump and relay, i've simply used the blink example and changed the pins around. However, the pump doesn't turn on and off. I can hear the relay making veeeeeeery quiet switching noises but not turning on. To further test, i've pluged in the positive part of the relay module to the 5v pin on the arduino and the relay makes a loud switching noise and the pump turns on... Do the digital pins just not give out enough volts to turn on the relay??
It's probably Amp.s, but, yes, that's the problem.
look into driving external loads through a FET and remember that a relay is an inductive load (Hint: feedback diode).
123Splat:
It's probably Amp.s, but, yes, that's the problem.
look into driving external loads through a FET and remember that a relay is an inductive load (Hint: feedback diode).
Hi again, The relay circuit i have uses a BC108 Transistor to amplify the current... the same thing is still happening...