Thread starter also claims to be "Electrical engineer." Why only pick on author of post 4?I am puzzled how an "Electrical enginneer" (From profile for post #4.) has got by so far without being able to measure resistance.
Les.
Increasingly there are electrical engineers that have never had to measure resistance at all (or voltage or current or anything else) because the program they graduated from eliminated all hands-on labs in favor of computer-based simulation -- and then patted themselves on the back and got a paper or two published about their forward-thinking approach to engineering education.I was assuming that the TS knows how to measure resistance using a DVM but did not know how to use the ADC voltage reading to get the value of a low value resistor. I find it difficult to beleive that an electrical engineer has never had to measure resistance even if it was only to check continuity or insulation.
Les.
I don't think it's the entire solution. Assuming the TS means measuring resistance that are in the 0.1 Ω range, then a 10 mA source would give a voltage of only 1 mV. Assuming it would be nice to get a measurement that's good to 10%, that means your ADC needs a resolution of 0.1 mV. How does that compare with the Arduino's capabilities (and here it matters what the actual capabilities are in practice, not what the marketing blurb claims).That's a nice solution to the original TS's question.
Les.
Yikes!Increasingly there are electrical engineers that have never had to measure resistance at all (or voltage or current or anything else) because the program they graduated from eliminated all hands-on labs in favor of computer-based simulation -- and then patted themselves on the back and got a paper or two published about their forward-thinking approach to engineering education.
So true. So sad.Increasingly there are electrical engineers that have never had to measure resistance at all (or voltage or current or anything else) because the program they graduated from eliminated all hands-on labs in favor of computer-based simulation -- and then patted themselves on the back and got a paper or two published about their forward-thinking approach to engineering education.
@Lily Shenghi, i have the same question to ask , how to measure ressitance
By default, the Arduino (Uno) can measure 0 to 5V based on a 10 bits scale (so, approximatively, 0.5mV precision).I don't think it's the entire solution. Assuming the TS means measuring resistance that are in the 0.1 Ω range, then a 10 mA source would give a voltage of only 1 mV. Assuming it would be nice to get a measurement that's good to 10%, that means your ADC needs a resolution of 0.1 mV. How does that compare with the Arduino's capabilities (and here it matters what the actual capabilities are in practice, not what the marketing blurb claims).
I think he's still going to need to use a suitable amplifier, as well.