Transistor Confusion and other Electronic Gibberish
All,
Ive been designing a simple speed controller (well, kind of) based on logic gates, transistors and relays to allow F, B, FL, FR, BL, BR and Spin L and R all at full speed only. Im by no means an electronics whizz so Id appreciate some guidance.
Firstly - can I use 74 series CMOS logic gate ICs on 12V? If so, do I need to put resistors in series with them or anything in order to increase/reduce the current? My design is entirely based on this premise and if this is not possible then Im going to need a rethink, or a separate level of relay switching a relay switching a motor.
Second : I bought a couple of MOSFETs and some automotive relays at weekend. When I connected battery to MOSFET (drain I think) to Relay (via Source of MOSFET) to battery, the relay activated whether the gate had a current or not. If I connected the gate the relay stayed on even when the drain was disconnected, but if I just connected gate and source, the relay did not activate. Are my FETs fried, am I using them wrong, or do I need some extra resistance or something to prevent the FETs being triggered?
Thatll do for now. Im sure any responses will throw up further questions.
Cheers
-- Kev
Transistor Confusion and other Electronic Gibberish
Incidentally Ive put this in the wrong forum. I meant to put it in featherweights, but Im not sure where it best fits to be honest :proud:
-- Kev
Transistor Confusion and other Electronic Gibberish
You cant drive the 74xx series at 12v. They are 5v only. You can drive 4xxx series at 12v, but I dont think you can do that with all of them.
Read the datasheets! There are tons of them on the net.
If you dont have a part number of the fet I cant help you with that, although odds are the pins are gate-drain-source. It sounds like it is still OK. Did you know they are sensitive to static electricity? So handle them carefully.
Transistor Confusion and other Electronic Gibberish
The pins are gate-drain-source, but if I connect the load across drain and source the relay shouldnt activate until the gate is connected should it?
Thanks for the IC info. More plans needed I think. Might have to incorporate a 5V relay to activate the 12V relay - unless anyone can think of a better way?
-- Kev
Transistor Confusion and other Electronic Gibberish
Oh and the part number of the FET was (I think) BUZ10. Or at least thats how the maplin catalogue described it.
-- Kev
Transistor Confusion and other Electronic Gibberish
Unlike a normal transistor, FETs are turned on or off by the voltage of the gate terminal relative to the source, rather than a current flowing into the gate.
The gate has a small capacitance so it will stay charged to a high voltage after it is disconnected, so it may be that you need to connect the gate to the source in order to turn it off. In fact you can often turn them on or off by touching the gate terminal with one hand and touching the battery postive or negative terminal with the other hand. They are very static sensitive though, as Stefan says.
Transistor Confusion and other Electronic Gibberish
So if I connected it backwards by mistake (i.e. batt + to source), the gate and source may both be positive and the thing might turn on? Or am I misunderstanding there?
Would I be more successful using a high power standard (bipolar) transistor? (as I tried the same experiment with some unspecified transistor and the same thing happened) - would it even need to be high power?
Cheers
-- Stupid Kev
Transistor Confusion and other Electronic Gibberish
Most MOSFETs have an internal diode (or behave as though they do) so current will flow form source to drain regardless of the state of the gate.
You dont need a super high-power transistor - normal car relays have a coil resistance of 85 ohms, which is about 150 mA at 12V. Id use a transistor with at least twice that current capacity as its an inductive load. Personally I would use a Darlington array IC - search for ULN2803 on Maplin.co.uk. This will probably be cheaper than building it out of discrete components as well.
Also, if youre using a MOSFET or NPN transistor, connect the source or emitter to ground and the load between the battery positive and drain/collector.
Transistor Confusion and other Electronic Gibberish
Ive seen darlington arrays and wondered what they did - so are they basically a complex transistor? Or a transistor with built in safety stuff?
Sorry for the silly questions but Im going from first principles here :proud:
Transistor Confusion and other Electronic Gibberish
A darlington driver is basically two transitors connected in sequence. One small transistor drives the base of the bigger transistor. This provides a lot of amplification so you can control large loads from a CMOS level output. They dont provide any extra safety as such.