# Transistors 101

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/060/285/medium800/components_Replica-of-first-transistor.jpg?1535484616 Image by Wikipedia user Ulfbastel, CC BY-SA 3.0)

At their core, transistors amplify power. Note that: power. You can use a transformer to amplify either current or voltage, but you have to trade off the other. i.e. you can get more voltage but at a lower current, or more current, but at a lower voltage. Transistors can give you an increase in both.

This proves to be extremely useful - who _doesn't_ want more power? Transistors are very truly the basis of modern electronics, but we'll be looking at a specific use in this guide: controlling high power circuits/devices with a low power microcontroller.

This guide will focus on Bipolar Junction Transistors, aka BJTs. Bipolar because they use two kinds of silicon. Junction because pieces of those two different kinds of silicon are up against each other.

# Transistors 101

## Basic Operation

The central idea to the operation of a transistor is that a little bit of current flowing between the base and emitter causes a larger current to flow between the collector and emitter.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/517/medium800/components_learn_arduino_transistor.png?1534874073 From Simon Monk's Arduino/motor guide: https://learn.adafruit.com/adafruit-arduino-lesson-13-dc-motors)

A transistor is essentially an amplifier. In fact the initial tests of the first transistor involved hooking a speaker to its output and hearing that it was louder than the input. Every modern piece of audio circuitry has transistors at its heart amplifying signals.

A transistor will act linearly if the base-emitter current is within a specified range (depending on the model of transistor). That means that the collector-emitter current will be some multiple of the base-emitter current. That multiplier is called the transistor's gain. For example, the gain of a 2N3904 (a very common small transistor) is typically around 100. The gain can vary between specific parts even of the same part number. Additionally the exact value of the gain depends on the collector-emitter current. The result is that the value of the gain isn't all that important. The key thing is that it's there, and it is often a couple orders of magnitude, especially with fairly high collector-emitter currents.&nbsp;

Another nice feature of transistors is that they can be driven into _cutoff_ and _saturation_. When this happens they stop acting linearly and act non-linearly: in cutoff they act like an open switch, and in saturation they act like a closed switch. This switching behavior is incredibly useful, and is the foundation of digital electronics.

Using a transistor as a switch has some advantages;

- A circuit that can provide only a small current (e.g. from a GPIO pin) can control a much larger current (e.g. a motor).
- Switching state happens very quickly (the 2N3904 takes at most 50 ns - about 5 hundred-thousandths of a millisecond). That's a general purpose part; some are much faster.
- Because of the above point, transistors can be switched off & on at a very high frequency... high enough to make modern computer speeds possible.
- A transistor switch can be controlled by a pulse-width modulated (PWM) signal, something that a mechanical switch can't do.
- Transistors don't bounce like a mechanical switch.
- A single control signal can control multiple circuits as each requires only a small current.

# Transistors 101

## NPN and PNP: What?!

NPN and PNP refer to the arrangement of the pieces that make up the transister. The practical result is the direction of current flow.

A bipolar junction transistor is made up of three pieces of silicon. Depending on what is added to the silicon, it will be either N-type or P-type.&nbsp; An NPN transistor has a piece of P-type silicon (the base) sandwiched between two pieces of N-type (the collector and emitter). In a PNP transistor, the type of the layers are reversed. Below is a typical cross section of a transistor.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/692/medium800/components_NPN_Cross-section.png?1535047738 In the public domain, by Wikipedia user Inductiveload)

NPN and PNP transistors have very similar schematic symbols. The only difference is the direction of the arrow on the emitter. In a NPN (on the left) it points outward, for a PNP (on the right) it points inward.

&nbsp;

You can interpret that arrow in a couple ways: it's the direction of positive current flow (opposite of electron flow), and also as pointing toward the lower voltage when the transistor is switched on, i.e. for an NPN the emitter has to be at a lower voltage than the base/collector in order for it to conduct, whereas for a PNP it has to be higher.

![components_NPN_symbol.png](https://cdn-learn.adafruit.com/assets/assets/000/059/693/medium640/components_NPN_symbol.png?1535048639)

![components_PNP_symbol.png](https://cdn-learn.adafruit.com/assets/assets/000/059/694/medium640/components_PNP_symbol.png?1535048652)

## Example uses
Since a PNP transistor works more or less the opposite of an NPN, it can be used where negative voltages are involved.&nbsp; One such example is in amplifying an AC signal\* for driving a speaker. A speaker moves air to create sound. While you can use a speaker with a DC signal (that varies between 0 and some positive voltage) that pushes the speaker cone outward (and relax to it's neutral position) to create a sound wave, you can create louder sound if you also pull the cone back.

Below is a simplified example of just that. when the input is positive, the NPN transistor conducts and drives the output toward +V. When the input is negative, the PNP transistor conducts, driving the output toward -V.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/886/medium800/components_Pushpull.png?1535125496 By Wikipedia user  Krishnawhite - in the public domain)

In my digital electronics tools learning guide is a [DIY logic probe](https://learn.adafruit.com/some-digital-tools/logic-probe) that uses a PNP transistor to drive one of the LEDs. When the `PROBE` input is high, `T1` switches on which, because of the resistors making up the voltage divider on its collector and emitter, drops the voltage at the base of `T2` enough below its emitter (at `VCC`) to cause it to switch on, thus turning on`LED1`.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/889/medium800/components_logic_probe_schematic.png?1535125772)

<sub>* An AC signal is one where the voltage can be positive and negative, and is typically constantly changing.</sub>

# Transistors 101

## Darlington Pairs

Sometimes you want to control a really large amount of current; more than a single transistor's gain can provide. I.e. the output current has to be more than the input current multiplied by the transistor's gain.

In this case we can combine two transistors in what is called a Darlingtion connection. In this configuration the gain of the pair is very slightly more than the product of the gain on the individual transistors and can be 1000 or more. Specifically, its the product of the gains plus the sum of the gains, but the product is usually high enough that the sum can be ignored for calculations.

At its core, a Darlington pair is simply two transistors cascaded together:

![](https://cdn-learn.adafruit.com/assets/assets/000/059/544/medium800/components_322px-Darlington_pair_diagram.png?1534905098 CC BY-SA 3.0 by wikipedia user Michael9422)

A common Darlington pair is the TIP120 which is a great choice for the examples later in this guide. It can handle up to 5A continuously (with bursts of 8A) and up to 60V across the collector and emitter. It has a gain of ~1000.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/664/medium800/components_tip120.png?1534993162 From the TIP120 datasheet: http://www.adafruit.com/datasheets/TIP120.pdf)

A TIP120 is just the circuit above packaged in a convenient 3-pin package (base, collector, and emitter). Since it's meant for power switching/amplification it comes with a metal backplate to which a larger heatsink can be attached.

### TIP120 Power Darlington Transistors - 3 pack

[TIP120 Power Darlington Transistors - 3 pack](https://www.adafruit.com/product/976)
Transistors are powerful little electronic switches, and when our little NPN transistors aren't power enough for your project, we have been known to use these beefy TIP120 Darlington transistors. Great for whenever you need to control medium to high-power electronics such as motors,...

In Stock
[Buy Now](https://www.adafruit.com/product/976)
[Related Guides to the Product](https://learn.adafruit.com/products/976/guides)
![3 pack TIP120 Power Darlington Transistors](https://cdn-shop.adafruit.com/640x480/976-01.jpg)

The "drive" connections of the CRICKIT are, in fact, darlington drivers. They are all on a single IC, called a&nbsp; **ULN2803** , with 7 or 8 Darlington's each with the following design:

![](https://cdn-learn.adafruit.com/assets/assets/000/059/499/medium800/components_uln2003A-driver.png?1534867297 From the ULN2003 datasheet)

This chip is very convenient to use as it provides everything needed: all the biasing resistors, and all the protection diodes needed for inductive loads such as electromagnets, solenoids, and relays.

The CRICKIT uses 4 of these drivers, though the chip contains 7. There are a variety of versions of this design, some with 8 drivers in a slightly larger chip.

### ULN2803: 8 Channel Darlington Driver (Solenoid/Unipolar Stepper)

[ULN2803: 8 Channel Darlington Driver (Solenoid/Unipolar Stepper)](https://www.adafruit.com/product/970)
Bring in some muscle to your output pins with 8 mighty Darlingtons! This DIP chip contains 8 drivers that can sink 500mA from a 50V supply and has kickback diodes included inside for driving coils. This will let your little microcontroller or microcomputer power solenoids, DC motors (in one...

In Stock
[Buy Now](https://www.adafruit.com/product/970)
[Related Guides to the Product](https://learn.adafruit.com/products/970/guides)
![ULN2803 8 Channel Darlington Driver. Solenoid/Unipolar Stepper chip.](https://cdn-shop.adafruit.com/640x480/970-01.jpg)

# Transistors 101

## Open Collector

Rather than output a signal we often want to provide a current sink. This is common when controlling power to a circuit.

An open-collector output is used to connect one side of the device being controlled to ground. The other side of the device will be connected to power. If you look at the CRICKIT "drive" outputs you will see that this is exactly what they are. You connect the positive side of your device (a high power LED, solenoid, etc) to the 5v connection and the negative side to a drive output.&nbsp;

Electrically the transistor in an open collector configuration acts just like a mechanical on-off switch (except with the benefits listed previously).

![components_oc.png](https://cdn-learn.adafruit.com/assets/assets/000/059/555/medium640/components_oc.png?1535503837)

In [another guide](https://learn.adafruit.com/digital-circuits-6-eprom-emulator/the-74244-octal-tristate-buffer) we see another use of open collector connections: when the transistor switch is in its off state, the load is disconnected.&nbsp; One advantage of this is that multiple open collector connections and be tired together and any one can turn on the load independent of the others, operating like an OR gate.

![](https://cdn-learn.adafruit.com/assets/assets/000/059/618/medium800/components_oc-parallel.png?1534965857)

If we add a pull-up resistor instead of a load we get a logic circuit; each transistor functions as a tri-state inverter, together making up a (in this case) 3-input NOR gate. If A, B, and C are all low, none of the transistors are conducting (i.e. on) which means the output is high due to the pull-up resistor. If any on the inputs is high, the corresponding transistor is switched on, connecting the output to ground.

![components_oc-tristate.png](https://cdn-learn.adafruit.com/assets/assets/000/059/619/medium640/components_oc-tristate.png?1535503871)

# Transistors 101

## FETs

![](https://cdn-learn.adafruit.com/assets/assets/000/059/753/medium800/components_Boba_Fett.jpg?1535118576 by WIkipedia user Richie S - CC BY 2.0)

No. Not that Fet.

FET as in Field Effect Transistor.

It's a different way to build a transistor. A way that has some distinct advantages. One major advantage for the usage we've been looking at is efficiency.&nbsp; FETs don't waste as much power, which means they don't heat up as much as bipolar transistors. Another is that to control them takes a voltage and not a current, unlike a BJT (which, if you recall, is controlled by the base-emitter current).

Because of their lower power/current characteristics, they are ideal to cram into a small space. This makes them perfect for building large digital chips.&nbsp;

We won't go into any more detail, but it's worth considering using a FET for high current applications or where you want to avoid the wasted power and/or generated heat.

# Transistors 101

## Examples

## Driving a LED Strip

A simple LED strip is a great example of a load. You simply control whether current is flowing through it. All you need to be concerned with is whether the control circuit can supply enough current.

These neon-like LED strips 'look' like one very big, high power LED - and they need 12V to light up!

### Flexible Silicone Neon-Like LED Strip in Various Colors

[Flexible Silicone Neon-Like LED Strip in Various Colors](https://www.adafruit.com/product/3902)
Here at Adafruit we love discovering new and exotic glowing things. Like moths to the flame, we were intrigued by these fresh&nbsp; **Flexible Silicone Neon-Like LED Strips**! They _look_ a lot like neon, but without the need for expensive transformers, glass tubing or inert...

Out of Stock
[Buy Now](https://www.adafruit.com/product/3902)
[Related Guides to the Product](https://learn.adafruit.com/products/3902/guides)
![Multiple coils of Flexible Silicone Neon-Like LED Strip in Various Colors](https://cdn-shop.adafruit.com/640x480/3902-00.jpg)

Here we have a Gemma M0 using a PWM output (a 3.3v signal that can provide a handful of milliamps) to drive a TIP120 Darlington Pair to control an led strip (no Fritzing part for it yet, so a single LED is used as a proxy). The strip takes 12v and 0.8A... aka 800 mA.

The gain of the TIP120 is about 1000, so to get 0.8A through the strip, we need a base current of 0.8mA.&nbsp; Erring on the side of being generous, a 2.2K bias resistor should give a bit over 1mA of base current. That's plenty to drive the TIP120 into saturation.

![](https://cdn-learn.adafruit.com/assets/assets/000/060/205/medium800/components_power_switch_bb.png?1535425910)

Here's the circuit in action. At the top you can see the TIP120. In the bottom-left is the GemmaM0 with the ground and control connected by the black and green clips, respecively. The other alligator clip is an insulated 3rd hand holding the Gemma. On the bench below is the LED strip which fades off and on due to the ramping PWM signal.

![](https://cdn-learn.adafruit.com/assets/assets/000/060/206/medium800thumb/components_led_strip.jpg?1535426615)

The code running this demo is:

```
import time
import board
import pulseio

led = pulseio.PWMOut(board.D2, frequency=5000, duty_cycle=0)

while True:
    for i in range(100):
        if i &lt; 50:
            led.duty_cycle = int(i * 2 * 65535 / 100)  # Up
        else:
            led.duty_cycle = 65535 - int((i - 50) * 2 * 65535 / 100)  # Down
        time.sleep(0.05)

```

## Electromagnets, Solenoids, and Motors

These are electrically very similar: they are all inductive loads (made of a coil of wire) that can draw a moderate to high amount of current. As such they can't be controlled directly from a GPIO pin. This is where transistors come in.

An electromagnet is a coil of wire around a core of magnetic material. When current flows though the coil, a strong magnetic field is generated. I.e. it becomes a magnet. When the current stops, it ceases to be a magnet.

A solenoid is basically an electromagnet in which the core and slide back and forth inside the coil. When current flows though the coil, the core moves. It can be used to create linear motion from a current. Ever have a electric model railroad? The switches points were moved by a solenoid.

A motor is an arrangement of coils and permanent magnets such that controlling the current through the coils (done inside the&nbsp; motor) causes the motor's shaft to spin, thus creating rotary motion from a current.

For our purpose of turning them on and off, we can think of them as all just being an inductive load.

Simon Monk did [a guide on controlling a DC motor with an Arduino](https://learn.adafruit.com/adafruit-arduino-lesson-13-dc-motors). Naturally, this used a transistor.&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/059/516/medium800/components_learn_arduino_schematic.jpg?1534873720)

Since a transistor is a switch, it can be driven with a PWM signal. With a motor, a higher duty cycle results is a faster rotation, i.e. higher speed.

**It's important to note the diode. When a motor stops, the magnetic field collapses and induces a reverse current. That can be enough to burn out the transistor. The diode serves to drain off that current harmlessly.&nbsp; Whenever you are controlling a motor or other inductive load, you must have a diode across it like this.**

### 1N4001 Diode - 10 pack

[1N4001 Diode - 10 pack](https://www.adafruit.com/product/755)
This here is a 10 pack of the classic 1N4001 power blocking diode. These are good for reverse polarity protection (put it between your DC power jack and circuitry to avoid a negative-voltage that would zap your delicate electronics), kickback protection (place across your solenoids, relays...

In Stock
[Buy Now](https://www.adafruit.com/product/755)
[Related Guides to the Product](https://learn.adafruit.com/products/755/guides)
![ 10 pack of 1N4001 Diodes](https://cdn-shop.adafruit.com/640x480/755-03.jpg)

Danger: 

## Motor H bridge

The above motor controller can turn the motor on and off, as well as control its speed, but it can only make it spin in one direction.

To control the direction of the motor as well, it can be driven using an arrangement of transistors called an H-bridge, shown below. Notice the resistors between each input switch and transistor base. These limit the current flowing through the base to just enough to drive it into saturation. Also, there is a diode between the pairs of collectors and power & ground. These allow the current generated when the motor stops to be drained away harmlessly. Without them the reverse current could blow out the transistors, as mentioned earlier.

Here's the schematic of an H-Bridge motor driver. Notice the use of PNP Transistors at the top (which connect the motor to Vcc) and NPN transistors at the bottom (which connect it to ground). By enabling diagonally opposite pairs of transistors the motor can be spun in either direction by controlling the direction which current flows through it.

&nbsp;

Below is a breadboard layout.

![components_bridge-schematic.png](https://cdn-learn.adafruit.com/assets/assets/000/059/661/medium640/components_bridge-schematic.png?1534992744)

![components_bridge-1.png](https://cdn-learn.adafruit.com/assets/assets/000/059/662/medium640/components_bridge-1.png?1534992761)

![components_bridge-2.png](https://cdn-learn.adafruit.com/assets/assets/000/059/663/medium640/components_bridge-2.png?1534992778)

![](https://cdn-learn.adafruit.com/assets/assets/000/059/515/medium800/components_bridge-bb.png?1534870374)

That's a fair number of components which take up a fair bit of space.&nbsp; Thankfully, you can get two of these packaged neatly onto a 16-pin chip: the DRV8833 which is used on the CRICKIT. Technically the DRV8833 uses FET transistors but the operation of the circuit is identical.

One handy feature of an H-bridge is that not only can it control forward and reverse operation of the motor, but it also provides coast (the motor spins freely) and brake (the motor resists rotation) modes.

See [this post on robotroom.com](http://www.robotroom.com/BipolarHBridge.html) and the [DRV8833 datasheet](http://www.ti.com/lit/ds/symlink/drv8833.pdf) for more details.

# Transistors 101

## FAQ

I let people know on the Adafruit Discord that I was working on this guide and asked for questions. here are some of them.

## How do I pick a transistor for the job?

The first thing to consider is the amount of current being controlled. If it's no more than a couple dozen mA (e.g. for a simple LED) then something like a 2N2222/2N3904 will be fine. For a higher current load like a LED strip or a solenoid, a Darlington pair like a TIP120 is a better choice. For high current control, consider using a FET to minimize the waste and heat.

## How do I choose a bias resistor(s)?

Assuming you want to use the transistor as a switch, then you want the bias resistor to ensure that the transistor is saturated when the input is high.&nbsp;

For an example, the load you are controlling requires 200mA; that's the collector current I<sub>c</sub>. Further let's use a typical transistor (such as a PN2222) that has a gain of ~100 at that collector current.&nbsp; Looking at the [datasheet](https://www.onsemi.com/pub/Collateral/PN2222-D.PDF)&nbsp;we see that the _Base-Emitter Saturation Voltage_ (on page 2) is 0.6v. That will cause the transistor to saturate. If we control this with a 3.3v microcontroller then the bias resistor needs to have 3.3v - 0.6v = 2.7v across it.&nbsp; With an I<sub>c</sub> of 200mA and a gain of 100, we have a base current I<sub>b</sub>&nbsp; of I<sub>c</sub>/gain = 200mA/100 = 2mA.&nbsp; This is within the range of a typical GPIO pin's current rating\*.&nbsp; We will need a resistor of 2.7v/2mA = 2.7/0.002 = 1350 ohms. 1.2K ohms is a common value, and using a slightly lower bias resistor than the calculation indicates will result in a slightly higher base-emitter current and guarantee that the transistor is saturated when the input is high.

If you're not sure, or you don't want to do the math, a 1K resistor is a great place to start. Reduce it if you need more current. Increase the resistor ohms if you want less current.

## How do I figure out how much heat will be generated?

Heat generated by a transistor is measured in watts (W) and is computed by multiplying the saturation voltage of the transistor (across the collector/emitter pins) by the collector-emitter current. The TIP120 used in the earlier example has a saturation voltage 2v when the current is 3A (and 4v when it's 5A). This information will be on the transistor's datasheet. So if we run 3A through it it will have a voltage drop of 2v. That's 6W of power being dissipated as heat.

In general, a TIP120 can disappate about 2W without a heatsink but it will get _hot_ - so pick up a heat sink!

## How do I figure out what heat sink I'll need (if any)?

Let's consider the TIP120 again. It's maximum working case temperature is 150C.&nbsp; Aiming to keep the temperature below 100C is a reasonable goal. That's well below the limit.

To choose a heatsink we also need to know the ambient temperature where the transistor will be operating. 50C is a reasonable guess if the circuit is enclosed with a moderate amount of circuitry.&nbsp; &nbsp;If it's lower there isn't a problem (it's easier to get rid of excess heat). The difference between the transistor case temperature we are aiming for and the ambient is 50C. Again, reusing the above examples, the transistor dissipates 6W. To choose a heatsink, we divide the temperature difference by the dissipated power: 50C/6W = 8.3 C/W.&nbsp; This number is called thermal resistance. A heatsink needs to be selected that has a thermal resistance of about 8.3 C/W.

Since we chose 100C target which is well below the worst case, we can play around a bit with the exact thermal resistance of the heatsink to work with size and supply. This will also give us more options.

For example, we can find a TO220 specific heatsink at Digikey with a thermal resistance of 9.0, yet is still rated for 6W at 50C:

![](https://cdn-learn.adafruit.com/assets/assets/000/060/233/medium800/components_heatsink-9_0.jpg?1535469073)

<sub>* For example, a GPIO pin on the SAMD21 can provide up to 7mA.</sub>

These simple clip on heat-sinks will let you handle a few extra Watts, and are easy to use

### TO-220 Clip-On Heatsink

[TO-220 Clip-On Heatsink](https://www.adafruit.com/product/977)
Get the most out of your regulators, transistors and other TO-220 packaged chips by clipping on a heat-sink. Your transistor or regulator may advertise it can handle high currents but when multiplied by the drop voltage, the Wattage may be too high for the bare chip! Most TO-220's can...

In Stock
[Buy Now](https://www.adafruit.com/product/977)
[Related Guides to the Product](https://learn.adafruit.com/products/977/guides)
![Clip on bent metal heat sink on top of a transistor, plugged into breadboard.](https://cdn-shop.adafruit.com/640x480/977-06.jpg)


## Featured Products

### TIP120 Power Darlington Transistors - 3 pack

[TIP120 Power Darlington Transistors - 3 pack](https://www.adafruit.com/product/976)
Transistors are powerful little electronic switches, and when our little NPN transistors aren't power enough for your project, we have been known to use these beefy TIP120 Darlington transistors. Great for whenever you need to control medium to high-power electronics such as motors,...

In Stock
[Buy Now](https://www.adafruit.com/product/976)
[Related Guides to the Product](https://learn.adafruit.com/products/976/guides)
### Bipolar Transistor Kit - 5 x PN2222 NPN and 5 x PN2907 PNP

[Bipolar Transistor Kit - 5 x PN2222 NPN and 5 x PN2907 PNP](https://www.adafruit.com/product/3599)
Transistors are powerful little electronic switches, and we really like these NPN and PNP transistors whenever we need to control medium-power electronics, such as small motors, solenoids, or IR LEDs. We find them so handy&nbsp;we threw together a mix-and-match bag of PN2222 and PN2907! You...

In Stock
[Buy Now](https://www.adafruit.com/product/3599)
[Related Guides to the Product](https://learn.adafruit.com/products/3599/guides)
### ULN2803: 8 Channel Darlington Driver (Solenoid/Unipolar Stepper)

[ULN2803: 8 Channel Darlington Driver (Solenoid/Unipolar Stepper)](https://www.adafruit.com/product/970)
Bring in some muscle to your output pins with 8 mighty Darlingtons! This DIP chip contains 8 drivers that can sink 500mA from a 50V supply and has kickback diodes included inside for driving coils. This will let your little microcontroller or microcomputer power solenoids, DC motors (in one...

In Stock
[Buy Now](https://www.adafruit.com/product/970)
[Related Guides to the Product](https://learn.adafruit.com/products/970/guides)
### NPN Bipolar Transistors (PN2222) - 10 pack

[NPN Bipolar Transistors (PN2222) - 10 pack](https://www.adafruit.com/product/756)
Transistors are powerful little electronic switches, and we really like these NPN transistors whenever we need to control medium-power electronics such as small motors, solenoids, or IR LEDs. We find them so handy, they come in a pack of 10!

Each transistor is a general-purpose...

In Stock
[Buy Now](https://www.adafruit.com/product/756)
[Related Guides to the Product](https://learn.adafruit.com/products/756/guides)
### N-channel power MOSFET

[N-channel power MOSFET](https://www.adafruit.com/product/355)
When you need to switch a lot of power, N-channel MOSFETs are best for the job. These FETs can switch over 60A and 30V and are TO-220 packages so they fit nicely into any breadboard or perfboard. Heat sinking is easy with TO-220's, but because of the very low Rds(on) of down to 0.009 ohms...

In Stock
[Buy Now](https://www.adafruit.com/product/355)
[Related Guides to the Product](https://learn.adafruit.com/products/355/guides)
### Connie the Transistor - Circuit Playground Plushie

[Connie the Transistor - Circuit Playground Plushie](https://www.adafruit.com/product/1024)
Connie is the co-leader of the group with Cappy. Connie is much more level-headed though, and somewhat of a mother figure for the others, particularly Ruby and Billie. She is very thorough, remarkably smart, and has a good heart. She is very dedicated to the others and acts as a balance to the...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/1024)
[Related Guides to the Product](https://learn.adafruit.com/products/1024/guides)
### 5V Electromagnet - 2.5 Kg Holding Force

[5V Electromagnet - 2.5 Kg Holding Force](https://www.adafruit.com/product/3872)
Ever wanted to [feel like Magneto](https://www.youtube.com/watch?v=2VmqIwB11yE)? Well, now you sort-of can! Bring the ferromagnetic objects in the world under your control with an **Electromagnet**

The simplest way to make an electromagnet is to get a solenoid,...

In Stock
[Buy Now](https://www.adafruit.com/product/3872)
[Related Guides to the Product](https://learn.adafruit.com/products/3872/guides)
### Mini Push-Pull Solenoid - 5V

[Mini Push-Pull Solenoid - 5V](https://www.adafruit.com/product/2776)
Solenoids are basically electromagnets: they are made of a coil of copper wire with an armature (a slug of metal) in the middle. When the coil is energized, the slug is pulled into the center of the coil. This makes the solenoid able to pull (from one end) or push (from the other).

This...

In Stock
[Buy Now](https://www.adafruit.com/product/2776)
[Related Guides to the Product](https://learn.adafruit.com/products/2776/guides)

## Related Guides

- [Cam Follower Automaton](https://learn.adafruit.com/cam-follower-automaton.md)
- [Make It Glow With Crickit](https://learn.adafruit.com/make-it-glow-with-crickit.md)
- [Crickit Collapsible House with MakeCode](https://learn.adafruit.com/collapsible-house.md)
- [Improve the Low Speed of Brushed DC Motors](https://learn.adafruit.com/improve-low-speed-performance-of-brushed-dc-motors.md)
- [The Scream: Interactive Screaming Painting](https://learn.adafruit.com/the-scream-munch-screaming-interactive-scream-painting.md)
- [Stumble-Bot](https://learn.adafruit.com/stumble-bot-with-circuit-playground-and-crickit.md)
- [Motorized Marble Machine](https://learn.adafruit.com/marble-run.md)
- [Paper Craft Zoetrope with Crickit](https://learn.adafruit.com/paper-craft-zoetrope-with-circuit-python.md)
- [Improve Brushed DC Motor Performance](https://learn.adafruit.com/improve-brushed-dc-motor-performance.md)
- [Sparky the Blue Smoke Monster Automaton](https://learn.adafruit.com/sparky-automaton.md)
- [Crickit Lab Shaker](https://learn.adafruit.com/crickit-lab-shaker.md)
- [Hello World of Robotics with Crickit](https://learn.adafruit.com/hello-world-of-robotics-with-crickit.md)
- [CRICKIT Exhibit Demo Board](https://learn.adafruit.com/crickit-exhibit-demo-board.md)
- [CRICKIT Snake Bot](https://learn.adafruit.com/crickit-snake-bot.md)
- [Home Automation in the Cloud with the ESP8266 & Adafruit IO](https://learn.adafruit.com/home-automation-in-the-cloud-with-the-esp8266-and-adafruit-io.md)
