Hey guys,
I posted a bit ago about making a capacitive slider. I was able to figure it out and make it using the ADCTouch library. This library relies on the ADCs, but I'm wondering if I can input an analog signal to the digital pins and it would still perform the same actions? i.e. do the digital pins also have an ADC?
If not, is there an arduino I can buy that has ONLY ADCs? I'm thinking in the range of say 10-20 pins. 10 might be good enough, but the more pins the better.
The reason I need more is then I can add more strips to input into the arduino and achieve higher sensitivity. Also, if you're wondering I tried to use the CapSense library but found it was not reliable or repeatable enough to use and required too much external circuitry for my application. That is why I want to use the ADCTouch library with more pins.
Thanks guys!