1

I.e. enter image description here vs. Custom-Patterned PCB

Would the reasons be similar to those answered here, but emphasized on unwanted capacitance, noise, and power issues?

stanigator
  • 695
  • 1
  • 6
  • 12

2 Answers2

2

More and more components, a.o. microcontrollers, are only available in SMT (Surface Mount Technology), which don't have a 0.1" pitch. Adapter boards to go from, say, TQFP to breadboard exist, but become very inefficient if you need several of them, real estate-wise.

stevenvh
  • 145,145
  • 21
  • 455
  • 667
  • 1
    All the QFP->dip sockets I have seen so far are either outrageously expensive or intended as interfaces for a specific DIP programmer (they don't bring out all the pins). Am I missing something? – drxzcl Apr 06 '11 at 08:10
  • 1
    @Ranieri, he is talking about PCB adapters. You solder your QFN to them and they spread the small pitch pins to a larger pitch connector. They are one time use only. – jpc Apr 06 '11 at 12:28
  • 1
    @Ranieri - No, you're not missing anything. PCB adapters are outrageously expensive; it's cheaper to have an intern (Like me...) dead-bug the chip (assuming pin counts are <64 or so) or to just get the custom PCB for your circuit. – Kevin Vermeer Apr 06 '11 at 12:41
  • @Ranieri: one-time PCB adapters (a tiny PCB that you solder the QFN or whatever to, and has 0.1" pitch pins to plug into a prototyping board) are expensive, but they get away with it because it's sometimes worth it -- they are less expensive than building a couple of custom PCBs. QFP sockets (that let you insert and remove QFP chips easily) are even more expensive, and so far I've managed to avoid them. Occasionally it's worth the convenience to use a [DIP-like demo board](http://opencircuits.com/Demo_board) with many parts on it. – davidcary Apr 08 '11 at 19:58
2

My rule of thumb is something like:

(a) Am I putting together something that is highly sensitive to parasitic induction and capacitance, such as a switching power supply or GHz radio transmitter or receiver; or do I need some IC that only comes in a fine-pitch SMT package? I don't have a choice. I am forced to use a custom PCB. (Sometimes you can get an off-the-shelf demo board or adapter board for just that one section, or make a custom PCB for just that one section, and prototype the rest of the system using a quicker and lower-cost technique).

(b) Am I rigging up a single quick experiment to test something for a few minutes? Use a solderless breadboard: it's the quickest. Alas, for longer-term use, or if you try to ship it any significant distance, wires and components inevitably work loose, causing frustration.

(c) Am I rigging up want to rig up one or two devices and expect to use it (sporadically or continuously) for over a month? Or do I expect it to still work after shipping it to another location? Use wire-wrap or soldered wires (or both) on some prototyping board (stripboard, perfboard, etc.). Alas, even though any one wire connection can be placed and soldered (or placed and wire-wrapped) in a few seconds, it seems to take a long time build each board (compared to custom PCB or solderless breadboard), and any human placing lots of wires will inevitably put some wires in the wrong place, causing frustration. (Many SMT devices can be used on such a board).

(d) Do I want dozens of identical devices, at minimum the total time and cost? Use a custom PCB. Alas, a custom PCB has much higher up-front costs, which eat up your savings in assembly time and in some cases part costs unless you make lots of them. Alas, a custom PCB usually takes longer to get the first functioning prototype than other methods -- often requiring 2 or more "spins" -- although, once production is set up, it's much faster and less error-prone per device.

davidcary
  • 17,426
  • 11
  • 66
  • 115