Download NPN Darlington Transistor TIP122

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Immunity-aware programming wikipedia , lookup

Power engineering wikipedia , lookup

Ground loop (electricity) wikipedia , lookup

Islanding wikipedia , lookup

Variable-frequency drive wikipedia , lookup

Three-phase electric power wikipedia , lookup

Power inverter wikipedia , lookup

History of electric power transmission wikipedia , lookup

Electrical substation wikipedia , lookup

Thermal runaway wikipedia , lookup

Current source wikipedia , lookup

Ohm's law wikipedia , lookup

Ground (electricity) wikipedia , lookup

Stray voltage wikipedia , lookup

Transistor wikipedia , lookup

Control system wikipedia , lookup

Schmitt trigger wikipedia , lookup

Rectifier wikipedia , lookup

Alternating current wikipedia , lookup

Surge protector wikipedia , lookup

Voltage regulator wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Power MOSFET wikipedia , lookup

Power electronics wikipedia , lookup

Voltage optimisation wikipedia , lookup

Buck converter wikipedia , lookup

Current mirror wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Mains electricity wikipedia , lookup

Opto-isolator wikipedia , lookup

Transcript
NPN Darlington Transistor designed for medium power linear switching applications. In this tutorial we
will use a TIP122 transistor, which can power devices up to 100VDC at 5 Amps. This can be used to
power devices such as motors, solenoids and fans, where the only necessary operation control operation
is ON and OFF.
The base of the transistor (PIN 1) is connected to the Arduino output pin (D6) through a 1K OHM
resistor. The emitter (PIN3) is connected to ground and the collector (PIN2) is connected to one end of
the coil of the device being driven (in our example we have a 12VDC Solenoid connected). The other end
of the coil is connected to the +12VDC external power supply (the ground from this power supply is
connected to a common ground with the Arduino - this is necessary for the transistor to function). It is
very important to put a diode across the coil of the device being powered to protect the control circuit
from a potential voltage spike that can be created when current is released from the device being
powered.
The LM35 is an integrated circuit sensor that can be used to measure
temperature with an electrical output proportional to the temperature
(in oC)
The LM35 - An Integrated Circuit Temperature Sensor

Why Use LM35s To Measure Temperature?
o You can measure temperature more accurately than a using
a thermistor.
o The sensor circuitry is sealed and not subject to oxidation,
etc.
o The LM35 generates a higher output voltage than
thermocouples and may not require that the output voltage
be amplified.

What Does An LM35 Look Like?
o Here it is.

What Does an LM35 Do? How does it work?
o It has an output voltage that is proportional to the Celsius
temperature.
o
o The scale factor is .01V/ C
o The LM35 does not require any external calibration or
trimming and maintains an accuracy of +/-0.4 oC at room
temperature and +/- 0.8 oC over a range of 0 oC to +100 oC.
o Another important characteristic of the LM35DZ is that it
draws only 60 micro amps from its supply and possesses a
low self-heating capability. The sensor self-heating causes
less than 0.1 oC temperature rise in still air.
The LM35 comes in many different packages, including the
following.





TO-92 plastic transistor-like package,
T0-46 metal can transistor-like package
8-lead surface mount SO-8 small outline package
TO-202 package. (Shown in the picture above)
How Do You Use An LM35? (Electrical Connections)
o Here is a commonly used circuit. For connections refer to
the picture above.
o In this circuit, parameter values commonly used are:
 Vc = 4 to 30v
 5v or 12 v are typical values used.
-6
 Ra = Vc /50*10
 Actually, it can range from 80 K to 600 K , but
most just use 80 K.
o
Here is a photo of the LM 35 wired on a circuit board.
 The white wire in the photo goes to the power supply.
 Both the resistor and the black wire go to ground.
 The output voltage is measured from the middle pin to
ground.l


What Can You Expect When You Use An LM35?
o You will need to use a voltmeter to sense Vout.
o The output voltage is converted to temperature by a simple
conversion factor.
o
o The sensor has a sensitivity of 10mV / C.
o Use a conversion factor that is the reciprocal, that is
100 oC/V.
o The general equation used to convert output voltage to
temperature is:
o
o
 Temperature ( C) = Vout * (100 C/V)
o
 So if Vout is 1V , then, Temperature = 100 C
 The output voltage varies linearly with temperature.
What If You Want More Data On The LM35?
o Click here to get the National Semiconductor data sheet
for the LM35.