Stabilization of the power supply, voltage inverter

Some circuits require an inverted polarity, like circuits using PNP transistors like some germanium transistors. The Fuzz Face is the most iconic circuit requiring a negative tension to work. However, it is quite a problem when you have classic center negative power supplies like the standard boss ones, or when you use a pedal board with a classic power supply. To avoid this, there is a simple solution: using a voltage inverter that will transform a +9V input voltage in -9V!

For that, it uses a MAX1044 integrated circuit, which can invert the supplied voltage. Here is the schematic that we can find on the datasheet:
Just a few words about datasheets: they are like ID for components. You can find datasheets on the supplier's website (for instance Wima if you are looking for the Wima MKP2 capacitor's datasheet). All the characteristics of the component are written in the datasheet. Thus, it is really useful to look for the datasheet if you miss something about one component (exact size for PCB, max voltage...)

The voltage enters the chip through the V+ pin (number 8), and goes out inverted through the number 8 pin. The pin number 3 is connected to the ground, and a 10uF capacitor is connected between the cap+ (connected to the + lug of the cap) and cap- (Guess which side of the cap ^^). A 10uF is connected to the ground near the output voltage.

The power supply can be also a bit improved with a simple layout that you will find in many stompboxes. It is present in Scruffie's layout (without the 0.1uF capacitor)


 
The diode connected to the ground protects the circuit from polarity inversion. Indeed, the diode only let the current goes through in one direction (following the arrow of the scheme of the diode). So if we plug a classic center negative power supply, the ground will be 0V, and +9V will be +9V. No current will go through the diode. However, if we plug a center positive power supply (which can happen with fuzz faces that usually need center positive power supply), the ground will become +9V, and the voltage will be the ground! In a normal context, this would damage the components, and specially the transistors... However, here, the current will go through the diode straight to the +9V (ground), avoiding such trouble (quite annoying with NKT275 transistors, which worth almost 30 euros!)

The 100 ohm resistor, combined with the 47uF and 0.1uF capacitors eliminate all the residual oscillations that come from the power supply. Indeed, when the current is converted from alternating to direct, some ripples can still be there. As the capacitors only let the alternating current go through them, the alternate current will go to the ground instead of parasiting the circuit and generating "hum" noises! The different values of the capacitors are here to eliminate high and low frequencies of alternating current.

In the end, with this simple layout, we get an input voltage that is more stable (less noise), and a protection if someone plugs in the wrong power supply (center positive instead of negative). Which can happen with Fuzz Faces!

I hope that everything is clear! If not, post a comment!

To go further:
Geofex from +9V to -9V: an ingenious system to use the battery only when a jack is plugged in.
1 Comment
avatar

Just a small correction: "The voltage enters the chip through the V+ pin (number 8), and goes out inverted through the number 8 pin." - Output is pin 5, here.

Also, many thanks for your amazing work!

Answer