maxwilliams25 wrote:I have a raspberry pi and a hall effect sensor which outputs 4v plus incremental voltages on top depending on the amount of current. Is it possible to take this voltage reading, convert it into a current reading (I have that formula) and display onto raspberry pi monitor?
maxwilliams25:
I'm not sure how your sensor works, but certainly you will need:
a) An Analog to Digital converter (ADC)
b) Probably some sort of amplification/filtering for the input signal.
Another ways is using a (very) low resistor value in series with the load and measure the voltage drop using a differential Op-Amp, again you need a ADC to convert this magnitudes to discrete signals that can be understand by the Raspberry Pi.
Good luck!