I bought a useful PC power supply breakout board, fused. It has the following outputs:
- -12V
- +12V
- +5V
- +3.3
What is -12V and how would I use it? The -12V has its own negative.
I bought a useful PC power supply breakout board, fused. It has the following outputs:
What is -12V and how would I use it? The -12V has its own negative.
-12V is a negative 12V output. Used for something that needs a negative supply in addition to positive supply, for example a dual supply op-amp powered by +12V and -12V.
You can use it for anything you want or not if you don't need it. It will roughly provide 1A max anyway.
And no the -12V does not have a separate ground. All supplies are referenced to the only ground, the black wires on generic ATX supply.
What you have on your adapter and how you interpret what it meand can of course be different.
You can use it for things like analog circuits that use +/-12V. You can regulate it down to something lower such as -5V with a linear regulator. It's very useful for analog circuits. Not so much for digital- it can be used for old-fashioned RS-232 drivers that don't generate their own negative voltage.
The grounds will be common in any case, regardless of how the breakout board looks, because they are connected together within the power supply itself.
If you use op-amps, or other analogue circuitry (for audio, perhaps), having balanced ±12V supplies can be very useful.
No (normal) op-amp can produce an output potential beyond its own power supply potentials. For example, if you connect your op-amp's supply pins to ground and +12V, that op-amp's output is constrained to be within 0V and +12V. Equally inconveniently, its inputs must not fall outside that range either. It's not just op-amps; with a few exceptions, such as DC-DC converters, most circuits will have similar constraints.
Often, when dealing with analogue signals, for convenience we would like to have all of our signals fluctuating above and below ground (0V), but that won't be easy when using supply potentials of 0V and +12V, for the above reasons. In such cases you would have to design your analogue elements to operate "in the middle" of the available range, having them oscillate and fluctuate about some average center potential between the extremes available, say, +6V instead of 0V. This can be quite challenging, and usually involves additional components at the input and output, and even between stages. Centering signals around a different average potential is called "biasing".
Things are usually much easier if we can provide our analogue elements with both positive and negative supply potentials, so that they can take positive and negative inputs, and produce positive and negative outputs. Working with signals centered around 0V (ground potential) renders biasing unnecessary, or at least greatly simplified, but will require a negative supply.
PRESUMING the -12V "ground" or 0V connection is common with the others as per the comment from Rohat Kılıç then you have a lot more voltage options.
Assuming that you only require low currents below 1A, the -12V line gives you:
Likewise you can get other voltage differences with combinations:
The fancier a PSU is, the more likely it will object to this abuse and shut down. So in some respects a cheaper PSU is better.
Also do be aware of the maximum current on each rail. The +12V line can produce a lot more than others, so the lowest current rating is your cap.
The -12V has its own negative.Normally, on an ATX PSU all outputs share the same GND/return. Is -12V output's negative isolated from the rest? – Rohat Kılıç Jan 16 '24 at 10:38