MPXA4115A picbasic code


Results 1 to 40 of 104

Threaded View

  1. #21
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default

    Hi, Mel

    I found that in the MAX 1241 datasheet:


    Output Coding and Transfer Function

    The data output from the MAX1240/MAX1241 is binary,
    and Figure 10 depicts the nominal transfer function.
    Code transitions occur halfway between successiveinteger
    LSB values. If VREF = +2.500V, then 1 LSB =
    610μV or 2.500V/4096
    This is not the first ADC datasheet where i've found that ...

    from MAX 187


    Output Coding and Transfer Function

    The data output from the MAX187/MAX189 is binary,
    and Figure 10 depicts the nominal transfer function.
    Code transitions occur halfway between successive
    integer LSB values. If VREF = +4.096V, then
    1 LSB = 1.00mV or 4.096V/4096.
    From MCP 3202


    4.2 Digital Output Code

    The digital output code produced by an A/D Converter
    is a function of the input signal and the reference voltage.
    For the MCP3202, VDD is used as the reference
    voltage. As the VDD level is reduced, the LSB size is
    reduced accordingly. The theoretical digital output code
    produced by the A/D Converter is shown below.
    where:
    VIN = analog input voltage
    VDD = supply voltage
    Digital Output Code = 4096 * VIN / VDD
    From MIC 640 ( a pre-programmed 12F675 )


    · Résultat = 256 x VIN/VCC où VIN est la tension d’entrée et où résultat est arrondi à
    l’entier le plus proche.
    Ainsi par exemple, si VCC = 5 volts et VIN = 3,5 volts, le résultat de la conversion sera :

    Résultat = 256 x 3,5 / 5 = 179,2 arrondi donc à 179 soit encore B3 en hexadécimal.
    so, I'm a bit confused, here ...

    Regards
    Alain
    Last edited by Acetronics2; - 17th May 2009 at 10:49.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. sample code for AT45DB642D in Picbasic Pro
    By itsssyam in forum General
    Replies: 0
    Last Post: - 10th March 2010, 06:01
  2. 16f887 44 pin demo board code problem?
    By jessey in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 7th December 2008, 14:17
  3. How to configure SPI in PICBASIC PRO?
    By moogle in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 15th April 2007, 18:31
  4. PicBasic code problems with a 16F84A
    By Lauren Barta in forum mel PIC BASIC
    Replies: 3
    Last Post: - 30th May 2006, 22:50
  5. PicBasic Fundamentals
    By Billyc in forum General
    Replies: 9
    Last Post: - 4th May 2004, 10:04

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