Detecting Current Flow in a Circuit with LEDs

In summary, the conversation discusses the need to show the path of current flow in a circuit and possible methods to achieve this. Suggestions include using op amp current sensors with LEDs, Hall-effect sensors, or galvanometers, as well as utilizing integrated circuits designed for high side current sensing. It is also mentioned that a computer program could be created to display the current flow using LED lights.
  • #1
SmritiB
17
0
I am desgning a circuit(network), where i need to show the path traversed by the greater part of the current at each node, consecutively. using an ammeter (or voltmeter) in every branch (around 20) makes it too tedious. Will LEDs do the required work? But they would light up at all locations, though their intensity might be different, will it be detectable to the eye? what should be the typical values of current (differences) for it to get detectable?
is the any better (cheap) method?

thankyou.
 
Engineering news on Phys.org
  • #2
SmritiB said:
I am desgning a circuit(network), where i need to show the path traversed by the greater part of the current at each node,
I need a picture to understand what you want to do.

You can use the upload button.
 
  • #3
So you don't need to measure the current? You just have to detect it's presence? How about a small sense resistor at each node with an op amp? As in a simple comparator configuration. It will detect the direction of current flow as well.
 
  • #4
The output of the op amp will be positive for a current in one direction and negative for current in the opposite direction. The op amp will latch for very small currents, however.
 
  • #5
leright said:
The output of the op amp will be positive for a current in one direction and negative for current in the opposite direction. The op amp will latch for very small currents, however.
Thank you for the suggestion,
But i need to "show" the path. some sort of a detectable illumination (or even numerical values would do, provided the path is shown instantaneously, not manually moving with meters) like, any person seeing the circuit should know where all the larger portion of the current from the required node flows.
Actually, the deeper requirement is to follow from the first node, the branch with more current, then the same follow-scheme at the node this branch comes across and so on : This is what i mean by "path".
Sorry couldn't phrase it properly the first time.
 
  • #6
anorlunda said:
I need a picture to understand what you want to do.

You can use the upload button.

The deeper requirement is to follow from the first node, the branch with more current, then the same follow-scheme at the node this branch comes across and so on : This is what i mean by "path".
Sorry couldn't phrase it properly the first time.
Thus any person seeing should be able to tell the "path".
this is in an effect to test "shortest path problem", using current follows least resistive path.
 

Attachments

  • path.png
    path.png
    62.8 KB · Views: 510
  • #7
Could you just buy multiple op amps? They're cheap. Problem with leds is there is significant voltage drop across them provided they are forward biased. An op amp current sensor with small sense resistor will not affect your circuit. Very small voltage drop.
 
  • #8
leright said:
Could you just buy multiple op amps? They're cheap. Problem with leds is there is significant voltage drop across them provided they are forward biased. An op amp current sensor with small sense resistor will not affect your circuit. Very small voltage drop.

But what shall be the output of this opamp current sensor? In electrical form? Could you tell me how to make the path be "seen" then?
 
  • #9
Yeah. It will be a voltage. You could even connect two leds to the output of the op amp with opposite polarity to tell if the current is positive or negative. One led will light up for a positive current in a branch and the other will light up for a negative current in the same branch.
 
  • #10
The output of the opamps will drive the leds BTW. Just make sure you put a properly sized resistor in series with each led
 
  • #11
leright said:
The output of the opamps will drive the leds BTW. Just make sure you put a properly sized resistor in series with each led

Agreed. But will this arrangement help in enhancing the difference in brightness of LED glow (due to different current sensed)? Making it detectable to the eye?
 
  • #12
Placing Hall-effect sensors on each current leg, and monitoring their outputs on a multi-trace oscilloscope might be helpful.
 
  • #13
  • #14
Old Tele man said:
Placing Hall-effect sensors on each current leg, and monitoring their outputs on a multi-trace oscilloscope might be helpful.

You'll need permanent magnets though to generate a magnetic field. Hall sensors will not show a transverse voltage across the sensor unless there is a magnetic field present. This could work however.
 
  • #15
leright said:
The best way to actually measure relative currents would be to actually measure the output voltage of the op amps and display them somehow on a screen.

Check this reference out. http://www.eetimes.com/document.asp?doc_id=1279415

Sure is a good option,
thank you for your time.
 
  • #16
I would use one of the amplifier based current sensors in the lin kthough instead of a comparator. The comparator will latch for very small currents.
 
  • #17
Good luck!
 
  • #18
leright is on the right track, i think...

How far do you want to go ?
There exist integrated circuits designed to measure current in a wire
search on "High Side Current Sense"
they include the differencing amplifier and deliver an output in proportion to current measured.
Some will even use a length of printed circuit trace or small wire as current sensor

http://www.mouser.com/new/semiconductors/amplifier-ics/current-sense-amplifiers/n-6o48g

I suppose this is a hardware demonstrator of some sort ?

I'm old fashioned and would use galvanometers.
But recognizing that the eye detects motion quicker than it does intensity
and that these days computers do everything
it'd be a good Arduino or RaspberryPi project...
behind the board , read the analog current signals into a program
and have it flash individual two-color LED's at rate and color determined by their respective current's magnitude and direction ?
Measurement points in series with one another , like 5-8 or 10-14, should flash in unison to drive home Kirchoff's Current Law.
 
Last edited by a moderator:
  • Like
Likes cnh1995
  • #19
jim hardy said:
it'd be a good Arduino or RaspberryPi project...
I recently did a small project based on arduino which involved measurement of power system parameters like voltage, current, pf and power. I used a hall effect current sensor IC and it did a very good job. You get an output voltage proportional to the current and that voltage can be read by arduino and displayed on the screen.
 
  • #20
cnh1995 said:
I recently did a small project based on arduino which involved measurement of power system parameters like voltage, current, pf and power. I used a hall effect current sensor IC and it did a very good job. You get an output voltage proportional to the current and that voltage can be read by arduino and displayed on the screen.

As old tele man and cnh1995 mentioned, another possibility is a hall sensor. I believe you would need a magnet also in this type of sensor, but I think magnets are integrated into hall effect current sensors.
 
  • #21
leright said:
I think magnets are integrated into hall effect current sensors.
Yes.
 
  • Like
Likes leright
  • #22
I used the term "latch" above btw for the op amp suggestion. That was the wrong term I think, since when the current goes to zero the output will be zero. It won't actually latch (i.e. the output won't stay high when the input goes to zero).
 
  • #23
All resistors of known values . Test on node voltages .

Sampling wires connected to each node . A/D conversion . PC I/O . Calc currents . Graphics display .

Option live display of actual grid with (eg) colour coding for different current levels .
 
  • Like
Likes leright
  • #24
Looking at your diagram it seems to me that you can calculate the current in each leg and the potential at each node.
So you could assemble the circuit on a white board and use a projector to place a computer generated image on top. This could be pictures of galvanometers, lights of varying brightness or colour, lines which grew in thickness according to the current, or whatever your imagination came up with.
You could either sense the voltage(s) applied (I can only see the battery, but there's no reason you couldn't attach other sources) to calculate the currents, or (IMO better) use computer controlled sources to apply whatever voltages you wanted to any nodes.
Of course you don't even need to build the circuit, just use an image of it.

If you must stick with hardware attached visibly to your circuit, the little galvanometers "hifi" manufacturers used to put as level displays were ridiculously cheap. Though if they're not used anymore, they may simply not be available.
 
  • #25
Could you animate post 6's path.png and do it all software , hdmi out to a giant screen TV ? I just saw a 55-incher at Walmart for under 300 bucks...

Nidum said:
Sampling wires connected to each node . A/D conversion .
beware of 30 volt inputs .
 
  • #26
screenshot_2016-04-01-18-29-22-png.98361.png

This is a smartphone simulation showing magnitude of current through each bulb(all identical) and their brightness . I don't know if there's any such software available for PCs or laptops.
 
  • Like
Likes Merlin3189
  • #27
cnh1995 said:
I don't know if there's any such software available for PCs or laptops.

There is extensive software available for monitoring and controlling industrial systems and scientific experiments . Most of this software now uses active graphic displays .
 
  • Like
Likes cnh1995
  • #28
  • Like
Likes cnh1995

What is current flow and why is it important?

Current flow is the movement of electric charge through a circuit. It is important because it is necessary for the functioning of electrical devices and it determines the amount of power consumed.

How do LEDs detect current flow in a circuit?

LEDs (Light Emitting Diodes) are semiconductor devices that emit light when current flows through them. When current flows through an LED, it emits light that is proportional to the amount of current flowing through it.

What is the role of resistors in detecting current flow with LEDs?

Resistors are used to control the amount of current flowing through a circuit. In the case of using LEDs to detect current flow, resistors are used to limit the current so that the LED does not get damaged.

Can current flow be detected in both AC and DC circuits using LEDs?

Yes, current flow can be detected in both AC (alternating current) and DC (direct current) circuits using LEDs. However, the detection method may differ slightly for each type of circuit.

Are there any limitations to using LEDs to detect current flow in a circuit?

One limitation is that LEDs can only detect current flow in one direction. This means that they cannot be used to detect reverse current flow in a circuit. Additionally, LEDs may not be sensitive enough to detect very small currents.

Similar threads

Replies
8
Views
2K
Replies
10
Views
4K
  • Introductory Physics Homework Help
2
Replies
36
Views
4K
Replies
21
Views
2K
  • Electrical Engineering
Replies
24
Views
4K
  • Introductory Physics Homework Help
Replies
10
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
744
  • Electrical Engineering
Replies
14
Views
5K
  • Electrical Engineering
Replies
1
Views
2K
Back
Top