May 15, 2024, 11:04:57 PM

MOD-IO ADC

Started by vikingaca, September 10, 2014, 03:12:20 PM

Previous topic - Next topic

vikingaca

Hi everybody!
I am interested in about using AIN inputs on my MOD-IO for connecting variable resistors. Idea after that is to use ADC for calculating voltage level. Is it possible to use the ADC input over the AIN? My experience with the ADC on LPC2148 is that it's very easy, I hope that here is also.
Thanks!

Lurch

Sure. Download the documents and code from the Wiki. They are 10bit.
"The board features four 10bit resolution analogue inputs (input voltages from 0 - 3.3V) and each of them is read with a separate command."

dave-at-axon

The inputs work but they are a bit noisy so as long as you don't worry to much about this, it will be fine.

vikingaca

Hi!
It turns out that AD conversion is much more easy then on ARM7... But thanks for reply ;D Now I'm trying to send some chars over the UART and RS232 on Hyper Terminal, so some hint would be helpful.
Thanks a lot once more guys!