Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Iin is develop by current flow . that's are in milivolt .. so
5 volt & opamp LM358What supply voltages did the opamp have? Which opamp did you use?
its means , if I use reff volt 1.5 volt then result get expected.According to its datasheet the LM358 output can only get to within 1.5V of Vcc, so don't expect a full 0-5V output range. This may explain the results you got.
2) You might need a R-R output opamp. The inputs are at 2.5V so you don't a R-R input opamp. These amplifiers will pull to ground and supply better than the old types.
2) You might need a R-R output opamp. The inputs are at 2.5V so you don't a R-R input opamp. These amplifiers will pull to ground and supply better than the old types.
I am lost as to what circuit you are using now.
1) The "V2 2.5" can also be a 1k to +5 and a 1k to ground. If you 2.5V is not exactly right OR your R6 & R2 is not right there will be a offset error. Use 1% resistors. You say that 0 current is 2.352 volts. This is probably because (1/2 of 5V) does not equal 2.5V OR R2 does not equal R6. When things are balanced right there should be 2.5V on both inputs and on the output.
2) You might need a R-R output opamp. The inputs are at 2.5V so you don't a R-R input opamp. These amplifiers will pull to ground and supply better than the old types.
yes boos , lower shunt lead to ground.Hello,
Quick question:
Is it absolutely necessary that the lower shunt lead goes to ground?
If the current to be measured is not common with anything else it does not need to go to ground.
Just for the fun of it. Make R6 990 ohms and R2-1010 ohms. (-1% and +1%) See what happens.dear sir , here not issue of R6 & R2 . i'm telling here is V(out) = 2.352 v .
i has found both place 2.5 v(- & +) of opamp . where we used 1k resistors (1%)
normally adc reading are as1) I crossed out the ground symbol that should not be there.
2) If V1=V2=V3=0 volts then Vo= 0 volts. Not 3.5
View attachment 89293
This could be used on the current sense amplifier talked about above.
Connect V1 to a reference voltage (2.5V).
Connect V2 to ground.
Connect V3 to the current sense resistors. (normal voltage is o volts)
The output will be 2.5V at 0 current. When the current is positive the Vo will drop below 2.5 volts. When the current if negative the voltage will be above 2.5 volts. (there is a inversion there but that is usually OK)
if its rightresult = 0;
for (i=0;i<20;i++)
{ set_adc_channel(0);
delay_ms(1);
result=result+read_adc();
result = result/20 ; }
is righ ?result = result * vout
can u ell me , pl what is its Sensitivity ?I think it's better to do it as shown in the following circuit. Zero amps gives ~2.5V out, -50 A --> 5 V out and +50 A --> 0 V out. Gain can be changed by changing R1.
View attachment 89239