Mono Audio Amplifier Design

1:18

Running design review.

Reviewing the bill of materials.

Analyzing the PCB layout.

Analyzing the schematic.

Looking for "recommended operating conditions, supply voltage range, output power, typical application circuit, gain configuration, bypass capacitor, output capacitor, speaker load guidance" in suppproductinfo.tsp?distId=10&gotoUrl=http%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Flm386

Looking for "pinout and polarity of center pin and sleeve terminal" in pj-037a.pdf

Clarifying citation requirements.

Short answer: the schematic is close, but I would not call the PCB fully verified yet.
It is likely to function at a basic level as a low-power mono amplifier, but there are a few important limitations and one probable wiring issue that mean I can’t yet say “this will definitely work as intended.”

Verdict


AreaStatusWhy
Basic topologyGoodStereo input is AC-coupled, summed to mono, level-controlled, then sent into U1, which is a valid single-supply audio amplifier topology.
Supply rangeGoodU1 supports 5 V to 18 V, so your 5 V to 12 V target is within the datasheet range.
Speaker drive targetNot fully metYour requested up to 3 W is not realistic with U1. TI’s datasheet example for this family is far below that, and the N-4 variant is characterized around 700 mW to 1 W max under favorable conditions, not 3 W.
Schematic correctnessNeeds one fix/checkThe potentiometer grounding appears inconsistent between earlier wiring and current schematic state.
PCB completenessNot completeDRC still reports 12 airwire errors, so the board is not fully routed yet.
ManufacturabilityMostly goodParts are hobby-friendly: DIP and through-hole parts plus 0805 passives.
Why the circuit should basically work
This design follows the standard functional chain a project explanation should describe: input, conditioning, amplification, and output
1. Input coupling and stereo-to-mono summing
  • J1 provides L/R/GND input.
  • C1 and C2 are 1 uF DC-blocking capacitors, so any source DC offset is removed before the audio reaches the summing network.
  • R1 and R2, both 1 kOhm, passively sum left and right to mono. That is a standard safe way to combine stereo channels without directly shorting them together.
2. Volume control
  • The summed signal feeds the 10 kOhm pot RV1.
  • The wiper of RV1 goes to the non-inverting input of U1, so the pot acts as an input attenuator.
3. Amplifier stage
  • U1 is a valid single-supply audio power amp.
  • Leaving pins 1 and 8 open sets the default gain to 20 V/V (26 dB) per the datasheet.
  • C6, 10 uF from BYPASS to ground, improves PSRR and reduces supply noise.
  • C7, 470 uF, AC-couples the output to the speaker terminal U2, which is correct for a single-supply LM386 output stage.
4. Power entry and decoupling
  • J2 is wired center-positive: center pin to VIN, sleeve to GND, which matches the intended polarity from its datasheet lookup.
  • Input decoupling is present:
    • C3 = 220 uF bulk
    • C4 = 100 nF
    • C5 = 100 nF
    • C8 = 100 nF close to U1
  • This matches the general decoupling pattern recommended for real circuits and simulation setups: local 100 nF plus bulk capacitance
The main reasons I’m not fully signing off yet 1. It does not meet the 3 W requirement
This is the biggest issue.
The datasheet result for U1 shows:
  • recommended load: 4 Ohm to 32 Ohm
  • supply: 5 V to 12 V in the example design window
  • but output power is nowhere near 3 W
The retrieved datasheet data says U1 is characterized at roughly 700 mW to 1 W under a 16 V / 32 Ohm condition, and the lower-voltage examples are below that. So for 4 Ohm or 8 Ohm at 5 V to 12 V, you should expect “small speaker amplifier” behavior, not a clean 3 W stage.
So:
  • If your real goal is “audible hobby amp”: likely yes.
  • If your real goal is “up to 3 W into 4 Ohm/8 Ohm”: no, this implementation does not justify that claim.
2. The potentiometer ground looks wrong in the current schematic
Your current netlist shows:
  • RV1 CCW on the summed-signal node
  • RV1 CW tied to GND
That is electrically usable as a volume control only if that orientation is intentional, but earlier the design notes indicated the pot’s grounded end should be on the opposite side. More importantly, the current implementation means the summed signal is on one end and ground on the other, which is correct in principle, but the naming/orientation has changed from the initial wiring log. I’d want to explicitly verify:
  • one outer terminal of RV1 = summed audio
  • other outer terminal of RV1 = GND
  • wiper = U1 input
If that is indeed how it is now, it is okay. If not, the control law could be backwards or the input could be referenced incorrectly.
3. The board is not fully routed
The review shows 12 airwire errors, so the PCB is still electrically incomplete at the layout level. The review skill explicitly says DRC/ERC should be used to verify actual project state rather than assumptions
That means:
  • schematic may be mostly fine
  • PCB is not yet fabrication-ready
4. There are floating ERC items
ERC reports floating:
  • two unused switch pins on J1
  • gain pins 1 and 8 on U1
These are not necessarily fatal:
  • unused switched contacts on J1 are fine
  • open gain pins on U1 are expected for default gain = 20
So I treat those as acceptable intentional floats, not failures.
Additional engineering concerns Output capacitor size vs 4 Ohm load
C7 is 470 uF. That works, but for 4 Ohm speakers the low-frequency rolloff is not great.
Approximate cutoff:
  • 4 Ohm with 470 uF -> about 85 Hz
  • 8 Ohm with 470 uF -> about 42 Hz
So:
  • for voice / small speaker use: okay
  • for fuller bass into 4 Ohm: you may want 1000 uF or larger
Missing output snubber / Zobel
Many U1 application circuits include a small series RC from output to ground for stability. This design currently has no obvious Zobel network. It may still work, but speaker cable/load behavior can be less controlled.
No input bias reference issue? Mostly okay
R4 gives the input a defined return to ground, which is good. Since the source is AC-coupled and the LM386 input bias current is tiny, this is reasonable.
My practical conclusion Will it work?
  • Yes, probably as a basic mono line-level-to-speaker amplifier.
  • No, not as a justified 3 W design.
  • No, not yet as a finished PCB ready to build, because the layout still has unrouted airwires.
Confidence level
  • Schematic concept: medium-high
  • As-built PCB success right now: medium-low
  • Meeting your original power target: low

What I would change before calling it verified


PriorityChangeReason
1Replace U1 if you truly want 3 WCurrent IC choice does not support your stated output target.
2Explicitly confirm RV1 end-to-end wiringAvoid inverted or malformed volume control behavior.
3Finish routing and clear all airwiresRequired before fabrication.
4Consider increasing C7Better bass response, especially with 4 Ohm load.
5Consider an output Zobel networkImproves LM386 stability with real speaker loads.
If you want, I can do the next step and give you a strict pass/fail design review with:
  • what is correct
  • what is risky
  • what is wrong
  • and the minimum edits needed to make it robust.
Strict pass/fail review
Check remaining airwires
Review decoupling and stability
Find a 3W replacement
Check output capacitor
14 days

Plan completed.


To get started, talk to Flux or create a New Document.

Documents

    Documents are markdown text files which describe project goals, capture details, or even simulation outputs.

    Assets

    No assets added.

    Mono Audio Amplifier

    Mono Audio Amplifier thumbnail
    Compact 5 V-12 V mono audio amplifier with stereo 3.5 mm summed input, 10 kOhm log volume control, LM386 power stage, speaker output, power LED, and 2-layer 50 mm x 50 mm layout target.

    Properties

    Properties describe core aspects of the project.

    Pricing & Availability

    Distributor

    Qty 1

    Controls