Hi everyone,
sorry for the newbish question - I've been struggling with this for a while, read plenty of posts, done lots of searches, etc... today I had a more knowledgeable and experienced friend come round and help, and he was stumped as well, so definitely time to turn to the forums. I want to get this 100% right before I plug it in to the wall.
I am attempting to build a thermostat/heater using the following equipment:
Freetronics Twenty Ten (Arduino clone)
DS18b20 temperature sensors
220-240VAC Aquarium heater
and a SY4080 SSR (http://www.jaycar.com.au/productView.asp?ID=SY4080, datasheet http://www.jaycar.com.au/products_uploaded/SY-4080.pdf)
If you don't want to read the entire datasheet, here's the important specs:
Voltage Range: 3- 32V DC
Control Current: 15mA Max
Input Resistance: 2.2kohm min.
Output Circuit - Max load current: 3A
Nominal Line Voltage: 240V AC
Load Voltage Range: 24- 280V AC-
As far as I understand, the specs of this relay are perfect for use with an Arduino. I've read several forum posts that say it's not necessary to use a resistor or any other circuitry with SSRs, so I just wired it straight up to the Arduino like an LED, with a 2-second 'blink' program on the Arduino, and tried to measure a connection across the load side of the relay using a multimeter. Nothing happens (I tried both orientations of wires to the poles on the relay). There is a voltage of 2.6V running across the switching circuit when it blinks, however, and the LED I left in series is blinking, but dimly.
I'm assuming that the voltage on that circuit has dropped from 5 to 2.6V because of the resistance of the relay (2.2K) ?
Then I thought maybe the AC side needs a current running across it in order to switch... so I wired up a small circuit with a 6V battery and some LEDs, and also tried making one using the 5v output from the Arduino (I am under the impression that DC power can be used here even though it is for an AC load, correct me if I'm wrong). No change. But now I have noticed that the "Load Voltage Range" is 24-280V - does that mean the relay won't work with less than 24V on the load circuit? Is that my problem?
Otherwise, can anyone suggest any other problems with this setup or any ideas on what might be going wrong?
Is this actually a good relay to use for this purpose? If not, any suggestions for others that are relatively cheap and preferably already available in Australia?
thanks for your help, and feel free to speak to me like a two year old - I'm still getting the hang of basic concepts in electronics, so may need some explaining.