Speaker switch

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
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)
 
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.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.