Originally Posted by
Funkstar
so i need to know the current of the device i want to power?
Either that or you can make sure that the current flowing through your device is small compared with the bypass current.
Consider this circit diagram:
Code:
+5v --+------+
| |
| |
3 Ohm Load
| |
| |
A +------+
|
2 Ohm
|
0v --+
If there is no current flowing through the load, (the resistance is infinty) then the total resistance between the power and ground will be 5 ohm. From Ohm's law we can calculate that the current will be 1 amp, and the voltage at point A and C will be +2 volts.
If we then add a low current device accross the load (with a resistance of hudreads of ohms), then it will see a voltage difference of 3 volts. But in order to provide it with a current of a few mili-amps at 3v, you have wasted a whole amp of current across the load.
If the device you want to power is draws a lot of current, then you have two choices. If you know it's resistance you can put another resistor in series with it. The problem with that is that you will waste 2/5 of your power as heat, and it will only work if the resistance is constant.
Alternatively if you need to save energy, and the resitance of the load will vary a lot, you can build a power regulator circit that will chop the 5v power into a series of pulses that average out to 3v, posibly with a capacitor to smooth out those pulse back to a smooth current. This is basicaly how the PSU in you PC works.