Hey I have a circuit like this, alt text

I am powering this circuit with a 6v alkaline battery, the circuit works just fine with 100uf capacitors. But the problem is I want to replace the LED with a dpdt relay, I tried a 6v one I had laying around but it wont budge. Also when I tried the circuit with a 12v battery, the circuit just remains active for all the time. How do I get this to work?

link|improve this question

77% accept rate
feedback

4 Answers

up vote 6 down vote accepted

This should work. You may have to change the values of the resistors, as adding another transistor affects the functioning of the circuit.

Astable multivibrator relay

I have actually used a similar circuit to operate a relay at about twice a second, at 12 volts. I plan on using it for a trailer wiring tester.

link|improve this answer
So, how many transistors have you already killed this way? – starblue Mar 3 '10 at 20:48
@starblue I haven't had to replace a single transistor. I used a relatively small relay, so there isn't a lot of inductive feedback. – Brad Gilbert Mar 3 '10 at 23:21
2  
I see that a diode appeared in the right place. :-) And, you normally don't need the resistor in series with the relay if the relay coil is rated for the supply voltage. – starblue Mar 4 '10 at 6:21
feedback

You'll need to use a transistor or other switching element to drive the relay. One common circuit is here:

http://www.dnatechindia.com/index.php/Tutorials/8051-Tutorial/Relay-Interfacing.html

Just treat the output of your oscillator as the output of the microcontroller in the above circuit.

link|improve this answer
feedback

Add a transistor to supply current to the load:

http://en.wikipedia.org/wiki/Emitter_follower

link|improve this answer
feedback

How fast are you trying to turn the relay on and off? There is a turn-on and turn-off delay. If you are operating at frequencies above 10Hz or so I would look for a different solution. If you are at frequencies below that the transistor buffer should work.

link|improve this answer
The resistors are fairly high value (last band is orange, if I'm not mistaken...), the capacitors are largish (ie, at least 1uF, more likely 4.7uF or higher), and he's using an LED and seems to indicate that it blinks (ie, not just dim 50% PWM) so I'm guessing it's under 10Hz - and most small relays can handle 10Hz anyway. – Adam Davis Mar 2 '10 at 22:04
1  
Actually @Adam, it says in the question "the circuit works just fine with 100uf capacitors." – Brad Gilbert Mar 3 '10 at 15:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.