Electronic – Analog inputs with Intel Edison mini breakout board

adcintel

Looking at the schematics of the Intel Edison mini breakout board, there are no pins for analog inputs, e.g. for reading state of a potentiometer.

For a hardware workshop based on the mini breakout board, I am thinking to discuss analog inputs. What circuit or breakout board would provide analog-to-digital conversion in a "cheap" way? What about power rails for the ADC? I2C on the Edison has 1.8V while system voltage can be higher but is not stable/accurate enough for ADC maybe?

Best Answer

Use an external ADC connected to one of the digital interfaces of the Edison, for example I2C. Sparkfun sells PCBs that are designed to attach to the Edison in a stack, and here is one for a 4 channel (single ended, 2 channel differential) Delta Sigma 12 bits ADC. https://www.sparkfun.com/products/13327 I haven't looked around, there might be cheaper alternatives.

Nothing prevents you from making you own "edison block" with other ADC chips / analog multiplexers. It's probably cheaper, but very often your time is more valuable than a 10 dollars savings.

Related Topic