ADC Recomendation
DarrenY
Posts: 61
Hello,
Can someone recommend a high resolution, easy to use ADC for use with the Propeller?
It's to be used to collect accelerometer and gyro inputs so will need at least 5, preferably 6 channels.
Preferably I2C, but SPI recomendations would be good as well.
Thanks,
Darren.
Can someone recommend a high resolution, easy to use ADC for use with the Propeller?
It's to be used to collect accelerometer and gyro inputs so will need at least 5, preferably 6 channels.
Preferably I2C, but SPI recomendations would be good as well.
Thanks,
Darren.
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
For now, I am still using a TLC2543, 10 channels, 12 bits, good chip, easy to use, SPI interface, thru-hole.
17 bit ADC's require careful circuit layout to use very effectivly. Those last 5 bits can be a pain.
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Look at the microchip range - MCP3201/2/4/8 (channels).· They are SPI and easy to drive using Spin or ASM.· The MCP2308 is 12 bits.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1335&dDocName=en010534
J
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3271
And a single channel 18-bit I2C....
http://ww1.microchip.com/downloads/en/DeviceDoc/22003b.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Pref DIP for proto work and then SMT later on.
Tracy:
I don't know! - it's the first time integrating sensors for me.
Looking at it a bit more, i'm pretty sure 12-bits is the way to go.
Looking through the forum posts, i'm not the first to integrate these type of sensors - what have other people used?
I am using a MCP3208 (or MCP3204/2).
12 bits 8 channel (or 4 or 2) and comes in through hole and SMD.
Im not using the standard library, so not sure what the max sample rate for that one is, but with a custom library can get 2500 x 10 sample averages per second.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Alec
My our page