Shunt: Unterschied zwischen den Versionen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „How does a shunt works? Short:<br> A shunt is a very small resistor that is used to measure current. The resistor is added in series to the load and the voltage…“)
 
 
(11 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
How does a shunt works?
+
==How does a shunt works?==
  
Short:<br>
+
'''Short:'''<br>
 
A shunt is a very small resistor that is used to measure current.  
 
A shunt is a very small resistor that is used to measure current.  
 
The resistor is added in series to the load and the voltage drop is measured.
 
The resistor is added in series to the load and the voltage drop is measured.
Zeile 7: Zeile 7:
  
  
In Detail:<br>
+
'''In Detail:'''<br>
The best way to get a better understanding is to have a look at the principle of voltage divider.
+
The best way to get a better understanding is to have a look at the principle of voltage divider.<br>
 
+
[[Datei:Voltage-divider-shunt.png]]<br>
In a voltage divider the current is always the same.
+
In a voltage divider the current is always the same.<br>
 
+
[[Datei:I_total.gif]]<br>
 
-> Means we can really use a second resistor to find out the current that is flowing through the load.
 
-> Means we can really use a second resistor to find out the current that is flowing through the load.
  
  
Every resistor has a voltage drop that has the ratio of the resistor to the total resistance.
+
Every resistor has a voltage drop that has the ratio of the resistor to the total resistance.<br>
 +
[[Datei:r_total_shunt.gif]]<br>
 +
[[Datei:ratio_r_shunt.gif]]<br>
 +
[[Datei:v_drop_shunt.gif]]<br>
 +
-> This tells us that we have to choose the resistor as small as possible so that we don’t drag to much voltage from the load.
  
Or the voltage drops across the resistors must add up to the total voltage.
 
  
-> This tells us that we have to choose the resistor as small as possible so that we don’t drag to much voltage from the load.
+
This table displays how the resistance value of the R_shunt drains power if it is too high.
 +
Also you can see how small the voltage drop gets if the resistance is to low, what makes it hard to measure.
  
 +
{| class="wikitable"
 +
|-
 +
! I (total)
 +
! U (total)
 +
! R_load
 +
! R_shunt
 +
! U (load)
 +
! U (shunt)
 +
! P (lost)
 +
|-
 +
| 0,25A
 +
| 5V
 +
| 10
 +
| 10
 +
| 2.5V
 +
| 2.5V
 +
| 0.625W
 +
|-
 +
| 0,25A
 +
| 5V
 +
| 19
 +
| 1
 +
| 4.75V
 +
| 0.25V
 +
| 0.0625W
 +
|-
 +
| 0,25A
 +
| 5V
 +
| 19.9
 +
| 0.1
 +
| 4.975V
 +
| 0.025V
 +
| 0.00625W
 +
|}
  
This table displays how the resistance value of the shunt (R2) drains power if it is too high.
+
==How to measure==
Also you can see how small the voltage drop gets if the resistance is to low, what makes it hard to measure.
+
Arduino
 +
==Usages==
 +
*Energy generation
 +
*Energy consumption
 +
*Battery charging
 +
==Alternatives==
 +
Hall-Effect current sensing

Aktuelle Version vom 4. September 2015, 13:28 Uhr

How does a shunt works?

Short:
A shunt is a very small resistor that is used to measure current. The resistor is added in series to the load and the voltage drop is measured. From the voltage drop and the value of the resistor the current can be calculated.


In Detail:
The best way to get a better understanding is to have a look at the principle of voltage divider.
Voltage-divider-shunt.png
In a voltage divider the current is always the same.
I total.gif
-> Means we can really use a second resistor to find out the current that is flowing through the load.


Every resistor has a voltage drop that has the ratio of the resistor to the total resistance.
R total shunt.gif
Ratio r shunt.gif
V drop shunt.gif
-> This tells us that we have to choose the resistor as small as possible so that we don’t drag to much voltage from the load.


This table displays how the resistance value of the R_shunt drains power if it is too high. Also you can see how small the voltage drop gets if the resistance is to low, what makes it hard to measure.

I (total) U (total) R_load R_shunt U (load) U (shunt) P (lost)
0,25A 5V 10 10 2.5V 2.5V 0.625W
0,25A 5V 19 1 4.75V 0.25V 0.0625W
0,25A 5V 19.9 0.1 4.975V 0.025V 0.00625W

How to measure

Arduino

Usages

  • Energy generation
  • Energy consumption
  • Battery charging

Alternatives

Hall-Effect current sensing