Y
Y
Yuri Popov2012-05-29 18:41:55
Arduino
Yuri Popov, 2012-05-29 18:41:55

What chips/elements should be used to measure voltage/current/resistance?

Bottom line:
The Arduino Uno board should measure voltage, current and resistance in the circuit. What items do you recommend? What to read anyway?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Roman, 2012-05-29
@DjPhoeniX

Roughly, you can say this: you can only measure voltage , and do this with the help of an ADC.
If you need to measure the current, we pass it through the shunt and measure the voltage on the shunt.
If you need to measure the resistance, we skip a known current and measure the voltage . Or we apply a known voltage to 2 series resistances (known and unknown), and - again - measure the voltage on the shoulder of the resulting divider.
There are specific methods for very large or very small currents / resistances / voltages, but I think this is not your case.

N
nerudo, 2012-05-29
@nerudo

I agree with the previous speaker in general, I want to add that there are special microchips for power meters. For example, INA219 (from what I remembered right now) - measures the total voltage, the voltage drop across the shunt, based on these data, it can calculate the current and directly consumed power in watts. Works on the I2C interface.

S
ssg1712, 2012-07-17
@ssg1712

There is another interesting method for measuring resistance: you can turn on the capacitance in series with the measured resistance and apply a pulse to this differentiating circuit. The voltage from the resistor can be applied to the arduino leg, measure the pulse duration and convert it into resistance. The accuracy is not high, but you can get by with only I / O inputs.

T
Teivaz, 2012-07-31
@Teivaz

You can also use a Hall effect current sensor to measure current. For example www.kosmodrom.com.ua/prodlist.php?name=sensortok&page=0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question