Dear there,
I am working on torque measuring in Arduino UNO. The torque sensor produce voltage which is amplified by strain gage and read in the Arduino platform. The problem is that in no load condition the voltage reading is 0.145 V which changes 0.156 V although no load applied to the torque. Since this unusual changing can hamper my torque data and significant error displays. Could anyone help me in getting precision value without fluctuation of voltage value?
The resolution of the ADC is 5/1024 = 5 mV. So your fluctuations are two ADC points, which is within normal error.
Then there's the possible fluctuation of your 5V Vcc reference, which is an issue if your strain gauge produces an absolute rather than ratiometric voltage as output. In this case you can stabilise readings by bringing down the output to the 0-1.1V range, and enabling the built-in analog reference.
Without knowing the exact sensor you use, and the exact circuit diagram, this is all I can say about your problem.