Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Between two pins I'm measuring 2.1V but 0.04 mA. What does this mean?

enter image description here

I'm trying to light up an LED on an LPC2148. I set pin 2 to high and connected my LED to it and pin 14. It doesn't light up. When I use a multimeter to measure the voltage between these two pins, I measure enough voltage, but when I switch the multimeter to measure current, I read almost no current.

So what's up?

share|improve this question
2  
Does the LED work? Is pin 2 set as an output? – tyblu Sep 30 '11 at 7:09
1  
@200ok404notfound This one should be obvious, but are you sure that you're measuring current correctly? What exactly are you doing when you're measuring current? – AndrejaKo Sep 30 '11 at 7:27
2  
@200ok404notfound And how do you connect it to the circuit? If you "just" connected it, you've probably made a short-circuit and blown the fuse inside the multimeter. The meter should go between the pin and the LED. If you've got two current ranges, connect the meter in series with the LED, switch to a different range and then try again. – AndrejaKo Sep 30 '11 at 7:35
1  
@200ok404notfound Actually, sorry, I focused on the no current path and completely missed the 0.04 mA part. If you're getting a reading, it could be because the meter may not be correctly connected, but the fuse probably isn't dead if you're getting a reading. Also are you using a resistor with the LED? From what I've seen on the board schematic, the pin 2 goes directly to P0.2 and there nothing to limit the current. Strange... – AndrejaKo Sep 30 '11 at 8:00
2  
The LED still works? Or it worked before you connected it directly across a voltage with no current-limiting resistor? – endolith Sep 30 '11 at 16:19
show 3 more comments

2 Answers

It means that you have very little idea of what you are doing :-).
BUT keep asking questions! :-) - it's a good way to learn.

Using a "water analogy" is a good way to get a feel for electrical terms.
As George Box said " All models are wrong, but some models are useful". ie no analogy is perfect but even an imperfect analogy can help understanding.

  • Voltage is similar to the pressure in a water flow situation.

  • Pressure can be caused by "head" such as height of a dam = a battery, or by a pump = an alternator or generator.

    • Water current flow is about the same as electrical current flow.

    • Resistance to water flow such as from a thin pipe, is similar to electrical resistance.

Some things get harder and the models may be even less exact but:

  • A Capacitor is like having a water tank with in and out pipes at the bottom on opposite sides and a flexible rubber dividing wall separating the two halves. The size of the tank and the flexibility of the rubber are related to capacitor size.

  • An inductor is like having a length of tubing made of flexible rubber so that it will expand as water flows through it under pressure.

SO

Your 2.1V and 0.04 mA are like looking at system and seeing some water pressure (voltage) and water-current flow (current in mA). The size of the voltage and the size of the current will depend on the "circuit" (pipe connections, lengths, sizes etc.). Until you explain quite a lot better how you measured these things and what your circuit is like we cannot explain why they are as they are.

Note that voltage and current ALWAYS match up.
Nature is never wrong :-).
Any time we think it is wrong it means that we do not properly understand it (yet).

share|improve this answer

Schematic or it didn't happen!

You're not telling us everything, but the most obvious explanation would be in Ohm's Law:

\$ R = \dfrac{V}{I} = \dfrac{2.1V}{0.04mA} = 52500\Omega \$

So you could be measuring the 2.1V drop over a 52.5k\$\Omega\$ resistor.
With the right resistor value any voltage/current ratio can be achieved, so "not matching up" doesn't make sense.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.