connecting multiple inputs to an adc chip?
Is there an easy way to connect multiple input voltages·to one output? Think of a rotary switch but electronic in nature.· All this micro-tech is new to me.
Thanx
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·······
······· "What do you mean, it doesn't have any tubes?"
······· "No such thing as a dumb question" unless it's on the internet
········
Thanx
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·······
······· "What do you mean, it doesn't have any tubes?"
······· "No such thing as a dumb question" unless it's on the internet
········
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
· I have one thermocouple working with an adc0831.
Robotworkshop, thanx, checking into cmos now.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·······
······· "What do you mean, it doesn't have any tubes?"
······· "No such thing as a dumb question" unless it's on the internet
········
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
These don't have to all be in separte ICs.· ADCs come in multiple channels and op amps are often provided at 4 to a package.· Computer CAD design of a board will make the wiring work.
Having an 8 channel and 4 channel ADC[noparse][[/noparse]or just one·12 channel if such is·available] makes it all contained in one or two ICs with much less loss of signal quality.· I suspect the amount of software code for reading the 12 channels will be nearly the same as using a separate multiplexing chip and only one ADC.· The multiple ADCs will store all thier readings in their·individual channel·memory registers until you get to it.· Seems like·data sampling·would be more stable as sampling intervals could be in sync.·
Sometimes parallel is really the only way to go.
You can have 4 op amps to a package [noparse][[/noparse]LM324 for example], maybe more. That just leaves you with 24 resistors. If they are surface mounted, there really isn't much to fool with.· I think that comes down to 4 or 5 ICs total, a tiny board.
You might look into Eagle CAD software [noparse][[/noparse]the free version] to put this all on a circuit board.· Assembly will get even easier.
It might be easier to write code for three 4 channel ADCs as the same code could be looped 3 times.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PLEASE CONSIDER the following:
Do you want a quickly operational black box solution or the knowledge included therein?······
Post Edited (Kramer) : 3/20/2008 4:40:37 PM GMT