madbeanpedals::forum

Projects => General Questions => Topic started by: Tuxedo3 on September 07, 2017, 12:45:07 PM

Title: Let's talk about relay bypassing
Post by: Tuxedo3 on September 07, 2017, 12:45:07 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: zombie_rock123 on September 07, 2017, 01:08:10 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: dan.schumaker on September 07, 2017, 01:36:33 PM
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.
(https://s6.postimg.org/l76cydpmp/Blitzkreig_Board.jpg)
Title: Re: Let's talk about relay bypassing
Post by: WormBoy on September 07, 2017, 01:52:56 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: warriorpoet on September 07, 2017, 01:55:09 PM
Quote from: WormBoy on September 07, 2017, 01:52:56 PM
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
Title: Re: Let's talk about relay bypassing
Post by: bsoncini on September 09, 2017, 10: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.
Title: Re: Let's talk about relay bypassing
Post by: m-Kresol on September 10, 2017, 08:51:07 AM
Quote from: bsoncini on September 09, 2017, 10: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
Title: Re: Let's talk about relay bypassing
Post by: Tuxedo3 on September 10, 2017, 04:28:56 PM
Thanks for all the replies everyone, some really helpful stuff in here.

Quote from: zombie_rock123 on September 07, 2017, 01:08:10 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: JC103 on September 10, 2017, 05:28:47 PM
Quote from: warriorpoet on September 07, 2017, 01:55:09 PM
Quote from: WormBoy on September 07, 2017, 01:52:56 PM
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
Title: Re: Let's talk about relay bypassing
Post by: drolo on September 27, 2017, 09:28:49 AM
Quote from: Tuxedo3 on September 10, 2017, 04:28:56 PM
Thanks for all the replies everyone, some really helpful stuff in here.

Quote from: zombie_rock123 on September 07, 2017, 01:08:10 PM
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 (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 :-)
Title: Re: Let's talk about relay bypassing
Post by: warriorpoet on September 27, 2017, 04:20:26 PM
Quote from: JC103 on September 10, 2017, 05:28:47 PM
Quote from: warriorpoet on September 07, 2017, 01:55:09 PM
Quote from: WormBoy on September 07, 2017, 01:52:56 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: jubal81 on September 27, 2017, 04:25:02 PM
Quote from: warriorpoet on September 27, 2017, 04:20:26 PM
Quote from: JC103 on September 10, 2017, 05:28:47 PM
Quote from: warriorpoet on September 07, 2017, 01:55:09 PM
Quote from: WormBoy on September 07, 2017, 01:52:56 PM
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.
Title: Re: Let's talk about relay bypassing
Post by: zombiesonore on September 28, 2017, 05:13:30 AM
If there's a group buy, I'm in. I'd love to have a few in my hands!