I'm just starting to design an A/B speaker switch, that will use a small 8 pin PIC (12F675) and a couple of latching relays, operated by any style of momentary push button switch. It will also provide LED indication of which speaker is selected. I will design a couple of PCBs to suit. Just testing to see if there would be any interest in this project - if so I will get a few more PCBs made at the time.
I'm still looking at options for the relays, but would be min 8A switching rating. Going for latching does seem to limit the options available (at least for high quality sealed), and I prefer to use latching in this operation. I was thinking about paralleling 2, but I've gone off this due to concerns if 1 relay fails and doesn't switch over. Although I guess you would notice this (both speakers playing), so maybe it isn't such a big deal and it might be better power handling/quality wise to parallel two. Your thoughts?
Happy to make the source code freely available - there's no rocket science in it - so you can change it as you see fit (eg I'm making it light up 1 or 2 LEDs depending upon which speaker is selected)
Happy to make the source code freely available - there's no rocket science in it - so you can change it as you see fit (eg I'm making it light up 1 or 2 LEDs depending upon which speaker is selected)
Why latching relays ? You really narrow your choices....
If you want to make something easy to build, go for standard relays (consumption is only 30-40 mA at 24 Volts).
If you go for e.g. FINDER Series 4061 (16A) relays, the special Amplimo (20/100A) speaker relay fit´s in.
www.amplimo.nl
If you want to make something easy to build, go for standard relays (consumption is only 30-40 mA at 24 Volts).
If you go for e.g. FINDER Series 4061 (16A) relays, the special Amplimo (20/100A) speaker relay fit´s in.
www.amplimo.nl
I really wanted to have next to zero power consumption (as these are never turned off) and having 4 relays potentially "on" all the time would be using a constant 4W. I know, it's not much but I would prefer if it was 0.1W (PIC power draw only)
I prefer to switch all connections. Just a personal preference. Likewise with preamp input switching.
That's ok 😉
I agree regarding preamp input switching to prevent crosstalk between inputs, but for speaker outputs I don't see the point....
However good luck with the project 😉
I agree regarding preamp input switching to prevent crosstalk between inputs, but for speaker outputs I don't see the point....
However good luck with the project 😉
An externally hosted image should be here but it was not working when we last tested it.
Hi,
A stereo speaker selector I "designed" for my brother.
Switching the ground for speakers is not necesssary.
😉/sreten.
what can you expect
from the british .......
can you give us some figures ?????
like frecuency response or cross talk ????
he he he
from the british .......
can you give us some figures ?????
like frecuency response or cross talk ????
he he he
Why use a PIC at all ? Or latching relays?
You could probably design this easy enough using a 7474 or similar. Just have the push buttons change the set/reset pins. If you wanted a toggle you could connect D to *Q and have the push button drive CK (youd need to debounce it though and possibly one-shot it).
I dont see the point of using latching relays.. you can simply have the driving transistor for the relay coil held on. I guess using latching ones might save you power if youre planning to make it battery operated.
You could probably design this easy enough using a 7474 or similar. Just have the push buttons change the set/reset pins. If you wanted a toggle you could connect D to *Q and have the push button drive CK (youd need to debounce it though and possibly one-shot it).
I dont see the point of using latching relays.. you can simply have the driving transistor for the relay coil held on. I guess using latching ones might save you power if youre planning to make it battery operated.
- Status
- Not open for further replies.
- Home
- Amplifiers
- Solid State
- Speaker switch