Man-wai Chang wrote:
> I found a un-used 6.2V AC adaptor, and would like use it to power a USB
> hub.
>
> We all knew that USB takes 5V as input.
>
> I am going to solder the 2 output wires of the AC adaptor directly onto
> the circuit board of the USB hub after removing its DC input socket.
>
> The 3 "o" symtbols represent the orginal pins for the DC input socket.
> The top & the bottom "o" should be the sleeve; middle "o", the pin.
>
> I am going to use a 10k and a 40K resistor to make a potential divider
> to reduce 6.2V to about 5V.
>
> |
> | USB hub circuit board
> AC |
> Adaptor | o
> wires |
> |
> 6.2V ----10K-------------o----+
> | |
> | |
> GND ---------------o---40K---+
> |
> |
>
> Is the wiring diagram correct?
>
> Would the input current be affected?
>
To start, we have to be *really* careful with the terminology.
There are three kinds of AC wall adapters.
1) AC output adapter. 115VAC input, 6.3VAC output.
The output is a sine wave, going both positive and negative
with respect to ground.
2) Unregulated DC adapter. 115VAC input, 6 to 9VDC output.
This is similar in construction to the previous adapter, only
it includes a diode to rectify the sine wave. Only the top of
the sine wave remains, so the output signal is always some
positive value. By including a 1000uF or bigger capacitor, they
can filter off some of the ripple. The voltage changes, because the
transformer has an output impedance. I have an adapter like this
on my Dymo label maker.
3) Regulated DC adapter. 115VAC input, 5VDC (exactly) output.
This builds on the adapter in (2), and includes a regulator
circuit. The regulator circuit removes the variation in
output voltage. Whereas the previous adapter would put
out 9VDC at zero amps loading, and 6VDC at 1 amp loading say,
the regulated adapter puts out 5VDC at anywhere from zero to
one ampere. A regulated DC adapter, is what you use with a
typical USB hub.
Now that we've identified the adapter types, can they be mixed ?
Generally, NO. That's why we have to be very careful.
If I were to connect my Dymo unregulated adapter to my USB hub,
it would blow up (too much voltage, and simple resistor circuit
cannot satisfactorily fix it).
Can I use a 12V regulated DC adapter with a 5V regulated DC input
USB hub ? Yes, if as DaveJ suggested, you used some kind of
three terminal regulator. For example, a 7805 three terminal
regulator chip, can be connected to the output of a 12V
adapter, to make a 5V (exactly) signal for a project.
But don't get an "AC output" wall adapter, anywhere near that hub!
In this diagram, the transformer alone, produces an AC output.
Adding the bridge rectifier and filter capacitors, makes an
unregulated DC voltage.
http://www.team-bhp.com/forum/attach...kon-bridge.gif
This shows the inclusion of a three terminal regulator, to the basic
circuit. C1 and C2 filter ripple coming from the bridge rectifier.
C3 and C4 filter high frequency noise, and provide bulk capacitance
to improve the transient response of the supply as the load changes.
Diode D1 handles the situation where the AC input power fails, and the
capacitors are still fully charged. D1 provides a safe discharge
path, so discharge current doesn't flow through the
substrate of U1 regulator (7805 or equivalent). Diode D2 is
for reverse polarity protection (might be useful if tantalum
capacitors happened to be in the circuit). D2 might also clamp
a transient, if the load was suddenly unplugged from the supply.
http://www.aaroncake.net/circuits/supply6.gif
This is not really a job for simple resistors. Resistors are
fine, if the load isn't changing with time. But real circuits,
draw variable amounts of current, and then the resistor method
isn't precise. A three terminal regulator, can tame a lot of
ills in the circuit.
When I built my own stereo amplifier a few months back, when I
first turned it on, I got a horrible "hum" in the circuit.
Modifying the power supply, to use a three terminal regulator,
fixed it. Nice pure power comes from it. The regulator I got,
is rated for up to 3 amps, and the amplifier isn't very powerful.
Paul