Understanding Voltage: Does Each Wire Carry 5v or Split to 2.5v? | Matthew Leek

  • Thread starter Thread starter MattVonFat
  • Start date Start date
  • Tags Tags
    Voltage
AI Thread Summary
When connecting two wires to a 5V power source, each wire carries the full 5V rather than splitting the voltage. The voltage across the wires is determined by the potential difference from the positive to the negative terminal of the power source. Logic gates, like the AND gate, require a specific voltage to operate, and their output power does not come from the input but from the power supply. To control a motor with a computer signal, a relay or transistor can be used to switch the higher power needed for the motor. Understanding these concepts is essential for effective circuit design and control.
MattVonFat
Messages
8
Reaction score
0
Hi,

If you have a power source (for example 5v) and you have two wires coming off it would each wire be carrying 5v or does the volatge get split between them and give you only 2.5v on each?

Thanks

Matthew Leek
 
Physics news on Phys.org
Kirchoff's second law states that the sum of potential differences around a loop is equal to the source EMF.

First off all they would have no voltage unless they were part of a circuit. The voltage across the wire depends on the potential difference lost as you move from the positive terminal to the negative terminal of the battery/cell. Hope that helps. Your question is kind of vague.
 
Ok.

I'll explain a bit better.

Here's a poor drawing of the circuit:

http://www.leeksoftware.co.uk/D.bmp

The AND logic gate needs 3v to work though. So If I was to have another wire coming from the battery into the AND gate would it be supplying 3v to the AND gate or would it be supplying half of that?
 
Last edited by a moderator:
Voltages are differential -- they are the difference in electric potential between two things. In the case of a battery or power supply, the output voltage is between the + output and the - output. You can hook many things in parallel to these two output terminals, and each thing will see the same differential voltage.

As to the drawing, your AND gate will have 5 terminals. The two inputs, the one output, a power input and a ground input. For an AND gate structure, the output power does not come from the input, it comes from the power supply. So redraw the circuit to show the AND gate horizontal with its output driving the motor + side and the other side of the motor going to ground. And draw the AND gate with power and ground terminals shown. You should take the 2nd input to the AND gate up to the power supply through a pullup resistor, or I suppose you could pull it straight up like you are doing now.

BTW, logic gates do not have enough power output capability to drive real motors, not even small ones. So I'll assume that the AND gate symbol shown in your figure represents something more than just a 74AC08 type gate...
 
Ah.

I was assuming that as 3v was going in (i originally thought through the input) that was what would come out. I probably shouldn't be doing stuff like this until I have a better knowledge of the more basic things.

If you don't mind me asking, is there a way to only have power from the battery go to the motor when a charge is sent down the cable connected to the computer? The only way I could think of was with the AND gate, but as I won't be getting enough power I guess it won't really work.

Thanks for your help
Matthew
 
Computer control of motors is definitely possible, and is quite common. As you are learning, you need the control signal to somehow enable a switch-like-something that can pass the higher power needed from a power supply to the motor.

The type of switch-thing that you choose depends on the type and size of the motor. The simplest thing to use is a DC relay. You can turn a relay on generally with a moderate-power logic signal, or you can add a transistor to amplify a lower-power logic signal to turn on the relay. The relay will generally operate at 5V or 12V, and you can pass a fair amount of power through the relay, depending on its size.

For specialized motors like stepper motors, the computer control signals are sequenced to drive solid state amplifiers to energize the various windings in the proper order to step one way or the other, or to actively hold position.
 
Thanks very much, that's really helpful!

I'll go looking for DC relays now. I'll have to save my gates for sometime in the future.

Thanks,
Matthew
 
Back
Top