EmbeddedRelated.com
Forums

Examples of different types of ADC converter chips?

Started by Hyperian October 27, 2008
There are chips like PCF8591 that are 4 channel ADC converter that sends
the 8bit digital Analog signal out through I2C. But are there ones with
more channels?

Are there multi channel ADC converters that converts to 8 bit digital
output that can be hooked up to, for example, an atmega16's I/O port?


In comp.arch.embedded,
Hyperian <Hyperian@gmail.com> wrote:
> There are chips like PCF8591 that are 4 channel ADC converter that sends > the 8bit digital Analog signal out through I2C. But are there ones with > more channels?
Yes.
> Are there multi channel ADC converters that converts to 8 bit digital > output that can be hooked up to, for example, an atmega16's I/O port?
Yes. For more information you can check the websites of ADC manufacturers. Some examples of manufacturers: www.analog.com www.maxim-ic.com www.national.com www.nxp.com www.st.com www.ti.com -- Stef (remove caps, dashes and .invalid from e-mail address to reply by mail) Keep the phase, baby.
Hyperian wrote:

> There are chips like PCF8591 that are 4 channel ADC converter that sends > the 8bit digital Analog signal out through I2C. But are there ones with > more channels? > > Are there multi channel ADC converters that converts to 8 bit digital > output that can be hooked up to, for example, an atmega16's I/O port?
Why not using a second microcontroller with a large number of ADCs? You can even pre-process the signals and implement your own high speed protocol for parallel communication. E.g. search at Digikey for atmega and filter for the desired number of ADCs: http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2556109;keywords=atmega Maybe there are enough other IOs and capabilities to use just one microcontroller. There are some nice AT91 chips from Atmel which have many IOs and ADCs, or the STM32 series. -- Frank Buss, fb@frank-buss.de http://www.frank-buss.de, http://www.it4-systems.de
"Hyperian" <Hyperian@gmail.com> wrote in message 
news:7Nydnb4ATYRiNJjUnZ2dnUVZ_tudnZ2d@giganews.com...
> There are chips like PCF8591 that are 4 channel ADC converter that sends > the 8bit digital Analog signal out through I2C. But are there ones with > more channels? > > Are there multi channel ADC converters that converts to 8 bit digital > output that can be hooked up to, for example, an atmega16's I/O port? >
Not mentioned in previous responses: www.microchip.com They have several microcontrollers with 8-channels of 10-bit ADC. They also have individual 10-bit and 12-bit, up to 8-channels, successive-approximation ADC devices. Either of the above could be interfaced to just about any I/O port. Good luck, Richard