> Did we told you that we ship worldwide?

> Important notice! : Due to a large number of orders there's two weeks of delay between your order and shipment for all pedals.
> UK customers : Be aware that since brexit UK customs will charge you around £49 to import a Blow! with full options.

×

Message

EU e-Privacy Directive

This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

View Privacy Policy

View e-Privacy Directive Documents

View GDPR Documents

You have declined cookies. This decision can be reversed.

I've been searching for a while to build a very small relay bypass system for my pedals. I came up with the idea to use the internal flip flop of a NE555 chip. The most elegant solution being to use a PIC microprocessor, which is really reliable but needs some coding. Others options are to build yourself the flip flop with 2 transistors, or use a big fat CD4013 dual flip flop chip.

So I came up with the schematic below:


Here are my thoughts on it:

PROS:
What's great is that you need very few smalls components to make it work. With a SMD NE555 and an Omron G6K-2P 9v relay, I've made it on a 2cm x 2.5cm PCB.
When you've found the right RC values for your relay (Mine are for an Omron G6K-2P 9V), it works perfectly.

CONS:
Consumption is high: 28mA when bypassed, 41mA when not bypassed and with a 2k resistance on the led. This would suck a 9V battery in 5 to 10 hours. This is no big deal with a power supply, unless your pedal is already consuming a lot, some power supplies being designed for 100mA max output, you might wanna be careful.
You need to match R1 and C1 (see my schematic) values to your relay's coil resistance. Otherwise you'll get false triggers/no trigging/fast successive on/off trigging while pushing the switch or keeping the switch pushed may bypass back the pedal after a few seconds.
A NE555 can feed up to 200mA. If the coil's resistance is too low, you may blow it.

You may download the PCB, implementation and schematics here: PCB and implementation | Schematic

And some pictures:





Comments  

# Rodrigo Lemos 2018-07-10 03:45
Great project, thank you! But im a beginner and i didnt understand why you didnt use one G6k-2p-5v with a LM78l05 regulator before, for less power consumption. Best regads, Rodrigo
Reply | Reply with quote | Quote
# Zorg 2018-07-10 14:14
Hi Rodrigo,

Unfortunately a G6k-2P-5V won't consume less. Let's do the math:

On a G6K-2P-9V the datasheet says the coil resistance is 795ohms, so the current flowing through it when turned on is I = U/R = 9/975 = 0.0113A. That makes a P = U*I = 0.0113*9=0.1017watts.

On a G6K-2P-5V the datasheet says the coil resistance is 237ohms, so the current flowing through it when turned on is I = U/R = 5/237 = 0.0211A. That makes a P = U*I = 0.0211*5=0.1055watts.

Which is more or less the same, but introducing a LM78L05 to lower the tension to 5V will introduce a power dissipation in the regulator of P = (9-5)*0.0211 = 0.0844watts and the total power consumption will be: P= 0.0844 + 0.1055 = 0.1899 Watts.

The better way to lower the consumption of this thing is:
- Find another 9V relay with a larger coil resistance.
- Use a TLC555 instead of a NE555, they consume 20 times less, but cost 4 times more...
Reply | Reply with quote | Quote
# Rodrigo Lemos 2018-07-25 18:26
Thanks!!
Reply | Reply with quote | Quote
# Rodrigo 2018-10-01 04:06
Please help me, when plugged power cable, led turns on and relay switch immediately. Could i did a mistake? Relay can stay turn off after powered? Excellent, no one delay between footswitch turn on and off, thank you!
Reply | Reply with quote | Quote
# Zorg 2018-10-01 09:41
Hi Rodrigo, I'm not sure what's your problem? Mine are also turning on after pluggin the power, but then I can turn them off...
Reply | Reply with quote | Quote
# Rodrigo 2018-10-02 13:18
Is not a problem, only "cosmetic" i wish the system could stay off after powered, but of course i can turn off after plugged. Great project, thanks again
Reply | Reply with quote | Quote
# ALfred Formand 2020-01-29 08:33
Hi, there is a pop when i turn on or off pedal, and pedal circuit has pull down resistor, I tried with other effects and we can listen pop noise. Can you check it? Best
Reply | Reply with quote | Quote
# Zorg 2020-01-29 23:21
If it's a small "click" then it's normal. There's very a short time where your relay is in between the two contacts and where the sound cuts...
Reply | Reply with quote | Quote
# Opik 2021-04-06 03:57
thank you for the share please tell me what is the value of diode 1, best regards opik
Reply | Reply with quote | Quote
# Zorg 2021-04-06 05:24
This a 1N4148.
Reply | Reply with quote | Quote

Add comment