0

Application

pocket radio, ham-radio transceiver.

It has to connect standard microphone with speaker which couldn't be powered through differential pair of wires.

enter image description here

Minimal specs

  • single ended output (must have!)
  • 4.5-14V supply voltage
  • at least 1W on 4Ω load of power when powered from 5V
  • analog input
  • should be capable withstand shorts & hanging output

Ideally class D amp with low quiescent current and stand by mode.

Design problem

I found many great amplifiers but all of them are BTL. I spent several hours on many ICs vendors and had no luck. All modern power efficient amps are BTL.

Initially, tried to use TS4962 in single-ended configuration but it died right away. Also, doesn't tolerate shorts and opens. I killed several ICs and stopped my experiments. TBH, it is amazing IC and when all connections are soldered as BTL provides really good performance.

After I tried to use LM386 but was not happy by its internal noise level.

Then I tried SSM2211 (in a SE configuration) which did work well but seemed having less gain. When I tried to make it more sensitive I ran into stability problem.

TDA2003 seems like ideal amplifier but it is very outdated, consumes too much current, makes too much heat.

Disclaimer: I understand rules, this is not website for recommendations but I did my homework there and I am stuck therefore I am looking for help of the community.

zoonman
  • 145
  • 7
  • That's a product recommendation question. You'll notice that the TDA2003 is something pretty different in specs than the (ancient) LM386, but you know the companies that produce these – go and check their website. It's as easy as that. They have customizable tables of amplifier ICs with supply voltage, speaker impedance, power, … – Marcus Müller Dec 28 '19 at 22:21
  • What does this mean " 1+ W RMS 4Ω @ 5V"? you need it to have more than 1W? – jDAQ Dec 28 '19 at 22:22
  • Also, for a pocket radio you would be best served with a class C or D, considering energy consumption. – jDAQ Dec 28 '19 at 22:23
  • How about an I2S interface 72W bridge Amp (4x28W) TDA7802 is a single chip quad bridge amplifier in advanced BCD technology integrating: a full D/A converter, digital input for direct connection to I 2 S (or TDM) and powerful MOSFET output stages. $16 https://www.digikey.ca/products/en/integrated-circuits-ics/linear-amplifiers-audio/742 – Tony Stewart EE75 Dec 28 '19 at 22:56
  • @MarcusMüller, I checked many websites but had no luck. They are all BTL. It seems like nobody makes single ended devices. – zoonman Dec 29 '19 at 02:04
  • @jDAQ I updated description. I understand there are some limits to get that power but chargepump exists not a first day. – zoonman Dec 29 '19 at 02:22
  • @TonyStewartSunnyskyguyEE75, amazing amp but I am looking for analog device. – zoonman Dec 29 '19 at 02:23
  • @zoonman it should not be hard to get 1W for 5V on a 4Ω. What is the deal with the charge pump, they aren't usually rated for that much power output? – jDAQ Dec 29 '19 at 02:44
  • @zoonman check for class D amplifiers, they are "analog" and very efficient. – jDAQ Dec 29 '19 at 02:46
  • @jDAQ the deal with chargepump is simple: $$P = {U^2 \over 2 * Rload}$$ which gives 0.7W for single ended device powered from 5V. If we want achieve higher level of power we have to boost voltage for final stage of the amplifier or invert the voltage to form virtual negative voltage. I know about D class. – zoonman Dec 29 '19 at 03:42
  • @zoonman hey, where does the single-ended requirement come from, then? – Marcus Müller Dec 29 '19 at 09:38

2 Answers2

2

With rail to rail output, at 5V supply, we get +/- 2.5V peaks which means a non-BTL amp will only do 0.78W "RMS" into 4 ohms. So what you're asking isn't strictly possible without a voltage booster, but well, I'll assume 0.78W should be enough.

The type of jack connector you have tends to short when inserted or extracted, so you need a short circuit proof amplifier. TS4962 datasheet mentions it is not protected against shorts, so it wouldn't be suitable anyway.

I guess filter-free class D amps have to be BTL. If it was not BTL but had the speaker connected to GND instead then the speaker wires and voice coil would have a common mode of half the unfiltered output square wave, which would cause lots of emissions.

So you'll need a LC filter.

But you could get a class-D amp that is short circuit tolerant, like PAM8302 which is available on cheap pre-soldered modules. This one is filter-free, but nothing stops you from putting a filter on the output anyway.

If you put a capacitor in series with the speaker to block DC, I don't see why it wouldn't work with only one output connected.

If it still smokes with one output unconnected, you could try putting just the LC filter on the unconnected output, and maybe add a dummy load, as high resistor value as possible, between the outputs...

bobflux
  • 70,433
  • 3
  • 83
  • 203
0

An easy way out would be converting your BTL output to a single-ended output; that should actually be pretty benign at these power levels; use a transformer whose primary side is your output, and whose secondary side's one end is tied to output ground, and the other is your single-ended output signal.

You can also trade current capability for voltage, should your wiring / chassis favor that, by using a non-1:1 winding. But, since 4Ω is the design goal for many integrated amplifiers, 1:1 seems a sensible winding ratio.

Since this seems to be a probably relatively low-frequency radio application: do make sure that you have good output filtering for your class-D amplifier (you'll need class D, otherwise the 1W from 5V into 4Ω will be hard) or you'd risk EMI into bands of interest. It probably wouldn't hurt to figure out how to make sure the amplifier is disconnected when the microphone is used.

I was about to say "try the TPA3137D2", but after I had some trouble with the quality of the datasheet, I'd say maybe stick with a different vendor. Maxim, for example, or analog devices, or ST, or NXP...

Marcus Müller
  • 88,280
  • 5
  • 131
  • 237
  • Do you mean like an old school lamp radio transformer? – zoonman Dec 30 '19 at 05:27
  • I don't know what a lamp radio transformer is, but I was thinking of a normal signal transformer. At the low frequencies we're working at (audio--> lower than 40 kHz), a lot of power transformers, e.g. for flyback SMPSes would work, too. – Marcus Müller Dec 30 '19 at 10:50
  • ah, is a "lamp radio" maybe a "tube radio"? In that case, yes. But: you don't need the high winding ratio that these needed; 1:1 or 1:2 would totally work. – Marcus Müller Dec 30 '19 at 10:51
  • Yes, tube radio. Transformer feels like an overkill for such application but it seems like I have no choice. – zoonman Dec 30 '19 at 15:28
  • well, you simply win roughly a factor of 2 in output power through BTL, so you either live with half the output power and go single-ended, or you implement some form of balun. – Marcus Müller Dec 30 '19 at 15:58
  • It supposed to be transformer 1:1 for BTL, my concern is a size/material. It is all depends on PWM frequency. Transforming on audio frequency doesn't make sense for a pocket radio. Such transformer will weight as a whole radio. – zoonman Dec 30 '19 at 16:45
  • at 1W, it certainly won't be gigantic. Honestly, all this points to that you're solving the wrong problem: instead of trying to make a speaker work on a single-ended output, cut off the speaker and use it with the BTL output. – Marcus Müller Dec 30 '19 at 16:51
  • I want to use one of popular mics like this https://ae01.alicdn.com/kf/HTB1ifnuaVOWBuNjy0Fiq6xFxVXaa.jpg They suite the task really well: inexpensive, easy to be replaced etc. I possibly could rewire internals but I have only 4 wires in that microphone. If they had 5 I would rewire it easily and didn't bother. – zoonman Dec 30 '19 at 17:34
  • I think your not realizing how small of a transformer you can use... Look at signal transformers in digikey, ones you need are much smaller then your pointer finger. – MadHatter Jan 01 '20 at 14:55
  • @MadHatter I truly don't. Will something like this work https://www.digikey.com/product-detail/en/w-rth-elektronik/74489440047/732-2603-1-ND/2445702 ? – zoonman Jan 04 '20 at 06:08
  • @zoonman you probably could, but [it wouldn't be a very effective transformer](https://electronics.stackexchange.com/a/96655/64158); however: since it's primarily an inductance, you might say "screw it", use one winding of that coupled inductor instead of the inductor your class D amp needs, and consider the "parasitic" self-inductance a good thing. I haven't tried this – but I'd actually be interested in the result! – Marcus Müller Jan 04 '20 at 11:55
  • (an easy way to test would be getting a soundcard and a multimeter or better oscilloscope; get the sound card to produce a tone of audio frequency (start at say 100 Hz), attach 4Ω of ohmic load to that, measure the current through the load; do the same with the coupled inductor in between.) – Marcus Müller Jan 04 '20 at 12:09
  • Oh wait, we should actually be able to calculate the coupling coefficient from the values given in the datasheet – Marcus Müller Jan 04 '20 at 12:21
  • Not possible to use signal or pulse transformer. It needs enough inductance to not be a short at **at 20Hz** which means lots of turns, and it has to pass enough current for 1W on 4 ohms ie 0.5 Amps without saturating the core. If you highpass at 50 Hz or higher, which you should do anyway since the speaker won't reproduce bass, it should be same size than a power supply transformer of a the same VA rating. – bobflux Oct 14 '20 at 18:31