Aionfx relay bypass board?

Audandash

Well-known member
So has anyone made an Aionfx relay bypass board? I know that all the foot switch boards aren't the same for every project but a lot of them are the same and a few just have an extra cap or resistor that could be added or omitted/jumpered depending on the board. I have been toying with making one but wanted to check and see if anyone else had already. I would likely use the ppcb smart relay bypass board as a rough template and use Paul Ruby’s code for the microcontroller. Paul’s code is great if you haven’t tried it. I know you can technically use the relay bypass boards and make mods etc, but I want one that looks like it belongs instead of wires and components added all over. Sometimes i just don’t like the clunky switch’s.
 
I don’t recall if Paul’s code had the momentary function but as a collective effort we did write code for a on/off and momentary on/off that works with the 12f675 MCUs

 
Last edited:
Sweet. I thought about the coda bypass as well. I have created versions of the ppcbb and coda that I use for different builds. In your coda bypass it looks lien you just deleted the tlp222a for the pop, is that just as simple as removing the code for it? IMG_5161.jpeg
 
I don't get enough noise to warrant the added components. I also don't like having the lag associated with the muting of the signal. I had Dan Schumacher not include them in these.
 
My next question was going to be about noise, lol. It doesn’t seem to be an issue. I was wondering if I was going to need to add another protection diode for the power? Most everyone else includes a protection diode on the main board (except Aion) but they put it on the foot switch board. I read somewhere a long time ago that it’s best to have the power for the relay bypass modules and main power separated because it can introduce noise. I guess not. Or not much anyway.
 
...I know that all the foot switch boards aren't the same for every project but a lot of them are the same and a few just have an extra cap or resistor that could be added or omitted/jumpered depending on the board. ...

You could add an experimenter's area to your board, basically a bunch of perf-pads, like on the ol BugBrand PCB (and other PCBs I've seen):

BUGBRAND BUGCRUSHER PCB.png
 
I drew a quick one up yesterday and sent it off. I kept it pretty basic with just an extra option. Some of the stuff on the board was redundant so it wasn’t as big a change as expected. The main thing was having the board pads line up with the circuit. Plus it gave me a chance to try out the slow boat option since i never have.
 
From what I've seen, the main thing most Aion boards expect from the bypass breakout board is power that is polarity-protected and usually has some small filter cap (100nF or 470nF)... if you give up polarity protection and have a known good/low noise power supply, you could probably get away with taking power straight from the DC jack.

That said, on several of my bypass designs, I added a "power out" pad specifically for Aion builds. I've also made custom one-off versions of these designs for Aion PCBs that have actual effect circuit components on the breakout board.

Here's my Aion Tachyon, which has a relay bypass board that uses a microcontroller for relay control and footswitch awareness. I discussed this bypass circuit here, and here is the GitHub repo with the code. Another build that uses a variation of that circuit: Aion Heliodor.

I have another bypass design that uses a Schmitt-input inverter (CD40106 or 74HC14) instead of a microcontroller for the logic. I made custom versions for my Aion Amethyst and Aion Andromeda Deluxe builds.

Here's a build I did with a non-custom inverter-based bypass scheme: Aion Hexeract. Note the Hexeract does have one circuit component - a single series resistor - on the breakout board. Rather than make a custom/one-off breakout PCB for this build, I just used a resistor instead of a wire for the bypass PCB to effect PCB connection. Here's another "stock" inverter-based bypass board for an Aion board: Aion Emerald.

My third and most recent bypass is a buffered, electrical bypass scheme. I don't think I've done an Aion build with this yet, but it should work, as just like the designs above, I have a "board power" solder pad, which is just the input power from the DC jack, after it's gone through reverse polarity protection and a little bit of filtering.
 
Back
Top