18F8723 - 12 bit A/D


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107

    Default 18F8723 - 12 bit A/D

    For anyone who needs a 12 bit A/D in a PIC, I have successfully used the new 18F8723. PBP doesn't explicitly support the chip, but if you compile for a 18F8722 and set "DEFINE ADC_BITS 10", the result from ADCIN is 12 bits. Even if you only need a 10 bit result, the new chip has lower jitter.
    PBP2.47, PBP2.50 and PBPL2.50 all seem to work fine.
    Charles Linquist

  2. #2
    Join Date
    Jul 2005
    Location
    Midwest
    Posts
    81


    Did you find this post helpful? Yes | No

    Default

    Thanks Charles for the info.

    Where did you find this part?

    Sample from MicroChip?

    Sure would like to have a few of these around. You are quite pleased with the 12 bit performance?

    -Steve

  3. #3
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    Yes, these were samples, but I have 100 pcs on order. Should have them any day now.

    The A/D's on these parts are definitely less noisy. I plan on switching over to them 100% as soon as I run a few more tests.
    Charles Linquist

  4. #4
    Join Date
    Jul 2005
    Location
    Midwest
    Posts
    81


    Did you find this post helpful? Yes | No

    Default

    Hi Charles,

    Are you using an opamp to buffer and filter the input to the AtoD channels?
    Thanks,
    -Steve

  5. #5
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    No, I'm measuring power supply voltages, so my source impedance is low. I generally use a voltage divider with about a 2K source Z and a .1uF cap to the analog GND plane right at the PIC's analog input. I get good results. It also helps that I use a 0.1% low-noise Vref and average at least 6 samples.
    Charles Linquist

Similar Threads

  1. Bits, Bytes Words and Arrays
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 24
    Last Post: - 14th June 2016, 07:55
  2. MCP3208 12 bit A/D driver
    By polymer52 in forum Code Examples
    Replies: 0
    Last Post: - 5th February 2010, 11:59
  3. PICBasic newbie problem
    By ELCouz in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 12th February 2008, 00:55
  4. Real Time Clock & Eeprom
    By smart_storm in forum General
    Replies: 8
    Last Post: - 17th February 2006, 19:03
  5. USART interrupt not interrupting right
    By Morpheus in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 6th March 2005, 01:07

Members who have read this thread : 2

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