

Moderator: Benj
I had a dabble with a resistance meter some time ago, I used the kelvin method and a constant current generator.siliconchip
hi im trying to make a simple resistance meter, i know nothing about these so looked on google to get an idea about them
Can you post an image / chart for that - sounds like a typo / mismatched types error?change variable voltage3 to a string but it comes up as invalid im using floattostring$(voltage3) ??
Not necessarily, in v8 anyway. You need the Comms pack for the UART component but the UART CAL component under Tools is completely free and will likely do what you needYou'll need the COMMS pack
Are you holding or touching the wires? If so then your body will be introducing noise into the ADC input.i still cant get the screen to settle
Code: Select all
PullUpResistance = 1000
Code: Select all
R = PullUpResistor / (1023.0 / read * 1.0 - 1.0)
Resistance = FloatToString$ (R)