News:

Forum may be experiencing issues.

Main Menu

Let's talk about relay bypassing

Started by Tuxedo3, September 07, 2017, 05:45:07 AM

Previous topic - Next topic

Tuxedo3

Hey guys, I see lots of pedal companies using soft touch switches and relays to engage their pedals. I am in huge favor of this, I think it's innovating past the 3pdt switch for stompboxes. So here's my question, how many of you use relays and what's the best way to do this? I'd love to incorporate this into my builds but never have done it before. Thanks all.

zombie_rock123

There's a transistor based method that I've used and works quite well, I'd up the debounce cap though - http://tagboardeffects.blogspot.co.uk/2014/06/soft-latch-relay-bypass-daughterboard.html
There's PCBs over at 1776 and TH Customs *Probably others too*.
And theres an OSH Park share of the RG Keen (I think!) method using a CMOS chip and a couple of transistors, this was mentioned in a build thread recently and looks awesome.

As far as methods I think it's either CMOS logic, transistor logic or microcontroller. I believe the man himself Bean has a board coming out from one of the Sneak Preview threads that will be microcontroller based.

Best way is probably microcontroller but that involves either having the PICKit to flash the code to it and writing the code - there's a brilliant relay bypass article written by a Bean user over here that is comprehensive and an awesome read: http://www.coda-effects.com/2016/04/relay-bypass-conception-and-relay.html and you could probably get good at coding and have fun with other options - bypass for pressing but hold does something different like engages feedback or swells or something - but if you're like me coding is a mystery. Transistor and CMOS based may be simpler but can be a bit bulkier depending on the layout.
I sometimes label builds rockwright
https://www.instagram.com/rockwrightfx/

dan.schumaker

I have used the RG Keen CD4069 method in a few builds, and I have enjoyed working with it.  It is fairly simple, uses a relatively cheap relay and works.  I am not informed enough to know what the benefits of a PIC vs CMOS switching is though.  If you want to do some more complex switching (ie. momentary modes in switching), microcontroller is the way to go.  But for simple on/off, i'm not sure what is "better".  I have also used the 1776 effects microcontroller relay with good results.

I have been drawing up a few boards with the CMOS switching integrated into the effect.

WormBoy

Generally, I don't use them: too complex, too bulky, too much current draw, dislike muting (or pops, which relays are prone to). Did build a programmable FX switcher once (according to the GeoFex article) for a friend, which is pretty nice, and would not be possible without relays. No pops as the circuit includes a nifty way to slow down the voltage change across the relay coil. The traditional 3PDTs have worked well for me, and some of my builds have seen a lot of tough action on the road  8). YMMV.

warriorpoet

Quote from: WormBoy on September 07, 2017, 06:52:56 AM
Generally, I don't use them: too complex, too bulky, too much current draw, dislike muting (or pops, which relays are prone to). Did build a programmable FX switcher once (according to the GeoFex article) for a friend, which is pretty nice, and would not be possible without relays. No pops as the circuit includes a nifty way to slow down the voltage change across the relay coil. The traditional 3PDTs have worked well for me, and some of my builds have seen a lot of tough action on the road  8). YMMV.

All of these are reasons I switched over to DeMont soft-touch 3PDTs
Mzo.FX, Owner

bsoncini

Call me old fashioned but I like the normal 3pdt with a click when you step on it. There is definitely some pedals that benefit from other switching methods but it's a bit of a bummer to spend almost as much money on the switching as you do the actual circuit.

m-Kresol

Quote from: bsoncini on September 09, 2017, 03:41:02 PM
Call me old fashioned but I like the normal 3pdt with a click when you step on it. There is definitely some pedals that benefit from other switching methods but it's a bit of a bummer to spend almost as much money on the switching as you do the actual circuit.

I would recommend optical bypass then. It's only a bit more expensive than a 3PDT bypass, has the clicking you like, but softer. Also less likely to fail and to pop
I build pedals to hide my lousy playing.

My projects are labeled Quantum Effects. My shared OSH park projects: https://oshpark.com/profiles/m-Kresol
My build docs and tutorials

Tuxedo3

Thanks for all the replies everyone, some really helpful stuff in here.

Quote from: zombie_rock123 on September 07, 2017, 06:08:10 AM
Best way is probably microcontroller but that involves either having the PICKit to flash the code to it and writing the code - there's a brilliant relay bypass article written by a Bean user over here that is comprehensive and an awesome read: http://www.coda-effects.com/2016/04/relay-bypass-conception-and-relay.html and you could probably get good at coding and have fun with other options - bypass for pressing but hold does something different like engages feedback or swells or something - but if you're like me coding is a mystery. Transistor and CMOS based may be simpler but can be a bit bulkier depending on the layout.

As a lover of Arduinos and Raspberry pi, this article is amazing. I think I'll try this one.

JC103

Quote from: warriorpoet on September 07, 2017, 06:55:09 AM
Quote from: WormBoy on September 07, 2017, 06:52:56 AM
Generally, I don't use them: too complex, too bulky, too much current draw, dislike muting (or pops, which relays are prone to). Did build a programmable FX switcher once (according to the GeoFex article) for a friend, which is pretty nice, and would not be possible without relays. No pops as the circuit includes a nifty way to slow down the voltage change across the relay coil. The traditional 3PDTs have worked well for me, and some of my builds have seen a lot of tough action on the road  8). YMMV.

Where do you buy them and how much?

All of these are reasons I switched over to DeMont soft-touch 3PDTs

drolo

Quote from: Tuxedo3 on September 10, 2017, 09:28:56 AM
Thanks for all the replies everyone, some really helpful stuff in here.

Quote from: zombie_rock123 on September 07, 2017, 06:08:10 AM
Best way is probably microcontroller but that involves either having the PICKit to flash the code to it and writing the code - there's a brilliant relay bypass article written by a Bean user over here that is comprehensive and an awesome read: http://www.coda-effects.com/2016/04/relay-bypass-conception-and-relay.html and you could probably get good at coding and have fun with other options - bypass for pressing but hold does something different like engages feedback or swells or something - but if you're like me coding is a mystery. Transistor and CMOS based may be simpler but can be a bit bulkier depending on the layout.

As a lover of Arduinos and Raspberry pi, this article is amazing. I think I'll try this one.


I second that, I had not done any C programming before looking at that tuto and it really helped me understand basic aspects that I could use in a concrete application. Once you start, you realize how microchips are nifty at easily solve quite a few problems :-)

warriorpoet

Quote from: JC103 on September 10, 2017, 10:28:47 AM
Quote from: warriorpoet on September 07, 2017, 06:55:09 AM
Quote from: WormBoy on September 07, 2017, 06:52:56 AM
Generally, I don't use them: too complex, too bulky, too much current draw, dislike muting (or pops, which relays are prone to). Did build a programmable FX switcher once (according to the GeoFex article) for a friend, which is pretty nice, and would not be possible without relays. No pops as the circuit includes a nifty way to slow down the voltage change across the relay coil. The traditional 3PDTs have worked well for me, and some of my builds have seen a lot of tough action on the road  8). YMMV.

Where do you buy them and how much?

All of these are reasons I switched over to DeMont soft-touch 3PDTs

You can find them individually in different places (There are some on Reverb), but they aren't cheap. I get mine direct from Nate DeMont @ ~$8/ea per hundred.
Mzo.FX, Owner

jubal81

Quote from: warriorpoet on September 27, 2017, 09:20:26 AM
Quote from: JC103 on September 10, 2017, 10:28:47 AM
Quote from: warriorpoet on September 07, 2017, 06:55:09 AM
Quote from: WormBoy on September 07, 2017, 06:52:56 AM
Generally, I don't use them: too complex, too bulky, too much current draw, dislike muting (or pops, which relays are prone to). Did build a programmable FX switcher once (according to the GeoFex article) for a friend, which is pretty nice, and would not be possible without relays. No pops as the circuit includes a nifty way to slow down the voltage change across the relay coil. The traditional 3PDTs have worked well for me, and some of my builds have seen a lot of tough action on the road  8) . YMMV.

Where do you buy them and how much?

All of these are reasons I switched over to DeMont soft-touch 3PDTs

You can find them individually in different places (There are some on Reverb), but they aren't cheap. I get mine direct from Nate DeMont @ ~$8/ea per hundred.


I recently got one and love it. Maybe we can get a group buy going, because $8 is a great price for that.
"If you put all the knobs on your amplifier on 10 you can get a much higher reaction-to-effort ratio with an electric guitar than you can with an acoustic."
- David Fair

zombiesonore

If there's a group buy, I'm in. I'd love to have a few in my hands!