MAX1247 4-Channel, 12-Bit ADC


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Florida, USA
    Posts
    88


    Did you find this post helpful? Yes | No

    Default New (minor) problem...

    Hello - I'm back with a question. I was testing my design and code with a power supply that can deliver precise mV outputs in the 0.00 to 102.00 mV range. I was looking to see if my design would work all the way down to 0 mV. Well, I am getting about a 14 mV difference in my readings. In otherwords, my LCD displays 0 mV when 14 mV or below is input. All readings above that are good but off by 14 mV. If I didn't need to measure below 14 mV, I would just add 14 to the value that was being displayed by my LCD and call it good. But I need to see below 14... Anyone have an idea why that might be? And how I might correct it?

    Atom058

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    I would tend to believe the problem is with the power supply.

    Or more specificaly, the measurement of the power supply's voltage.

    A simple test is to use a voltage that you don't need to "read" to know what it is. And the easiest way to do that is with a simple voltage divider.

    With 2 resistors 100k to Vdd(+5V) and 220 ohms to Vss. you will get approximately 11mv at the junction. Of course it depends on the tolerance of the resistors you use, but it will still be very close even with 5%.

    With 12 bits and 2.5Vref, that should give an A/D value of 22, and due to integer truncating should read 10 mv after the *6/10.

    So if it reads 10mv, then the problem is the difference between the actual power supply voltage and the external measuement of that voltage.
    <br>
    DT

  3. #3
    Join Date
    Sep 2006
    Location
    Florida, USA
    Posts
    88


    Did you find this post helpful? Yes | No

    Smile

    Darrell - Thanks for your suggestion... Although I was verifying the voltage being output with another meter, I will give it a try (I'll try anything right about now) and let you know what happens.

    Atom058

Similar Threads

  1. MCP3208 12 bit A/D driver
    By polymer52 in forum Code Examples
    Replies: 0
    Last Post: - 5th February 2010, 11:59
  2. PICBasic newbie problem
    By ELCouz in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 12th February 2008, 00:55
  3. Flash PIC with 12 bit ADC
    By Steve_88 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 12th October 2007, 20:35
  4. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  5. Real Time Clock & Eeprom
    By smart_storm in forum General
    Replies: 8
    Last Post: - 17th February 2006, 19:03

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