Shop OBEX P1 Docs P2 Docs Learn Events
Resistance Meter — Parallax Forums

Resistance Meter

ChipperChipper Posts: 5
edited 2008-06-19 01:18 in BASIC Stamp
Is there anyway you could make the stamp read a resistance value with an ADC, i have it reading voltage already any ideas. I tried V=IR but i dont know how to solve for the current. I was guessing i could use the ADC to measure voltage drop and use that but im lost.......any help would be appriciated·· Thankyou [noparse]:D[/noparse]

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-06-19 01:18
    There are many ways you could do this. For example, you could put a fixed, known resistance in series with the unknown resistance and measure the voltage drop across this. If you have a fixed known voltage supply (like +5V), you can determine the unknown resistance. The voltage drop across the known resistance gives you the current through it (I = E / R). The same current is flowing through the unknown resistance and the voltage across the unknown resistance is known (5 - E). You can compute the unknown resistance ((5 - E) / (E / R)).
Sign In or Register to comment.