-3

Every time I order an op-amp from DigiKey the op-amp arms are waaaay too small. Too small to prototype in my circuit board, and sometimes too small to solder. Is my only option to make a custom PCB, or is there a way I can ensure that my op-amp arms are big enough to prototype with?

These are "micro-power" op-amps -- are they always just going to be this small? My device only supplies 2.7 volts and 1mA of current so I'm hesitant to prototype with a larger one.

bitsmack
  • 16,747
  • 9
  • 52
  • 108
nick carraway
  • 477
  • 5
  • 19
  • 9
    did you know you can view the package type before you order ? – Marla Jul 21 '16 at 18:34
  • 7
    Did you know you can order a *specific* package type? – Eugene Sh. Jul 21 '16 at 18:34
  • Nope! What package type am I looking for? – nick carraway Jul 21 '16 at 18:34
  • 4
    Probably you want `DIP` package. – Eugene Sh. Jul 21 '16 at 18:35
  • To be fair, there is no direct answer about this on the internet. So maybe it's not only a very very very very dumb question, but it's so dumb that everyone is too scared to ask about it. – nick carraway Jul 21 '16 at 18:35
  • I am using an Elenco Precision 9425 circuit board. It has a width similar to the pins in an Arduino. What number op-amp would I be looking for? It's important that I find an instrumentation amplifier and a couple op-amps that can be powered by 1mA and 2.7 volts but also have arms that are big enough to fit in the Elenco Precision board. Where on the product page do I find the width between the op-amp arms and how will I know it's similar to the Elenco pin widths? – nick carraway Jul 21 '16 at 18:36
  • 5
    Did you know that package information is included in the datasheet? Did you look at the datasheet? – Dave Tweed Jul 21 '16 at 18:38
  • Yes lol. I can find the voltages and the currents very easily. But I have no idea what the measurement is called for "width between op-amp arms" – nick carraway Jul 21 '16 at 18:39
  • 3
    Allow me to refer you to one of my most senselessly upvoted answers: [How do I pick a part that goes into a breadboard when I order it?](http://electronics.stackexchange.com/questions/32454/) And yes, there are still op-amps available in these packages. – The Photon Jul 21 '16 at 18:51
  • 1
    As Eugene said, you should be ordering DIPX packages (that is "**D**ual **I**n-line **P**ackage **X** pins) if you're wanting to breadboard with them. Most single/dual op-amps come in DIP8 packages. – DerStrom8 Jul 21 '16 at 18:53
  • 4
    @koampapapa the "width between op-amp arms" (I guess you meant "pins") is given in all datasheets, usually at the very end, under the form of a very complete mechanical drawing, with all dimensions. Seriously, you should check this. – dim Jul 21 '16 at 18:58
  • 1
    I am tempted to downvote this question because it shows you didn't really read the datasheet.... – DerStrom8 Jul 21 '16 at 19:06

3 Answers3

7

The Elenco 9425 is a breadboard. ("Circuit board" usually means a PCB.) Breadboard holes are 0.1 inches apart. Through-hole DIP packages commonly use this same spacing, with the distance between the pin rows being 0.3 or 0.6 inches.

I'll walk you through how to pick a package on Digi-Key. The key is to use the filters one at a time to narrow down the list of products. First, unless you already have a package in mind, select your application requirements (supply voltage, output current, etc.) It's also a good idea to select the low-volume packaging types unless you really want to buy a reel of 5000 units. And always check "In stock". Once that's done, make sure that you select Through Hole for the mounting type:

Digi-Key filters

You'll be left with the two package columns. I find that Supplier Device Package is usually more helpful, so let's start there. For breadboards, you want a dual-inline package (DIP). They're made from a few different materials (PDIP, CDIP, etc.), but don't worry about that.

Now the thing about Digi-Key is that it has all kinds of weird stuff. So if you just select all of the DIP packages, you'll see things like this isolation op amp or this power op amp module. It helps to know which packages are more common. This comes with experience, but you can also use Digi-Key to help. If you select one or more filter options, you can see how many products are left. For example, here's what it looks like with the 8-pin DIPs selected. (I shrunk my browser window to keep the picture small.)

Filter showing number of remaining products

There are over 700 products left, which means 8-pin DIPs are common packages for op amps. Repeating this for the other even numbers of pins, I get:

  • 8 pins: 769
  • 10 pins: 3
  • 12 pins: 13
  • 14 pins: 310
  • 16 pins: 64
  • All others: 15

So 8, 14, and 16 pins are the most common. If you select only those packages, you can avoid a lot of weird stuff.

Coming at this from the other direction, if you find an op amp you like in the search list or if you're searching by part number, look at the picture on the left to see if it's in a package you want.

The picture shows a DIP package

To make sure you order the right one, check the datasheet to see which part number(s) come in which package. Here's a table from the AD817 datasheet:

Ordering guide

For DIP, you want a part number that starts with AD817AN, not AD817AR. (Note: This is an unusually clear and simple ordering guide. Other datasheets may not be this helpful.)

If you're not familiar with the packages, check the drawings near the end of the datasheet:

8-PDIP drawing

8-SOIC drawing

This can help you figure out whether a package can be hand-soldered at all. Some of them have heat sink pads on the bottom or pins that are a fraction of a millimeter apart.

Adam Haun
  • 21,331
  • 4
  • 50
  • 91
4

There are many break-out boards available for virtually every size of small-outline package. They typically have 0.1 inch pins for plugging into a breadboard. For example...

enter image description here

Richard Crowley
  • 14,382
  • 2
  • 20
  • 37
4

IC's have different standard "packages", with defined component size, pin pitch, etc. For any given IC, you can generally see which packages are available at the end of the datasheet.

The capabilities of the IC aren't determined by the package (much), so if you find a specific IC that meets your specs it will work no matter which package you choose. This lets you prototype with bigger parts and then move to smaller parts later.

For hand prototyping, I would look for either DIP ("Dual In-Line Package") or SOIC ("Small Outline Integrated Circuit"). DIP is especially convenient because it will plug into standard breadboards. In this photo, the DIP package is on the left:

enter image description here

In search engines, these are usually called out (for example) as "DIP-8" (8-pin DIP) or "SO-8". There are other packages, too, but they are generally smaller and more difficult to prototype with.

bitsmack
  • 16,747
  • 9
  • 52
  • 108