Voodoo Lab Pedal Switcher

General documentation, gut shot, schematic links, ongoing circuit tracing, deep thoughts ... all about boutique stompboxes.
Post Reply
User avatar
Nikifena
Solder Soldier
Information
Posts: 183
Joined: 04 Oct 2007, 06:12
Location: Bulgaria
Has thanked: 3 times
Been thanked: 39 times

Post by Nikifena »


User avatar
trad3mark
Resistor Ronker
Information
Posts: 330
Joined: 08 Mar 2009, 15:55
my favorite amplifier: Vox Valvetronix Series
Completed builds: Super Hard On
Fuzz Factory
Aenima/Torn's Peaker (2 in 1 box with toggle switch)
Valvecaster Deluxe (Boost before VC)
Proco Rat (Mod to power jack, and input cap changed)
87% PillowStone
87% GlassJaw
Location: Ireland (Dublin/Waterford)
Been thanked: 1 time

Post by trad3mark »

:shock:



no seriously...


:shock:

THANK YOU!!!

i've been looking for something like this for sooooo long! i wouldn't even know where to start with reversing something, so someone reverse this, now.

User avatar
Nikifena
Solder Soldier
Information
Posts: 183
Joined: 04 Oct 2007, 06:12
Location: Bulgaria
Has thanked: 3 times
Been thanked: 39 times

Post by Nikifena »

^ Dude, this unit use microcontroller to contro relays from switches and from midi.
There is no necessary to copy the schem. It's so easy, but all information is in the microcontroller which one is read protected ;)

User avatar
trad3mark
Resistor Ronker
Information
Posts: 330
Joined: 08 Mar 2009, 15:55
my favorite amplifier: Vox Valvetronix Series
Completed builds: Super Hard On
Fuzz Factory
Aenima/Torn's Peaker (2 in 1 box with toggle switch)
Valvecaster Deluxe (Boost before VC)
Proco Rat (Mod to power jack, and input cap changed)
87% PillowStone
87% GlassJaw
Location: Ireland (Dublin/Waterford)
Been thanked: 1 time

Post by trad3mark »

aaww..... being an electronics noob has failed me again. back to trying to get my ff working.

User avatar
Maxwell
Information
Posts: 33
Joined: 25 Apr 2009, 05:59
Been thanked: 1 time

Post by Maxwell »

Cool. The relay switching section looks very much the same as the GCX switcher. Basically the same setup I'd guess - relay, diode, and RC snubber circuit across the relay coil to reduce popping noises.

User avatar
Evz
Information
Posts: 44
Joined: 09 Jun 2009, 13:18
Completed builds: TS9
Big Muff
Micro Amp
Phase 90
Fuzz Face
Rangemaster
Been thanked: 1 time

Post by Evz »

Would someone be able to draw out the isolated schem for one of the relay switches? i have seen the schematics for their use in channel switching (ala silver jubilee) but want to ubild a similar switcher myself.. would it be possible to get the schem for power buffering and individual relay control?

i want to make a similar controller with 6 switchables (hopefully buffered like these) no need for midi or anything like that.

Edit: i was looking some more at the pcb, they use the transistors to buffer the 12vdc signal right?

User avatar
Maxwell
Information
Posts: 33
Joined: 25 Apr 2009, 05:59
Been thanked: 1 time

Post by Maxwell »

Here's an article that shows the basics of using a transistor to drive a relay:

http://www.jaycar.com.au/images_uploaded/relaydrv.pdf

Any relay-based switcher is doing something similar. The diode is important, because without it back EMF from the relay coils will fry the transistor.

User avatar
KB
Information
Posts: 48
Joined: 06 Sep 2007, 08:19
my favorite amplifier: JMP50
Completed builds: Not in any particular order: Tweed delux, JMP50, 1987
Blue box, King of clones, Neovibe, P90, Cupcake, little green wonder, Honey bee, Fulldrive, lovetone brown sauce, Mayo type bigmuff, fuzz factory, box of rock, super hard on corel chorus.
PT80 x2
Location: At the back of beyond and halfway to my elbow
Has thanked: 27 times
Been thanked: 1 time

Post by KB »

Hi

This link may also be of interest

http://www.jimkim.de/html/guitar02_01.htm

This is an Eight loop switcher, using a 16F84 PIC. The code is on the site along with Circuit diagrams and a board layout.
there is also a Four channel switch which could be used for changing channels on your amp, or in a situation where you would normally use a latched switch. I attempted to build it but I could not get the PIC to program. I have zero programming skills and this was my first attempt at programming a PIC even if the Hex code is supplied it is a little beyond my skill level (for the moment).

For relay switching then

http://www.geofex.com/Article_Folders/r ... /rmtsw.htm

If you are looking for basic information there is lots of information about switchers on GEOFEX

http://www.geofex.com/Article_Folders/j ... uggler.htm
http://www.geofex.com/Article_Folders/f ... witchr.htm


If you are going to control multiple relays you could look into using a single chip like the ULN2803 although I have not attempted that myself.... yet :?

http://www.datasheetcatalog.org/datashe ... 828_DS.pdf

Hope the information helps.

Cheers, and don't burn yourself soldering :wink:
Kevin

User avatar
Maxwell
Information
Posts: 33
Joined: 25 Apr 2009, 05:59
Been thanked: 1 time

Post by Maxwell »

Pretty cool... I actually built my own MIDI switcher, but using an AVR microcontroller. I don't know assembly but I do know C and since there are C compilers for it the writing of the firmware (which I did from scratch) was at least possible to figure out how to do, though it took a lot of work. Microcontrollers are pretty amazing in what you can do with them nowadays.

Post Reply