I am using a multiplexer (MC74HC4052D) to switch 4 different audio sources to 1 output. The input sources have a range between -6V to 6V. When I used an oscilloscope to measure the output of the multiplexer, the voltage is the same as the input.
However, when I connect a 8 ohm speaker to the output, the voltage drops by quite a lot and the sound became very soft. How can I match the output of the multiplexer to the 8 ohm speaker such the the voltage does not drop and the volume is still as long as the original signal?
Thank you for the reply. I basically have 4 Android based video boards with 4 audio outputs (they are usually directly connected to speakers). I only require mono, so I am tapping from +L and -L. I measured the signal and it giving a +/- 6V peak to peak signal for max volume.
Now these 4 audio outputs are connected to the multiplexer. I don't understand what you mean by using line outputs or attenuators to drop the signal to line level.
The point about attenuators is if you wish to use the multiplexer, as you then need an ampifier after the multiplexer, so would need to attenuate the speaker levels down to line levels to feed the amplifier.
How are you physically switching between the different channels?, if a rotary switch is all you're using?, you could use the switch on it's own to select with input you want. Rotary switches don't handle a lot of power, but it should cope well enough for you relatively low power requirements.
The point about attenuators is if you wish to use the multiplexer, as you then need an ampifier after the multiplexer, so would need to attenuate the speaker levels down to line levels to feed the amplifier.
How are you physically switching between the different channels?, if a rotary switch is all you're using?, you could use the switch on it's own to select with input you want. Rotary switches don't handle a lot of power, but it should cope well enough for you relatively low power requirements.
The 74HC4052 has much to high of an internal series resistance to use in the speaker line. That resistance, typically 40+ ohms, is forming voltage divider against the 8 ohm speaker.
Also, since the max rail voltage for the 74HC4052 is +/- 5V, it'd be clipping a +/- 6 volt signal.
If you need a computer controlled selector, you basically have two choices.
1) Relays
2) Attenuate the signals before going into the 74HC4052, then amplifying the selected signal again to drive the speaker.
What are the pros and cons with using mechanical relays vs solid state relays? I actually have a size constrain and need this to be as small as possible. especially the height of the board.
I thought this might work too, but it only handles 3 channels. Most of the similar audio mux handle 2 or 3 channels. I haven't found one that handles 4 channels.
What are the pros and cons with using mechanical relays vs solid state relays? I actually have a size constrain and need this to be as small as possible. especially the height of the board.
A solid state relay would be useless, it's NOT really a relay at all - you need proper mechanical relays.
I thought this might work too, but it only handles 3 channels. Most of the similar audio mux handle 2 or 3 channels. I haven't found one that handles 4 channels.
None of those kinds of analogue switches are any good, they are all high impedance and low level - you NEED good mechanical contacts, and essentially close to zero ohms.
What are the pros and cons with using mechanical relays vs solid state relays? I actually have a size constrain and need this to be as small as possible. especially the height of the board.
I thought this might work too, but it only handles 3 channels. Most of the similar audio mux handle 2 or 3 channels. I haven't found one that handles 4 channels.
Max4932 can't handle the current needed for 8 ohm speaker after a power amplifier. Absolute max current is 300mA.
Look msg #6, use relays or multiplex the signals before the power amp.
What's your definition of a relay that makes an SSR "NOT really a relay"?
You should be able to use a solid-state relay if it's an AC/DC output type that uses MOSFETs not SCRs, such as this for example, rated at 2A, 30V AC/DC with a 0.15 ohm maximum on-resistance.
Edit: If that's too expensive you could use a small mechanical relay, such as this.
The coil does require 30mA @5V to energize, so you may need a buffer transistor to drive it, along with a diode across the coil for transient suppression.
The SSR doesn't need either of those as it requires only 2mA to energize, and can be driven directly from a logic output (with a suitable series resistor).
What's your definition of a relay that makes an SSR "NOT really a relay"?
You should be able to use a solid-state relay if it's an AC/DC output type that uses MOSFETs not SCRs, such as this for example, rated at 2A, 30V AC/DC with a 0.15 ohm maximum on-resistance.
The vast majority use SCR's (or TRIAC's), and neither those or MOSFET types don't really count as 'relays' in my book as they are far too limited. Both are merely 'playing' as been a relay, under certain circumstances.
I don't know how well the MOSFET types would work as a speaker 'relay'?, but it certainly won't be as good (or as cheap) as a proper mechanical relay, which is what is always used commercially.
Okay.
But that wouldn't appear to be sufficient reason not to do it.
The SSR is just connecting a MOSFET, that's turned fully on or off, in series with the signal, which is basically what all CMOS analog multiplexers do, so I don't see why it shouldn't work.
Okay.
But that wouldn't appear to be sufficient reason not to do it.
The SSR is just connecting a MOSFET, that's turned fully on or off, in series with the signal, which is basically what all CMOS analog multiplexers do, so I don't see why it shouldn't work.