lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

12 bits ADC with 8 channels

Sat Apr 12, 2014 5:03 am

What does it mean that the 12bits ADC has 8 channels? If I read from channel 0 is that going to be enough? Do u need to read all 8 channels? What do I do with 8 results? Taking an average?

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6229
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

Re: 12 bits ADC with 8 channels

Sat Apr 12, 2014 5:07 am

Yaikes, I removed the duplicates, but there's no need to post the same topic three times. :o

User avatar
DougieLawson
Posts: 39124
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: 12 bits ADC with 8 channels

Sat Apr 12, 2014 7:56 am

12bits defines the granularity of the signal depending on the voltage that the ADC is reading.

8 channels means you can read eight unique 12bit values simultaneously.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

User avatar
joan
Posts: 14936
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: 12 bits ADC with 8 channels

Sat Apr 12, 2014 7:56 am

8 channels typically mean you can read 8 separate voltages, e.g. monitor the level of 8 different batteries by 8 separate wires to the device. Typically you can also configure the channels as 4 differential pairs (I assume for increased accuracy).

User avatar
Richard-TX
Posts: 1549
Joined: Tue May 28, 2013 3:24 pm
Location: North Texas

Re: 12 bits ADC with 8 channels

Sun Apr 13, 2014 4:46 am

Most ADCs have a limit to them regarding input voltage. Usually the limit is equal to VDD. In the case of the Rpi, that limit is either 3.3 or 5 volts depending.

Here is a maximum resolution for 8 bit and 12 bit at 3.3 and 5.0 volts

8 bit - 3.3 volts - 0.01299 volts
8 bit - 5.0 volts - 0.01968 volts
12 bit - 3.3 volts - 0.00080 volts
12 bit - 5.0 volts - 0.00122 volts
Richard
Doing Unix since 1985.
The 9-25-2013 image of Wheezy can be found at:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2013-09-27/2013-09-25-wheezy-raspbian.zip

Return to “General discussion”