Which is most PBP-Friendly external ADC?


+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Join Date
    Feb 2013
    Posts
    1,078

    Default Which is most PBP-Friendly external ADC?

    Hello.

    I need a simple, 1 channel input, external ADC, which can do 16 or more bits. I don't need fast speeds, I need only 100-200 samples per second sampling speed. I've searched digikey, but there are so many....

    So I'm asking, maybe someone has any practical experience using external ADC with PBP ?

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    16 bits @ 100-200 sps ???

    Good luck !!!

    Alain
    ************************************************** ***********************
    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 " !!!
    *****************************************

  3. #3
    Join Date
    Sep 2009
    Posts
    737


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    It might be overkill, but I like ADS1246.
    You can use shiftout/shiftin
    EDIT:
    This might be more suitable for you
    https://www.ti.com/lit/ds/symlink/ad...ct%252FADS1119
    Never used, but it look simple....
    Last edited by pedja089; - 17th June 2023 at 21:29.

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,807


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    Also this maybe a good alternative

    https://gr.mouser.com/ProductDetail/...VqfEl2BQ%3D%3D

    Ioannis

  5. #5
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    It seems like the MCP3426 is only capable of 15sps at 16 bits resolution though.
    I'm curious if the 100-200sps is an actual specification or just a number drawn out of the air, perhaps 10sps is enough in reality?

    I stumbled upon the AD7680. It's "driven" by the SPI-interface clock and they claim up to 100ksps when clocked by a 2.5MHz SPI clock.
    Given the required 200sps the needed SPI-clock speed is way lower so SHIFTIN should certainly be an option. And it's a availble in a 6-pin SOT23 package.

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,807


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I think there will be so many data to process with a PIC. I do not know what exact processing this will be but I feel it will be very intensive with massive data manipulation...

    Ioannis

  7. #7
    Join Date
    Feb 2013
    Posts
    1,078


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I want to measure AC voltage without rectification, but as I see, all these ADC have 50/60Hz rejection....

  8. #8
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    Perhaps the ADS7028?
    It's a 12bit converter but it has a built in RMS-module producing a 16 bit true RMS result. But yeah, you going to have to sit down with the datasheet to get it going.

  9. #9
    Join Date
    Aug 2011
    Posts
    412


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I'm curious as to why you would want/need microvolt resolution to measure the AC voltage?

  10. #10


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I'm curious as to why you would want/need microvolt resolution to measure the AC voltage?
    That is a good question, but on that subject, I have been wondering how the solar panel 'micro inverters' or whatever other method they use to introduce the current from the solar panels directly into the main incoming power/voltage/current......
    With synchronizing 2 generators, it is easy to vary load from each by switching them together when 'in-phase' where they 'lock together' then increase or decrease the governor speed setting to vary how much watts or killo=watts each unit carry.

  11. #11
    Join Date
    Aug 2011
    Posts
    412


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    It you're trying to sync two AC signals I would think the easiest/most reliable way would be to use the zero-crossings.

  12. #12
    Join Date
    Feb 2013
    Posts
    1,078


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I want to make myself a fast, at least 30fps screen update multimeter, which will have no range switching (either manual or automatic), and will have decent resolution in 0.1V-600V range. I already built one using built-in ADC of PIC16F1939, but 10 bits of resolution are definitely not good enough.

    By fast sampling the input voltage, I guess, I can measure AC voltage too, without additional losses caused by rectification.

  13. #13


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    I don't want to infringe on his post here........
    It you're trying to sync two AC signals I would think the easiest/most reliable way would be to use the zero-crossings.
    The solar makes DC voltage, sometimes they stack the panels to get say 120 VDC or more, then somehow (with inverters that use PWM) introduce current onto/into the pure sine wave of the utility ???

  14. #14
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,807


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    Yes this is the main idea. Some installation have even higher DC voltage (reducing the current).

    Ioannis

  15. #15
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: Which is most PBP-Friendly external ADC?

    It is called a Trace Inverter. Microchip has Reference Designs, as I'm sure TI and Analog Devices do. The quickest path to success is find a reference design.

    Microchip.com then Solutions in header, Power Management and Conversion, DC to AC Power Inverter Solutuions.

    There are several designs to look at, which should at least give you ideas.

Similar Threads

  1. Using factory made external Font ROM IC's with PBP ?
    By CuriousOne in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 22nd August 2021, 17:14
  2. PBP/PBPL and external memory
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th November 2007, 05:31
  3. PBP External Memory Bus Support
    By ALFRED in forum mel PIC BASIC
    Replies: 4
    Last Post: - 25th December 2006, 08:42
  4. PBP 16-bit ADC result math
    By sonic in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 13th March 2005, 14:21
  5. How to set external clock source in PBP
    By TurboLS in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 19th February 2005, 15:56

Members who have read this thread : 16

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