Low resistance value measurement


Closed Thread
Results 1 to 4 of 4
  1. #1
    Leonzio's Avatar
    Leonzio Guest

    Default Low resistance value measurement

    SORRY for cross-posting, but I'm new here and I'd better post here instead of the PBP forum.
    ================

    Hello,
    I'm building a new board in order to measure water pressure using some sensors which would provide a variable resistance depending on the level of pressure of water in a pipe.

    Electrically they're not so different from a potentiometer, the problem is that the R value is so low (range from 86 to 330 Ohm) that the classic RCtime schema cannot be applied.
    I need at least 8 bit resolution from low to high range.

    Could you please suggest me the best schema to connect such sensors to a 16F877A?

    Thanks
    Leonzio, from Italy

  2. #2
    Join Date
    Sep 2006
    Posts
    5


    Did you find this post helpful? Yes | No

    Default

    Hi Leonzio,

    This is my first time as a registered user so I hope the file attachment works.

    Providing your finished product is not exposed to ridiculous ambient temperature extremes, the suggested circuit should be accurate enough for your needs.

    As we cannot measure resistance directly with any microcontroller we can solve our problem with Ohm's Law to change our resistance variable (your sensor) to a voltage variable.

    Using the suggested circuit we can pass a fixed, known current, eg 10mA,
    through the sensor and, using Ohm's Law, we now have a voltage to present to the microcontroller A\D input which can be measured and scaled to suit our needs. Using your values of resistance we will have a range of 0.86V to 3.30V if VR1 is set to pass 10mA through the sensor.

    If you require any more help with the circuit or the software please do not hesitate to post a reply.

    Regards Mike B, from Australia.
    Attached Images Attached Images  

  3. #3
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    I am not quite clear why not using an easier connection?

    I am sure your suggested connection is much more accurate but highly sophisticated too.

    -----------------

    <img src="http://img11.picsplace.to/img10/17/PIC_ADC.GIF" alt="Image Hosting by PicsPlace.to" >
    Last edited by sayzer; - 11th October 2006 at 11:33.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  4. #4
    Join Date
    Sep 2006
    Posts
    5


    Did you find this post helpful? Yes | No

    Smile

    Hi sayzer,

    I entirely agree with your comments. I guess at the end of the day it all depends on what compromises in accuracy a designer is willing to make. For testing of code a simple voltage divider is more than adequate.

    I tend to stay away from using a logic supply rail for use as a reference for a transducer, or indeed the A\D reference pin, as the voltage at any given time is not accurately known and there is always a lot of noise present.

    Another method could be to use a precision regulator to provide the excitation voltage for the transducer and also the A\D reference.

    For 'one off' circuits it is easy to accept things the way they are, but for production runs, calibrating out various design issues can be costly.

    I suppose if the transducer and refernce pin are tied to the same point they can float around together and provide the required accuracy.

    The forum has served its purpose. Leonzio now has a number of ideas to work with and if more people reply even more ideas will abound. The beauty of it all is we never stop learning from each other.

    Regards Mike B.

    Quote - Always borrow money from a pessimist, as they never expect it back.

Similar Threads

  1. Old and beyond help ?
    By DavidFMarks in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 11th December 2008, 15:23
  2. Low Resistance value measurement
    By Leonzio in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd July 2006, 00:25
  3. Problems with RC2 and RC3
    By Christopher4187 in forum General
    Replies: 11
    Last Post: - 29th May 2006, 17:19
  4. 4-line LCD Help - using PortA instead of B
    By Tom Gonser in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 31st March 2005, 03:14
  5. low Resistance measurement
    By sanatana in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 19th October 2004, 18:32

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts