13

I'd like to fully understand the circuit marked as "Minimum Parts" at page 5 in LM386's datasheet:

enter image description here

  • Is there any reason for 10k resistance at the input potentiometer or is it just an arbitrary value?
  • For an audio application, should that be a logarithmic pot?
  • There is a resistor and a capacitor connected in series to ground right after the output. It looks like a low-pass filter to me, but I've usually seen those with the load connected between R and C, not parallel to both. What's going on?
  • Why is there a 250uF polarized capacitor right before the speaker? Is it just a DC blocking cap? Why 250uF and not other value? Perhaps just a high value so that the resulting high-pass filter cutoff is low enough?
Chris Laplante
  • 2,151
  • 1
  • 24
  • 32
DuckTyped
  • 452
  • 4
  • 11
  • 10
    +1 for the well written question in the first try. There should be a [badge](http://electronics.stackexchange.com/help/badges) for that. Easy to read and to follow, with convenient link to datasheet. An example for everyone. Well done! – Ricardo Feb 27 '14 at 17:22
  • 1
    "[Zobel network](https://en.wikipedia.org/wiki/Zobel_network#Zobel_networks_and_loudspeaker_drivers)", that is the name for the "resistor and a capacitor connected in series to ground right after the output". It is to prevent instability with the amplifier when no load is attached. – jippie Feb 27 '14 at 18:02
  • 3
    Spelling, punctuation, and capitalization are even correct! Tears of joy! – JYelton Feb 27 '14 at 18:14

1 Answers1

6

Is there any reason for 10k resistance at the input potentiometer or is it just an arbitrary value?

It's more-or-less arbitrary. 20K or 5K would be fine too, 10M, not so much. They suggest less than 250K source resistance, which would imply a 1M pot driven from a low impedance source would be just okay.

For an audio application, should that be a logarithmic pot?

Yes.

There is a resistor and a capacitor connected in series to ground right after the output. It looks like a low-pass filter to me, but I've usually seen those with the load connected between R and C, not parallel to both. What's going on?

It's a type of compensation, to keep the amplifier from oscillating. You may notice that when you want it to be an oscillator, it's not required. Take note also of the minimum gain requirement. The part is only guaranteed stable for gain > 9. As Brian Drummond points out, it is a Zobel network that helps make the speaker look less inductive and more resistive.

Why is there a 250uF polarized capacitor right before the speaker? Is it just a DC blocking cap?

Yes.

Why 250uF and not other value? Perhaps just a high value so that the resulting high-pass filter cutoff is low enough?

It needs to be be low impedance compared to the speaker at the lowest frequency of interest. A 250uF capacitor has 8 ohms reactance at ~80Hz.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
  • 1
    Thanks for the answer. About the RC keeping the amplifier from oscillating... where can I learn more or what would be good search terms for Google? I'm trying to understand the circuit as much as possible. – DuckTyped Feb 27 '14 at 17:12
  • 1
    Search for "compensation" and "amplifier", also "stability". – Spehro Pefhany Feb 27 '14 at 17:14
  • 5
    Also search for "Zobel network". –  Feb 27 '14 at 17:20
  • 2
    Sorry for asking, but why a logarithmic pot should be used for an audio application? – Ricardo Feb 27 '14 at 17:26
  • 3
    @Ricardo Because human ears respond logarithmically. If you use a linear pot, the volume won't appear to change much until you get right down near the bottom, then it will suddenly drop off. – Spehro Pefhany Feb 27 '14 at 17:28
  • @SpehroPefhany - Thanks for the clarification, but I'm still not satisfied, so I made my comment a [full question](http://electronics.stackexchange.com/q/101191/29792) if you don't mind. – Ricardo Feb 27 '14 at 17:35
  • 1
    @Ricardo Don't mind at all, but I think I'll give someone else a chance to answer. – Spehro Pefhany Feb 27 '14 at 17:39
  • @SpehroPefhany - well, folks are trying to close my question, so I guess I'll have to dig the info up myself. Thanks for answering it here, though. – Ricardo Feb 27 '14 at 18:41
  • 2
    @Ricardo: If the purpose of the knob is to adjust the relative loudness of the signal, much of the useful adjustment range would be toward the lower end of a linear pot; an audio-taper pot would shift that toward the middle. If the purpose of the knob is to reduce the volume enough to limit distortion to a tolerable level, more of the useful adjustment range may, depending upon input signal variations, be nearer the middle of a linear-taper pot, and thus a linear-taper pot may be preferred in such cases. – supercat Feb 27 '14 at 20:21